
@keyframes showNavigation {
    0% {left: -18.5vw;}
    100% {left : 3vw;}
}
@keyframes hideNavigation {
    0% {left: 3vw;}
    100% {left: -18.5vw;}
}

body{
    width:99vw;
    height:99vh;
    margin:auto;
    padding: 0;
    background-color: black;
    color:white;
}
#home-button{
    position: absolute;
    left: 0vw;
    top: 1vw;
    font-family: 'Courier New', Courier, monospace;
    width:fit-content;
    font-size: 0.3vw;
}
#home-button:hover{
    color: red;
}


#navigation{
    width: 20vw;
    height: 70vh;
    position: absolute;
    top: 7vw;
    left: -18.5vw;
    border: transparent solid 1vw;
    border-image:url("../../images/simple-nav-border.png") 16 round;
    background-image: url("../../images/BCKGRND/26.JPG");
    margin-left: -2vw;
}
#navigation h2{
    margin: auto;
    margin-top: -0.2vw;
    font-size: 2.2vw;
    text-align: center;
    /* color: rgb(253, 200, 56);
    text-shadow:rgb(253, 228, 176)2px 2px; */
}
#navigation h3{
    margin-top:0.5vw;
    margin-bottom: 0.5vw;
    font-size: 1.7vw;
    font-weight: 650;
    text-shadow: 0.2vw 0.1vw white;
    color:rgb(9, 32, 81);
}
.nav-decor{
    width:fit-content;
    margin:0px;
    margin-left: 4.7vw;
    margin-top: -2vw;
    font-size: 1.5vw;
    text-align: center;       
    background-color: black;
}
#compass{
    width: 2vw;
    position: relative;
    top: 1vw;
    padding: 0px;
    margin-left: -0.5vw;
    margin-top: 0px;
    margin-right: -0.6vw;
    display: inline-block;
    border: inset rgb(172, 172, 150) 3px;
}
#gameContainer{
    background-image: url("../../images/BCKGRND/space.jpeg");
    border: inset gray 4px;
}
.navIcon{
    height:4vh;
    float:left;
    margin-top: -0vw;
    margin-left: 0.5vw;
}
.bigNavIcon{
    height:3vw;
    float:left;
    margin-left: 0.5vw;
}
.gameNav{
    width:85%;
    height: 4vh;
    /* border: inset gray 4px; */
    font-size: 3vw;
    font-weight: 500;
    /* background-image: url("images/BCKGRND/MARBLE2.JPG"); */
    top: -2%;
    /* text-shadow: 0.1vw 0.1vw white; */
    color:rgb(43, 255, 0);
    margin-left: 10%;
}
.gameNav :hover{
    font-weight:600;
    color:rgb(73, 210, 255);
    
}
.gameGif{
    height:3.7vh;
    background-color: rgb(83, 77, 77);
    float:right;
    margin-right: 0.5vw;
    border: inset gray 3px;
}
.expandIcon{
    height:3.7vh;
    background-color: rgb(83, 77, 77);
    float:right;
    margin-right: 0.5vw;
    border: inset gray 3px;
}
.expandIcon:hover{
    filter: brightness("150%");
}
.gameNavText{
    font-size: 1.4vw;
}
#link-div{
    background-image: url("../../images/BCKGRND/MARBLED.JPG");
    border: inset gray 4px;
    height: 5vh;
}
#link-txt{
    font-size: 2vw;
    color: gray;
    text-shadow: white 2px 2px;
    margin-top: 0px;
}
#nav-flärp{
    rotate: 90deg;
    font-size: 1.7vw;
    width: fit-content;
    background-color: black;
    color: white;
    position:absolute;
    right: -5.5vw;
    border: inset white 1px;
}
#nav-flärp:hover{
    color:rgb(255, 160, 44);
    text-shadow: rgba(255, 213, 0, 0.304) 2px 2px ;
}

main{
    border: dotted rgb(45, 45, 45) 0.5vw;
    margin-top: 15vh;
    margin-left: 5vw;
    margin-right: 3vw;
    position: relative;
}

#mainFooter{
    bottom:0px;
    width: 100%;
}

