body{
    /* background-image: url("../images/bg.jpg"); */
    background-color:lightskyblue;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#header{
    padding:.3rem;
}

#go-logo{
    padding-top:5px;
    max-width: 170px;
    margin-top:20px;
}

#heygrad{
    max-width: 180px;
    float: right;
}

@font-face {
    font-family: university;
    src: url(../fonts/University.otf);
}