body {
    background-color:rgb(10, 18, 42);
    margin:0;  

}

/* **** */
/* menu */
/* **** */
#menu {
    width:100%;
    display:none;
    height:100vh;
    text-align:center;
    position:absolute;
    background-color:rgb(10, 18, 42);
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu a {
    margin-top:10vh;
    text-decoration:none;
    font-family:arial;
    color:rgb(240, 240, 230);
}
.selectButton {
    background-color:rgb(10, 18, 42);
    border-style:solid;
    border-color:rgb(240, 240, 230);
    text-decoration:none;
    font-family:arial;
    font-size:2vh;
    color:rgb(240, 240, 230);
    margin-top:7vh;
    height:10vh;
    width:90vw;
}
.selectButton:hover {
    background-color:rgb(30, 60, 90);
    text-shadow:
        0 0 10px #00bfff,
        0 0 30px #00bfff,  
        0 0 40px #00bfff,  
        0 0 80px #00bfff;
}
#svoren {
    margin-top: 7vh;
    font-size: 30px;
}
#svoren a:hover {
    text-shadow:
        0 0 10px #00bfff,
        0 0 30px #00bfff,  
        0 0 40px #00bfff,  
        0 0 80px #00bfff;
}

/* ****** */
/* navbar */
/* ****** */
header{
    background:linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
.navbar ul{
    padding:0;
    margin:0;
    float:right;
}
.navbar li{
    display: inline-block;
    margin-left: 6vw;
    margin-top: 40px;
}
.navbar a{
    color:white;
    font-weight:300;
    text-decoration:none;
    font-family:Arial;
}
.navbar a:hover{
    color:rgb(245, 250, 255);
    text-shadow: 
        0 0 10px #00bfff,
        0 0 30px #00bfff,  
        0 0 40px #00bfff,  
        0 0 80px #00bfff;
        
}
#navImg {
    height:100px;
    width:100px;
    float:left;
}
#navImg:hover {
    filter: 
    drop-shadow(0 0 2px rgba(0,191,255,0.3))
    drop-shadow(0 0 3px rgba(0,191,255,0.3))
    drop-shadow(0 0 4px rgba(0,191,255,0.3))
    drop-shadow(0 0 8px rgba(0,191,255,0.3));

}
#navContainer {
    width: 60vw;
    height: 100px;
    margin: 0 auto;
}
#menuButton {
    background-color:rgba(0,0,0,0);
    border:none;
    font-size:40px;
    color:white;
    width: 100px;
    height: 100px;
    margin: 0;
    float: right;
    display:none;
}
#menuButton:hover {
  text-shadow: 
    0 0 10px #00bfff,
    0 0 30px #00bfff,  
    0 0 40px #00bfff,  
    0 0 80px #00bfff;  
}
#underline {
    text-decoration:underline;
}

/* title */
#largeTitle {
    margin-top:20vh;
    width:80vw;
    height:17vh;
    margin-left:auto;
    margin-right:auto;
}
#h1-1 {
    margin-top:0;
}
h1 {
    margin:0;
    font-size:6vh;
    font-weight:100;
    text-align:center;
    font-family:arial;
    color:white;
}

/* ******* */
/* content */
/* ******* */
.content {
    width: 60vw;
    font-family:arial;
    font-weight:400;
    margin-top: 16vh;
    margin-left: auto;
    margin-right: auto;
}
.smallContainer h2 {
    margin:0;
    font-size:32px;
}
.smallContainer p {
    font-size:20px;
}
#sC1 {
    background-color:rgb(240, 240, 230);
    color: rgb(30,60,90);
    padding:1.5vw;
    height:240px;
    width:26.5vw;
    float:left;
}
#sC2 {
    background-color:rgb(30,60,90);
    color: rgb(240, 240, 230);
    padding:1.5vw;
    height:200px;
    width:26.5vw;
    margin-top:10vh;
    float:right;
}
#sC3 {
    background-color:rgb(30,60,90);
    color: rgb(240, 240, 230);
    padding:1.5vw;
    height:200px;
    width:26.5vw;
    margin-top:2vh;
    float:left;
}
#sC4 {
    background-color:rgb(30,60,90);
    color: rgb(240, 240, 230);
    padding:1.5vw;
    height:200px;
    width:26.5vw;
    margin-top:2vh;
    float:right;
}
#sC5 {
    background-color:rgb(30,60,90);
    color: rgb(240, 240, 230);
    padding:1.5vw;
    height:200px;
    width:26.5vw;
    margin-top:2vh;
    float:left;
}
#section1 {
    position:absolute;
    background-color:white;
    height: calc(740px + 9vw + 4vh);
    width:100%;
    margin-top: 24vh;
    padding:0;
    z-index: -1;
}

/* Bottom */
#section2 {
    position:absolute;
    background-color:rgb(240, 240, 230);
    height:100px;
    width:100%;
    margin-top: calc(690px + 9vw + 10vh);
    margin-left:0;
    margin-right:0;
    z-index: -1;
}
#section2 h2 {
    margin: 35px 0;
    font-size:30px;
    font-family:arial;
    display:block;
    float:right;
}
#bottomContainer {
    margin: 0 auto;
    width: 40vw;
}
#bottomImg {
    height:100px;
    width:100px;
    float:left;
}

@media (max-width: 1000px) {
    .navbar ul {
        display:none;
    }
    #menuButton {
        display:block;
    }
}
@media (max-width: 900px) {
    .content {
        width: 90vw;
    }
    #sC1, #sC2, #sC3, #sC4, #sC5 {
        width: calc(100% - 3vw);
        float:none;
        margin-top:2vh;
    }
    #vC1 {
        width: 100%;
        height: 52.3vw;
        margin-top: 2vh;
        float: none;
    }
    #section1 {
        height: calc(1090px + 15vw + 10vh);
    }
    #section2 {
        margin-top: 80px;
        text-align:center;
    }
    #bottomImg {
        display:none;
    }
    #bottomContainer {
        width: 80vw;
    }
    #section2 h2 {
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
}