* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Heebo", sans-serif;
}

header {
}

#menu-Mo-items {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: none;
    background-color: #D3F1DF;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: unset;
    z-index: 1000;
    border-radius: 0;
    box-shadow: none;
}

#htoggle-Mo {
    display: none;
}

#htoggle-Mo:checked~#menu-Mo-items {
    display: flex;
}

.home-items a {
    text-decoration: none;
    color: black;
    margin-top: 10px;
}

.menu-Mo {
    margin-right: 5%;
}

#hbutton-Mo {
    font-size: 300%;
    font-weight: bold;
    position: relative;
    z-index: 1300;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 25px;
    justify-content: space-around;
}

#hbutton-Mo span {
    display: block;
    height: 3px;
    width: 100%;
    background: black;
    border-radius: 9px;
}

#menu-Mo-items a {
    text-decoration: none;
    color: black;
    font-size: 250%;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin: 20px 0;
    transition: transform 0.3s;
}

#menu-Mo-items a:active {
    text-decoration: underline;
    transform: scale(1.05);
}

.header-Mo {
    display: flex;
    justify-content: space-between;
    background: #d3f1df;
    align-items: center;
    min-height: 15vh;
    border: 1px solid black;
    flex-wrap: wrap;
    overflow: visible;
    padding: 10px 5%;
    position: sticky;
    top: 0;
    z-index: 1200;
}

.logo-Mo {
    position: relative; 
    z-index: 1300; 
}

#img-logo-blue-Mo {
    width: 120px;
    height: auto;
    min-width: 100px;
    display: block;
}


#menu-dropdown-Mo {
    position: relative;
    display: inline-block;
    z-index: 1100;
}



.header-dt {
    width: 100%;
    display: none;
    background-color: #D3F1DF;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.middle-links {
    display: flex;
    justify-content: space-between;
    margin-right: 12%;
    width: 30%;
    margin-left: 20%;
}

.middle-links a {
    text-decoration: none;
    font-weight: 400;
    color: black;
    font-family: 'Heebo';
    font-size: 20px;
    transition: 0.3s;
    padding: 0 10px;
}

.middle-links a:hover {
    text-decoration: underline;
    transform: scale(1.2);
}

.button-right {
    display: flex;
}

.button-right button {
    padding: 12px 30px;
    background-color: white;
    border: none;
    border-radius: 12px;
    font-size: 20px;
    margin-right: 30px;
    font-weight: bold;
    cursor: pointer;
}

.maincontent {
    height: 100vh;
    width: 100%;
}

.footer-mo {
    background-color: #85A98F;
    min-height: 60vh;
    padding: 30px 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
            width: 100%;
    display: flex;
    height: 60vh;


}
.footer-mo{
    background-color: #85A98F;
    height: 70vh;
}

.brand-mo {
    display: flex;
    width: 100%;
    align-items: center;
    color: white;
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    padding: 0 5%;
}

.logo-footer-mo {
    height: 100%;
    max-width: 120px;
    height: auto;
}


.footer-middle {
    color: white;
    font-family: 'Heebo', sans-serif;
    margin-left: 23px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 5%;
    margin: 15px 0;
}

.footer-middle-links {
    display: flex;
    color: white;
    font-family: 'Heebo', sans-serif;
    justify-content: space-between;
    margin-top: 5%;
    padding: 0 5%;
}

.quick-links {
    margin-left: 3%;
    color: white;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    font-family: 'Heebo', sans-serif;
}

.quick-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin-top: 12px;
}

.quick-links h1 {
    font-size: 23px;
}

.social-media img {
    border-radius: 21%;
    width: 40px;
    height: 40px;
}

.social-media {
    margin-right: 5%;
}

.social-media h1 {
    font-size: 24px;
}

.footer-contact-info {
    display: flex;
    gap: 23px;
    color: white;
    font-weight: 200;
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    align-self: center;
    margin-top: 40px;
}

.footer-dt {
    display: none;
    min-height: 40vh;
    padding: 50px 5%;
    background-color: #85A98F;
    width: 100%;
}

.footer-content-dt {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-dt p {
    font-weight: 600;
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
    margin-left: 23px;
    color: white;
    max-width: 450px;
    line-height: 1.5;
}


.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    margin-right: 8%;
    margin-top: 3%;
    gap: 40px;
}

.footer-right h1 {
    white-space: nowrap;
}

.social-media-dt h1 {
    color: white;
    font-family: 'Heebo', sans-serif;
    font-size: 28px;
}

#f-link {
    margin-top: 12px;
}

.social-media-dt {
    display: flex;
    flex-direction: column;
}

.contact-info-dt {
    display: flex;
    margin-top: 50px;
    color: white;
    font-family: 'Heebo', sans-serif;
    gap: 23px;
    margin-left: 3%;
    width: 100%;
    justify-content: center;
}

@media (min-width: 1024px) {
    .header-dt {
        display: flex;
    }

    .header-Mo {
        display: none;
    }

    .footer-mo {
        display: none;
    }

    .footer-dt {
        display: flex;
    }
}