/* For class: logo_bar
This is for the div that encloses the logo bar at top of page 
*/
/*-----*/
@media screen and (min-width:601px) {
    div.logo_bar { /* overflow:hidden; */ }
div.logo_bar a {font-weight:bold; text-decoration:none;}
div.logo_bar a:visited {text-decoration:none;}
div.logo_bar h1 { margin:0; padding: 0 .25em 0 5px; } /* Title of website */
div.logo_bar h2 { margin:0; padding: 0 .25em 0 5px; } /* Sub title 1 */
}
/*-----*/
@media screen and (max-width:600px) {
    div.logo_bar { display: none; }
}

