body{
    /* background-image: url("../images/bg.jpg"); */
    background-color:lightskyblue;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#header{
    background-color: white;
    height: 100px !important;
    padding:.3rem;
    margin-bottom:15px;
}

#office-address{
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: right;
}

#heygrad{
    max-width: 180px;
    float: right;
}

@font-face {
    font-family: university;
    src: url(../fonts/University.otf);
}

#tgs-logo{
    margin-left:15px;
    height: 75px;
}