/*Adrian Header*/
/*Keep the colors the same*/
div#adrian {
    font-size:120%;
    width: 100%;
    background-color: #231F20;
    color: #FAC723;
    padding: 2px 5px;
    margin-top:0px;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
}
#adrian a:link {color:#FAC723;}
#adrian a:visited {color:#FAC723;}
#adrian a {text-decoration:none;}
#adrian a:hover {text-decoration:underline;}
#adrian {
        vertical-align:middle;
        font-family:Lato;
}
#adriancollege {
               font-weight:900;
               border-right:1px #FAC723 solid;
               padding-right:4px;
}
#deptphysics {
             font-size:80%;
}
@media screen and (max-width:480px) {
       div#adrian {font-size:80%;}
}
