/*-- This CSS will override the universal.css for local customizations --*/


.tagline {
color:#6ae;
}



/*----- header title ----*/
.company-title h1 { font-size:auto; }

.company-title h4{ font-size:auto; }





/*:::::::::::: Media Queries :::::::::::::::*/

/*---- tablets ------*/
@media screen and (max-width:810px) { 

   .company-title h1 { font-size:auto; }
   .company-title h4{  font-size:auto; }

}

/*---- mobile devices -------*/
@media screen and (max-width:570px) { 

   .company-title h1 { font-size:auto; }
   .company-title h4{  font-size:auto; }

}