html, body{
    height: 100%;
    margin: 0;
}

body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


li {
    margin-bottom: 10px;
}

.header{
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    display: flex;
}
.mobile-header-div {
    align-content: center;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: rgb(0, 32, 36);
    padding-bottom:16.5%;
    padding-top: 16.5%;
}



.expand {
    align-self: center;
    border-bottom-style: solid;
    border-color: black;
    border-width: thin;
    padding: 20px;
    cursor: pointer;
}

.expand summary {
    list-style: none;
    font-weight: bolder;
    font-size: 20px;
    font-family: Arial;
}

.expand p {
    font-family: Arial;
    margin-left: 20px;
    font-size: large;
}




.header-option {
    margin-right: 25px;
    text-decoration: none;
    color: black;
    font-family: Arial;
    font-size: 16px;
    text-underline-offset: 5px;
}

.header-logo {
    height: 98px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.service-img {
    height: 217px;
    width: 217px;
    border-radius: 80px;
    object-fit: cover;
    object-position: center;
}


.body-text {
    font-family: Arial;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 2;
}

.bold-body-text{
    font-family: Arial;
    font-size:23px;
    font-weight: bolder;
}

.docs {
    color: black;
    text-underline-offset: 5px;
    font-family: Arial;
    line-height: 2;
}

.docs a {
    color: black;
    margin-left: 10px;
}

.jux {
    display: flex;
    gap: 20px;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}



@media(max-width: 770px) {
    .footer {
        display:block;
        width: 100vw;
        align-items: center;
        margin-top: 2%;
        bottom: 0;
        padding-top: 1%;
        padding-bottom: 1%;
        background-color: rgb(255, 200, 0);
        height:auto;
        margin-top: auto;
    }
    .header-options {
        display: none;
    }
    .menu-img{
    height: 30%;
    margin-top: 40%;
    }
    .menu-popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: right;
    z-index: 9999;
}
.menu-button{
        margin-left: 60%;
        background: none;
        border: none;
        padding: 0;
    }

    .menu-popup {
    background: rgb(255, 248, 184);
    border-left-style: outset;
    border-color: rgb(0, 0, 0);
    padding: 20px;
    width: 200px;
    top: 0;
    bottom: 0;
    z-index: 999;
    position: absolute;
    overflow-y: scroll;
    scrollbar-width: none;
    text-align: center;

    animation: slideInFromRight 0.3s ease forwards;
}
    .footer-field {
        text-align: center;

    }
    .not-for-mobile {
        display: none;
    }
    .jux {
        display: none;
    }
    .jux1 {
        display: block;
        align-self: center;
        align-items: center;
        text-align: center;
        margin-bottom: 1%;
    }
    .jux1 .expand {
        border-style: none; 
        align-self: center; 
        border-radius: 50px;
        padding: none; 
        margin: none;
        background-color: rgb(233, 233, 233);
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .jux1 .expand p {
        text-align: center;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .mobile-jux {
        display: block;
        padding-top: 20px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-header-div {
    align-content: center;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: rgb(0, 32, 36);
    padding-bottom:16.5%;
    padding-top: 16.5%;
}

.closeMenuButton {
    background: none;
    border: none;
    padding: 0;
    height: 10%;
    align-self: center;
    margin-top: 40%;
}

.menu-close {
    height: 75%;
}
.mobile-header-option {
    color: rgb(0, 0, 0);
    text-decoration: none;
    
}

}
  
@media(min-width: 771px) {
    .footer {
    background-color: rgb(255, 200, 0);
    height:auto;
    margin-top: auto;
    padding-bottom: 5%;
    display: flex;
    text-align: center;
    font-size:15px;
    left: 0px;
    right: 0px;
}
.menu-popup {
    display: none;
}
.header button {
    display: none;
}
.menu-popupOverlay {
    display: none;
}

.header-options {
    display: block;
    height: 30px;
    text-align: center;
    margin-top: 30px;
}

.footer-field {
    font-family: Arial;
    margin-left: auto;
    bottom: 0;
    
    margin-right: auto;
}
    .jux1, .jux2 {
    flex: 1;
    padding:15px;
    }
    .for-mobile {
        display: none;
    }
    .mobile-jux {
        display: none;
    }
}


