body {
    margin: 0;
    padding: 0;
    background: url("dark-green-bg.webp") center center/cover;
    background-size: unset;
    /* Replace with your actual background image */
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
}

h2 {
    display: none;
}

.desktop {
    display: none;
}

.about-us-title {
    text-align: center;
    color: white;
    margin-bottom: 32px;
}


#menubar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#menubar nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
}

nav img {
    max-height: 40px;
    /* Adjust the height as needed */
    margin: 0 auto;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    margin: 0 10px;
}

.social-icons img {
    max-height: 30px;
    /* Adjust the height as needed */
}

#colleagues {
    text-align: center;
    margin: 20px;
    margin-top: 32px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: justify;
}

#parameters {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    margin-top: 160px;
    justify-content: space-around;
}

#parameters .data-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 350px;
    width: 30%;
    text-align: justify;
    margin-top: 32px;
    margin-bottom: 32px;
    background: #ede8d0;
    padding: 16px 8px 16px 8px;
}

#parameters .data-container .text {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: black;
}

#parameters .data-container img {
    width: 30%;
}

#parameters .data-container label {
    font-weight: bold;
    font-size: larger;
}

#services {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    margin-top: 160px;
    justify-content: space-around;
}

#services .data-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 350px;
    width: 30%;
    text-align: justify;
    margin-top: 32px;
    margin-bottom: 32px;
    background: #ede8d0;
    padding: 16px 8px 16px 8px;
}

#services .data-container .text {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: black;
}

#services .data-container img {
    width: 30%;
}

#services .data-container label {
    font-weight: bold;
    font-size: larger;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 10px;
    max-width: 30%;
    min-width: 250px;
    flex: 1;
    cursor: pointer;
}

.image-container img {
    flex: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* Optional: Add rounded corners */
}

.image-container a {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #ede8d0;
    color: rgb(127, 127, 127);
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

header {
    min-height: 130px;
    height: fit-content;
    padding-bottom: 30px;
    background: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#theWax {
    background: #ede8d0;
}

#wax-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    padding: 20px;
}

#wax-text h1 {
    margin: 20px;
}

#wax-text p {
    max-width: 40%;
}

#rules {
    background: #ede8d0;
}

#rules-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

#rules-text h1 {
    margin: 20px;
}

#rules-text p {
    max-width: 40%;
}

#prevBtn,
#nextBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

#prevBtn {
    left: 10px;
}

#nextBtn {
    right: 10px;
}

.image-container img {
    opacity: 1;
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
}

.image-container:hover img {
    opacity: 0.7;
}

.image-container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #009688;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.menu-logo {
    max-height: 200px;
    justify-self: center;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}


.menu-logo2 {
    max-height: 200px;
    justify-self: center;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}


.sticky {
    min-height: 50px;
    background-color: #00695c;
    padding: 0;
}

.minimize {
    max-height: 50px;
    position: sticky;
}

.spacer {
    height: 100px;
}

#footer {
    height: 300px;
    background: #ede8d0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

a {
    text-decoration: none;
    color: black;
}

.map {
    width: 400px;
    height: 200px;
}

.mobile-text {
    display: none;
}

.submit-text {
    font-size: small;
}

.underlined {
    text-decoration: underline;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-height: 90vh;
    /* 60% of the viewport height */
    width: auto;
    /* Maintain aspect ratio */
    max-width: 100%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.reviews {
    display: flex;
    width: 100vw;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.review {
    max-width: 300px;
    min-width: 200px;
    padding: 10px 0;
    background-color: #ede8d0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 16px;
}

.review-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.review-text {
    color: #555;
}


.context-menu {
    position: relative; /* Ensures dropdown is positioned correctly */
    display: inline-block;
}

.menu-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#dropdown-menu {
    position: absolute;
    top: 100%; /* Directly below the button */
    left: 0;
    margin: 0; /* Remove any unwanted spacing */
    padding: 5px 0; /* Adjust padding if needed */
    background: #ede8d0;
    border: 1px solid #ccc;
    display: none;
    pointer-events: auto; /* Ensure it remains interactive */
}

#dropdown-menu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
}

#dropdown-menu a:hover {
    background-color: #ede8d0;
}

/* Show dropdown on hover */
.context-menu:hover .dropdown-menu {
    display: block;
}

.mobile-menu {
    display: none;
}

.button {
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 30px;
    background-color: #009688;
  }


@media only screen and (max-width: 1024px) {
    .menu-logo {
        max-height: 40%;
        transform: unset;
        left: unset;
        margin: 20%;
        justify-self: unset;
    }

    #menubar {
        justify-content: center;
        height: 100vh;
    }

    #menubar nav {
        position: absolute;
        top: 0;
    }

    header {
        min-height: 130px;
        height: fit-content;
        padding-bottom: unset;
        position: unset;
        top: unset;
        width: 100%;
        z-index: 10;
    }

    .desktop {
        display: none;
    }

    #footer {
        height: fit-content;
        flex-direction: column;
        padding-top: 16px;

        p {
            margin: 0;
        }
    }

    h2 {
        display: inline;
        color: white;
        font-size: xx-large;
    }

    .spacer {
        height: 50px;
    }

    #colleagues {
        margin: 0;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }

    .map {
        width: unset;
        height: unset;
    }

    .mobile-text {
        display: inline;
        background-color: #ede8d0;
        padding: 8px;
        margin: 0 16px 24px 16px;
    }

    .middle {
        display: none;
    }

    .context-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        z-index: 20;
        position: absolute;
        margin: 200px 16px 24px 16px;
    }

    #mobile-menu {
        display: flex;
        flex-wrap: wrap;
        margin: 20px;
        margin-top: 60%;
        justify-content: space-around;
    }
    
    #mobile-menu .button {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 350px;
        width: 30%;
        text-align: center;
        margin-top: 32px;
        background: #ede8d0;
        padding: 16px 8px;
        font-size: larger;
    }
    
    #mobile-menu .data-container .text {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        color: black;
    }
}

#cookieBanner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ede8d0;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}
#cookieBanner button {
    margin: 5px;
    padding: 8px 12px;
    cursor: pointer;
}