@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,800,900,400,300);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);





.IMGLOGOS{
    position: relative;
    top: 50%;
    transform: translateY(-50%); /* Adicionar os prefixos dos navegadores */	
}


.gold-on-gold {
	text-shadow: 1px 1px 2px rgb(75, 75, 75), 0 0 1em rgb(116, 160, 255), 0 0 0.2em rgb(116, 160, 255);
   color: white;
   font: 3em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}

@media only screen and (max-width: 600px) {
   .gold-on-gold {
	   text-shadow: 1px 1px 2px rgb(75, 75, 75), 0 0 1em rgb(116, 160, 255), 0 0 0.2em rgb(116, 160, 255);
       color: white;
       font: 4.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
   }
   
}










