body {
    /* font-family: Arial, Helvetica, sans-serif; */
    /* font-size: 15px; */
    /* line-height: 1.5; */
    font: 14px/1.5 Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #332F2B;
    
    background-image: url("../img/back.png");
    background-repeat: repeat;
    
    width: 100vw;
}

body, html {
    overflow-x: hidden;
}

@font-face {
    font-family: "hard-font"; /*a name to be used later*/
    src: url("bgothm.ttf") format("truetype"); /*URL to font*/
    /*url("font.woff") format("woff"),*/
    /*url("font.woff2") format("woff2");*/
}

#head {
    /*display: inline-block;*/
    position: relative;
    
    width: 100vw;
    height: 70px;
        
    background-image: url("../img/headerBack.png");
    background-repeat: repeat;
    background-size: contain;
    
    box-shadow: 0 0 7px 3px rgba(0,0,0,0.5);
}

#logo {
    display: inline-block;
    background-color: rgb(255,216,178);
    padding-right: 10px;
}

#logo:hover {
    cursor: pointer;
    transition-duration: 0.1s;
    opacity: 0.5;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
}

#rhino {
    height: 64px;
    position: absolute;
    
    margin-left: -50vw;

    animation-name: slide_in_i;
    animation-duration: 1s;
    /*animation-delay: 0.3s;*/
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

#title {
    height: 64px;
    
    margin-left: 64px;
}

#navigation {
    display: flex;
    height: 100%;
    
    float: right;
    align-items: center;
    
    margin-right: 50px;
}

.button {
    display: inline-flex;
    
    align-items: center;
    color: #fefefe;
    font-weight: bold;
    
    height: 32px;
    width: max-content;
    
    background-color: #7C1E1E;
    
    padding: 0px 10px 0 10px;
    margin: 0 10px 0 10px;
    
    border: 2px solid #46331F;
    border-radius: 2px;
    
    box-shadow: 0 0 2px 2px rgba(0,0,0,.3);
    
    transition-duration: 0.1s;
}

.button:hover {
    background-color: #9D3F2F;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.3);
    border-radius: 0px;
    cursor: pointer;
}


#main {
    text-align: center;
}

#tempwarn {
    width: 100%;
    
    position: relative;
    /*margin-top: -600px;*/
    margin-left: auto;
    margin-right: auto;
    
    background-color: rgba(0,0,0,.9);
    box-shadow: 0 0 8px 10px rgba(0,0,0,.9);
}

#main h1 {
    font: 32px/1.5 sans-serif;
    font-weight: bold;
    width: 65%;
    
    position: relative;
    /*margin-top: -600px;*/
    margin-left: auto;
    margin-right: auto;
    
    color: orange;
}

#footer {
    color: #eee;
    text-align: center;
    
    width: 100vw;
    height: 225px;
    
    background-color: #222;
    box-shadow: 0 0 5px 2px rgba(0,0,0,1);
    border-width: 0;
    border-top-width: 1px;
    border-color: black;
    border-style: solid;
}

#footerPair {
    margin: auto auto;
    display: flex;
    justify-content: center;
}

#footerInfo {
    padding: 10px;
    width: 100%;
}

#footerInfo .button {
    margin: 0;
    padding: 0;
    width: 80px;
    justify-content: center;
}

#footerSocial {

}

#footerTagline {
    margin: auto auto;
    width: 50vw;
    padding-top: 10px; padding-bottom: 10px;
    background-color: rgba(25,25,25,1);
    border-width: 0;
    border-radius: 5px;
    border-top-width: 1px; border-bottom-width: 1px;
    border-color: black;
    border-style: solid;
}

#footerCopyright {
    font: 10px/1.5 Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-left: 25vw;
}





@keyframes slide_in_title {
    from {margin-left: 0; transform: translateX(0%);}
    to {margin-left: 64px; transform: translateX(0%);}
}

@keyframes slide_in_i {
    from {margin-left: -25%; transform: translateX(0%);}
    to {margin-left: 64px; transform: translateX(0%);}
}


@media screen and (max-width: 600px) {

    @keyframes slide_in_title {
        from {margin-left: 0; transform: translateX(0%);}
        to {margin-left: 64px; transform: translateX(0%);}
    }

    @keyframes slide_in_i {
        from {margin-left: -25%; transform: translateX(0%);}
        to {margin-left: 25px; transform: translateX(0%);}
    }
    
    #head {
        /*display: inline-block;*/
        position: relative;

        width: 100vw;
        height: 50px;

        box-shadow: 0 0 6px 3px rgba(0,0,0,1);
    }

    #logo:hover {
        box-shadow: 0 0 5px 2px rgba(0,0,0,1);
    }

    #rhino {
        height: 44px;
        position: absolute;

        margin-left: -50vw;

        animation-name: slide_in_i;
        animation-duration: 1s;
        /*animation-delay: 0.3s;*/
        animation-fill-mode: forwards;
        animation-timing-function: ease-out;
    }

    #title {
        height: 44px;

        margin-left: 25px;
    }
    
    #navigation {
        position: absolute;
        align-items: center;
        justify-content: center;
        
        margin-top: 12px;
        margin-right: 0;
        float: none;
        
        width: 100vw;
    }
    
    #navigation .button {
        font: 12px/1 sans-serif;
        font-weight: bold;
        
        height: 24px;
        
        padding: 0px 5px 0 5px;
        margin: 0 5px 0 5px; 
    }
    
    #footerTagline {
        font: 12px/1.5 sans-serif;
        width: 90vw;
    }
    
    #main h1 {
        font: 18px/1.5 sans-serif;
        font-weight: bold;
    }
    
    #tempwarn {
        margin-top: 100px;
    }

}














