/* ==========================================================================
   Author's custom styles
   ========================================================================== */


a.navbar-brand { font-family: 'Kaushan Script', cursive; color: #ffffff !important;}
h1.logofont { font-family: 'Kaushan Script', cursive; color: #ffffff !important; text-shadow: 1px 1px 5px black;}
h1.logofontb { font-size: 2em; font-family: 'Kaushan Script', cursive; color: #ffffff !important; text-shadow: 1px 1px 5px black;}
#eucookielaw { 
	display:none;
	font-size: 10pt;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-family: inherit;
    bottom: 0px;
    border-top: 2px solid rgb(68, 68, 68);
    position: fixed;
    padding: 16px 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}



/*a { color: #ef4f09;}
a:hover { color: #000000;}*/

@media (max-width: 768px) {
	.menusuperior div strong { font-size: 0.8em;}
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}