body{
    margin: 0;
    background-color: #181818;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
}

.container{
    height:100vh;
    width: 100vw;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
}

.nav-bar{
    background-color: #1b1b1b;
    box-shadow: 0 .5vw 10px #333333;
    display: flex;
    padding: 1vw;
    text-align: center;
}

.nav-logo{
    text-align: right;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    font-size: 5vh;
    text-shadow: 0 3px black, 0 -3px black, 3px 0 black, -3px 0 black;
}

.nav-logo img{
    height:80px;
}

.nav-right{
    position: absolute;
    right: 5%;
}

.background-titleold{
    text-align: center;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    font-size: 150px;
    padding-top: 25vh;
}

.background-title{
    color: #e0dfdc;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    font-size: 150px;
    padding-top: 17.5vh;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}

.video-background{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    overflow: hidden;
}

.video-background video{
    min-width: 100%;
    min-height: 100%;
}

.copyright{
    position:absolute;
    left: 0;
    bottom: 0;
    color:white;
    font-family: calibri, sans-serif;
    font-weight: bolder;
    font-size: 30px;
}


a{
    color:lightblue;
    font-weight: bold;
}



@media(max-width:1200px){
    .nav-logo img{
        height: 40px;
    }
}
@media(max-width:1050px){
    .nav-logo img{
        height: 0px;
    }
}
@media(max-width:1150px){
    .background-title{
        font-size: 150px;
        padding-bottom: 120px;
        text-shadow: 0 6px black, 0 -6px black, 6px 0 black, -6px 0 black;
    }
    .nav-button a{
        font-size: 10px;
        color: black;
    }
    .nav-button a:hover{
        font-size: 20px;
        color: black;
    }
}
@media(max-width:800px){
    .background-title{
        font-size: 80px;
        padding-bottom: 60px;
        text-shadow: 0 6px black, 0 -6px black, 6px 0 black, -6px 0 black;
    }
}
@media(max-width:800px){
    .nav-button a{
        font-size: 10px;
        border-right: transparent;
    }
    .nav-button a:hover{
        font-size: 13px;
    }
    .nav-bar{
        display: inline-block;
    }
}



.nav-button a{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    transition: .5s;
    border-right: dotted white;
    font-weight: bolder;
}

.nav-button a:hover{
    font-size: 28px;
    cursor: pointer;
    transition: .5s;
    color: #c9c9c9;
}

.nav-button-disabled a{
    color: rgb(133, 133, 133);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    transition: .5s;
    border-right: dotted white;
}

.background{
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px 20px 0px 20px;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #e3e3e3;
    height: 25vw;
    box-shadow: 0 .5vw 50px gray;
}

.explorer-name{
    font-size: 100px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    padding-top: 20vh;
    text-shadow: 0 5px black;
}
.explorer-name-2{
    font-size: 100px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    padding-top: 0;
    text-shadow: 0 5px black;
}

.explorer-header{
    font-size: 60px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    padding-top: 5vw;
    text-align: center;
    text-shadow: 2.5px 2.5px black;
}

.explorer-text{
    font-size: 40px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    padding-top: 5px;
    text-align: justify;
    text-shadow: 2px 2px black;
}

.exp-container{
    width: 75%;
    padding-left: 25%;
}

.explorer{
    padding-bottom: 5vw;
}



.content-table{
    border-collapse: collapse;
    margin: auto;
    font-size: 20px;
    max-width: 1000px;
}
.content-table thead tr{
    text-align: center;
    height: 80px;
}
.titletabel{
    text-align: center;
    text-decoration: underline;
    font-size: 100px;
    color: aliceblue;
    border-color: black;
    border-width: 10px;
}
.nametable{
    text-align: center;
    font-size: 16px;
    height: 80px;
    max-width: 80px;
}

.iconimage{
    text-align: center;
}

.recipeimage{
    text-align: center;
}