.menubar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    padding: 10px;
    background-color: white;
    z-index: 10;
}
#big-menu{
    position: absolute;
    top: 60px;
    left: 20%;
}
#big-menu li{
    display: inline;
    margin: 0 30px;
    font-size: 16px;
    cursor: pointer;
}
#small-menu{
    cursor: pointer;
}
.logo{
    position: absolute;
    top: 40px;
    left: 3%;
    width: 10%;
}
.header{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    /* height: 10px; */
    padding: 10px;
    /* z-index: 10; */
    background-color: #c4c4cbff;
    text-align: center;
}
.header span{
    margin: 0 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}
.header span i{
    margin-right: 10px;
}
.header span:last-child{
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
}
#bars{
    display:none;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 15;
}
#minimenu{
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    border-top: solid;
    border-top-width: 0.5px;
    border-top-color: blue;
    background-color: white;
    padding: 0 10px;
    z-index: 10;
}
#minimenu ul li{
    list-style-type: none;
    margin: 20px -10px;
}
#whatsapp{
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size:36px;
    color: white;
    padding: 15px;
    border-radius:50%;
    background-color:green;
    z-index:1000;
}
#whatsapp:hover{
    padding:16px;
}
#menu{
    display: none;
    position: fixed;
    top: 150px;
    left: 5%;
    right: 40%;
    padding: 5px;
    z-index: 200;
    background-color: white;
    box-shadow: 5px 5px lightgrey;
    border-style: solid;
    border-color: lightgrey;
}
#menu ul li{
    list-style-type: none;
    cursor: pointer;
    padding: 10px;
} 
#menu-level2{
    position: fixed;
    top: 30%;
    left: 55%;
    width: 400px;
    background-color: white;
    padding: 10px;
    width: 350px;
    display: none;
}
.level2-items li{
    list-style-type: none;
    border: none;
}
#last-item li{
    list-style-type: lower-roman;
}
.below{
    display: none;
}
#menu li{
    border-width: 1px;
    border-style: solid;
    border-color: black;
}
#menu hr{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    display: none;
}
.section1{
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 0;
}
.carousel-caption{
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    /* height: fit-content; */
    padding-top: 15%;
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
    font-family:'Times New Roman', Times, serif; 

}
.carousel-caption h1{ 
    font-size: 64px;
}
.carousel-caption h4{ 
    font-size: 42px;
}
.carousel-caption p{ 
    font-size: 14px;
}
.section2{
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
}
.section2 a{
    color: black;
    text-decoration: none;
}
.section2 img{
    width: 100%;
}
.section3{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    height: 200%;
    background-image: url("../images/image5.avif");
    background-size: cover;
    z-index: 5;
}
#section3-cover{
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
}
#section3-cover h1{
    margin-top: 20px;
    text-align: center;
    color: white;
}
#section3-cover table, #section3-cover form{
    width: 60%;
    margin-left: 20%;
    background-color: white;
    color: black;
}
#section2-cover form{
    padding: 20px 10%;
}
#section3-cover form{
    margin-top: 100px;
    padding: 20px 5%;
    color: black;
/*    overflow-y:auto; */
/*    max-height:85%;*/
    height:auto;
}
#section3-cover form input{
    width:80%;
    height: 40px;
}
#section3-cover form select{
    width:80%;
    height: 350px;
    margin: 0;
    line-height: 2;
}
#section3-cover form select option{
    padding: 20px 10px;
    border-bottom-style: solid;
    cursor: pointer;
}
#section3-cover form select option:hover{
    background-color:lightgrey;
}
#notification{
    position: fixed;
    top: 35%;
    left: 10%;
    width: 80%;
    padding: 20px;
    background-color: white;
    color: black;
    z-index: 20000;
    box-shadow: 3px 3px blue;
    border-top-style: solid;
    border-top-color: blue;
    border-radius: 20px;
}
#notification span{
    float: right;
    cursor: pointer;
}
#notification span:hover{
    color:red;
}
.footer{
    position: absolute;
    top: 220%;
    left: 0;
    right: 0;
    background-color: black;
    padding: 20px 0;
    z-index: 200;
}
.footer input[type=email]{ 
    width: 100%;
    color: black !important;
}
.footer span{
    width: 100%;
}
.footer ul li{
    list-style-type: none;
}
.footer ul li a{
    color: black;
    text-decoration: none;
}
#subscribe-form{
    position: fixed;
    top: 40%;
    left: 30%;
    width: 40%;
    padding: 20px;
    z-index: 3000;
    background-color: white;
    border-style: solid;
    border-color: lightgrey;
    display: none;
}
#subscribe-header{
    position: fixed;
    top: 40%;
    left: 30%;
    width: 40%;
    padding: 5px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: all-scroll;
}
#subscribe-form label{
    width: 100%;
}
#subscribe-form label:nth-child(2){
    margin-top: 20px;
}
.cols{
    height: 300px;
    margin: 0 5px;
    line-height: 2;
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-color: lightgrey;
    color: white;
}
.cols ul li{
    margin-left:-30px;
}
.cols ul li a{
    color: white;
}
.cols input[type=submit]{
    margin-left: 40px;
    display: inline;
}
.cookies{
    position:fixed;
    bottom:20px;
    left:20%;
    right:20%;
    padding:30px 30px 0 30px;
    background-color:white;
    z-index:200;
    border-style:solid;
    border-color:black;
    box-shadow:4px 4px lightgrey;
}
@media screen and (max-width:960px){
    #bars{
        display: block;
    }
    #big-menu{
        display:none;
    }
    .header{
        display: none;
    }
    .logo{
        top: 10px;
        width: 20%;
    }
    .section1{
        top: 60px;
    }
    
}
@media screen and (max-width:400px){
    .menubar{
        height: 100px;
    }
    #bars{
        display: block;
    }
    #big-menu{
        display:none;
    } 
    #menu-level2{
        top: 40%;
        left: 5%;
        width: 400px;
    }
    #minimenu{
        right: 50%;
    }
    #menu{
        top: 150px;
        left: 20%;
        right: 0;
        border-style: solid;
        padding: 0 2px;
    }
    .header{
        display: none;
    }
    .logo{
        top: 10px;
        width: 20%;
    }
    .section1{
        top: 60px;
    }
    .carousel-caption{
        top: 50px !important;
    }
    .section2{
        top: 265px;
    }
    #section3-cover form{
        margin-left:5%;
        width:90%;
        padding: 10px 5%;
    }
    #section3-cover form h2{
        font-size:24px;
    }
    .footer{
        top: 1300px;
    }
    .cookies{
        left:5%;
        right:5%;
    }
   
}