*{
    margin: 0;
    padding: 0;
    
}
body{
    background-color: rgb(52, 72, 96);
}
nav{
   
    position: fixed;
    left: 0;
    right: 0;
    top: 0; 
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#intro{
    background-color: white;
    color: black;
    border-width: 2px;
    border-style: solid;
    border-color: #1d272c ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 70%;
    margin-left: 15%;
    margin-top: 5%;
    border-radius: 5px;
}

#container1{
    background-color: white;
    color: black;
    border-width: 2px;
    border-style: solid;
    border-color: #1d272c ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 100%;
    margin-left: 0;
    margin-top: 10%;
    border-radius: 5px;
}

#container2{
    background-color: white;
    color: black;
    border-width: 2px;
    border-style: solid;
    border-color: #1d272c ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 100%;
    margin-left: 0%;
    margin-top: 15%;
    border-radius: 5px;
    margin-bottom: 2%;
}

#container3{
    background-color: white;
    color: black;
    border-width: 2px;
    border-style: solid;
    border-color: #1d272c ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 100%;
    margin-left: 0;
    margin-top: 15%;
    border-radius: 5px;
    margin-bottom: 10%;
}

h5{
    margin: 0;
    margin-left: 5px;
}

h2{
    margin-left: 5px;
}

h6{
    margin-bottom: 0;
}

.active{
    display: none !important;
}
.hiddenli{
    display: none !important;
}
.dropdown{
    display: block !important;
}

video{
width: 100% ;
position: absolute;
z-index: -1;
top: 0;
}

footer{
    height: auto;
    background-color: rgb(69, 69, 69);
    color: white;
    position: relative;
    width: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#bild{
    width: 35%;
}



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

}

@media only screen and (min-width: 768px) {
    
    .active{
        display: block !important;
    }
    .hiddenli{
        display :block !important; 
    }
    .dropdown{
        display :none !important; 
    }
    nav{
        margin-left: 10%;
        margin-right: 10%;
    }
    #intro{
        width: 50%;
    margin-left: 25%;
    }
    #container1{
        width: 60%;
    margin-left: 5%;
    }
    #container2{
        margin-top: 5%;
        width: 60%;
    margin-left: 35%;
    }
    #container3{
        margin-top: 5%;
        width: 60%;
    margin-left: 5%;
    }

}


