/* For id: #logo_bar and #logon_bar
This is for the div that encloses the logo bar at top of page 
*/
/*---------*/
div#logon_bar {
    font-weight:bold;
    padding:.5em;
    text-align: right;
}
/*-----*/
@media screen and (min-width:769px) {
    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:768px) {
   div#logo_bar { display: none; }
}

