body{
    margin: 0pt;
    padding: 0pt;
    height: 100%;
    background-color: #e3ffc2;
}

text{
    color: black;
}
/**headbar section**/
.headbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #6A894A;
    position: relative;
    z-index: 21;
}

.headbar div{
    margin: 10px;
}

.headbar2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    background-color: #97c16c;
    height: 30px;
}

.headbar2 a{
    margin: 0px 20px;
    font-family: Verdana, Tahoma, sans-serif;
    color: black;
    font-size: 20px;
}

.section1, .section2, .section3{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.section1 div{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}


.section1{
    background-image: url("aquatic.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section3{
    background-image: url("img2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#textbox{
    padding: 60px;
    margin: 45px;
    border-radius: 10px;
    background-color: #6A894A;
    box-shadow: #191a17 0px 4px 8px;
    font-family:Verdana, Tahoma, sans-serif;
    text-align: center;
}

#textbox h2 {
    font-size: 45px;
} 
#textbox p{
    font-size: 35px;
}


.section2{
    gap: 16px;
    background-color: #B0C4A0;
    padding: 25px;
}


.section2 img{
    max-width: 120px;
    height: auto;
    margin-right: 20px;
    margin-top: -90px;
    border-radius: 8px;
}

.section1 img, .section3 img, .section4 img, #lastimg{
    max-width: 100%;
    height: auto;
}

.section3 img{
    max-width: 200%;
    height: 450px;
    margin-top: -50px;
}


.section2 > img{
    grid-area: image;
    justify-self: end;
    align-self: end;
    max-width: 200%;
    height: 400px;
}

#textbox2, #textbox3{
    font-family:Verdana, Tahoma, sans-serif;
    font-size: 35px;
    text-align: center;
    padding: 80px;
    border-radius: 10px;
    background-color: #6A894A;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: #414d29 0px 4px 8px;
}


#back2{
    display: none;
}

#button, #button2, #button3{
    font-family:Verdana, Tahoma, sans-serif;
    font-size: 15px;
    text-align: center;
    background-color: #446923;
    width: 85px;
    height: 45px;
    border-radius: 20px;
    display: flex;               
    align-items: center;         
    justify-content: center; 
    padding: 10px;
}

#back3{
    display: none;
}

.section3{
    background-color: #80956F;
    gap: 16px;
    padding: 25px;
}


.container1{
    display: flex;
    justify-content: center;
}




li{
    padding: 10px;
}

.drawernav{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 25px;
    position: fixed;
    background-size: cover;
    background-color: #446923;
    z-index: 20;
    top: -200px;
    transition: top 0.50s;
    filter:drop-shadow(0 1px 3px #2e342c)
}

.drawernav a {
    display: inline-block;
    color: rgb(50, 57, 33);        
    text-decoration: none; 
    transition: 0.3s ease, color 0.3s ease; 
}

/* Hover effect */
.drawernav a:hover {
    transform: scale(1.2); 
    color: #000000;        
}
.men{
    cursor: pointer;
}

.opened{
    top:72px;
}

@media (min-width: 769px){
    .drawernav{
        display: none;
    }
    .men{
        display: none;
    }
}


@media (max-width: 768px) {
    h2, #textbox h2{
        font-size: 25px;
    }
    p, #textbox p{
        font-size: 20px;
    }
    .section1, .section2, .section3{
        flex-direction: column;
    }
    .headbar2{
        display: none;
    }
    
    .section2 img{
        display: none;
    }
}