
body{
    width:99vw;
    height:99vh;
    margin:auto;
    padding: 0;
    background-color: black;
    color:white;
}
canvas{
    padding:0;
    position:fixed;
    top: 0;
    z-index: -1;
}
#logga{
    font-family: 'Courier New', Courier, monospace;
    margin: auto;
    width:fit-content;
    font-size:1.0vw;
    margin-bottom: -5.7vw;
}
.grayed{
    color:gray;
    background-color: inherit;
}

#buttonContainer{
    position: absolute;
    float: right;
    left: 80vw;
}

#mainContainer{
    display:grid;
    grid-template-columns: 25% auto 20%;
    column-gap:2vw;
    height: 100%;
    margin-top: 4vw;
    margin-left: 2vw;
    width: 85vw;
}
button{
    background-color: rgb(56, 56, 56);
    border-radius:0.2vw;
}
button:hover{
    background-color: rgb(121, 121, 121);
}

#navigation{
    position: relative;
    grid-column:1;
    border: transparent solid 1vw;
    border-image:url("images/simple-nav-border.png") 16 round;
    background-image: url("images/BCKGRND/26.JPG");
    /* font-family:'Courier New', Courier, monospace;  */
    margin-left: 0px;
}
#nav-title{
    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; */
}
#game-head{
    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.5vw;
    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;
}

#fokus-träd-div{
    background-image: url("images/BCKGRND/forest-floor.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: inset rgb(65, 30, 1) 4px;
    height: 5vh;
}
#fokus-träd-div a{
    color:rgb(4, 81, 33);
    text-shadow: rgb(255, 253, 248) 2px 2px;
}

#projects-div{
    background-image: url("images/BCKGRND/wood_grain.gif");
    background-size: cover;
    background-repeat: no-repeat;
    border: inset rgb(105, 104, 102) 4px;
    height: 5vh;
}
#projects-div a{
    color:rgb(144, 86, 11);
    text-shadow: goldenrod 2px 2px;
}


#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 ;
}

#right{
    grid-column:3;
    border: double rgb(45, 45, 45) 0.5vw;
    background-image: url("images/BCKGRND/SMSQUARE.JPG");
    display: flex;
    flex-direction: column;
}
#spaceControls{
    background-color:gray;
    border:inset gray 3px;
    background-image: url("images/BCKGRND/METAL.JPG");
    color: black;
    width: 90%;
}
#spaceControls p{
    font-size: 1vw;
}

main{
    grid-column:2;
    border: dotted rgb(45, 45, 45) 0.5vw;
    background-color: rgba(0, 0, 0, 0.637);
    margin-top: 2vw;
    position: relative;
}
#scroll{
    border-top: dashed white 2px;
    border-bottom: dashed white 2px;
    width:100%;
    background-color: black;
    color: yellow;
    font-size: large;
    margin-top: -2vw;
    overflow: hidden;
    height: 2vw;
}
#scrollContent{
    white-space: nowrap;
    padding: none;
    margin-top: 0px;
    position: relative;
    width:fit-content;
}
#anslagstavlan{
    border: double rgb(67, 16, 6) 0.7vw;
    position: relative;
    background-image: url("images/BCKGRND/MENU-BG.JPG");
    width:90%;
    height: 30vh;
    margin:auto;

}
#anslagstavlan h3{
    margin-top: 0.2vh;
    margin-bottom: 0vh;
}
#anslagstavlan div{
    box-shadow:rgb(45, 45, 45) 0.7vw 0.7vw 0.4vw;
}
#Lapp1{
    border: transparent solid 0.5vw;
    border-image:url("images/dotted-border.png") 20 round;
    position: absolute;
    background-image: url("images/BCKGRND/TEXTMAUV.JPG");
    top: 10%;
    left:10%;
    width: 30%;
    height: fit-content;
    color: rgb(7, 7, 84);
}
#Lapp2{
    border: transparent solid 1vw;
    border-image:url("images/triangle-border.png") 20 round;
    position: absolute;
    background-image:url("images/BCKGRND/TEXTORA.JPG");
    color:rgb(75, 19, 19);
    top: 10%;
    left:60%;
    width: 30%;
    height: fit-content;
}
#mainFooter{
    position: absolute;
    bottom:0px;
    width: 100%;
}
#music-button{
    float:right;
}
