@font-face {
    src: url(fonts/RobotoMono.ttf);
    font-family: RobotoMono;
}
@font-face {
    src: url(fonts/OpenSans.ttf);
    font-family: OpenSans;
}
header{
    background-color: rgb(236, 236, 193);
    border-bottom: 1px solid;
}
#head1 {
    margin-left: 0.5vw;
    font-size: 25px;
    font-family: RobotoMono;
    margin-top: -5px;
}

a {
    font-size: 1em;
    font-family: OpenSans;
    text-decoration: none;
    color: black;
    margin: 0.5vw;
}
a.navbutton:hover {
    background-color: rgb(211, 222, 226);
    text-decoration: none;;
}
a:hover{
    text-decoration: underline;
}

a.navbutton{
    border-bottom: 2px solid;
    padding: 0.4vw;
}

h2, p, h1{
    font-family: OpenSans, Arial;
}
body, hr{
    margin: 0;
}
nav{
    background-color: whitesmoke;
    padding: 0.8vw;
}

#rook{
    height: 100px;
    margin-bottom: -48px;
    margin-left: -50px;
}

#osrslaughimage{
    position: absolute;
    bottom: 0;
    right: 0;
}
#osrscryimage{
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 480px) {
    #head1 {
        font-size: 7vw;
        text-align: center;
    }
    #rook{
        display: none;
    }
    nav{
        display: flex;
        justify-content: space-around;
    }
}