 html,
 body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 100;
    background-color: #f9f9f9;
    color: #333;
}

a {
    text-decoration: none;
    color: #e9e7df;
}

.scroll-disable {
    height: 100%;
    overflow: hidden;
}

.content {
    overflow: auto;
    padding: 12px;
    background-color: #5e6c56;
    position: relative;
    z-index: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.content-body-bg {
    overflow: auto;
    padding: 13px;
    background-color: #e9e7df;
    background-image: url("images/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
}

.content-body-solid {
    overflow: auto;
    padding: 13px;
    background-color: #e9e7df;
    background-position: -50px 0px;
    background-repeat: no-repeat;
    min-height: 450px;
    padding-bottom: 50px;
}

.title {
    float: left;
    width: 35%;
    margin-top: -3px;
    margin-left: 3%;
    color: #e9e7df;
    font-size: 1.5em;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.heading {
    margin-left: 3%;
    margin-top: 25px;
    color: rgb(73, 90, 88);
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.7rem;
    font-weight: 600;
    font-style: normal;
    display: block;
}

.subheading1 {
    font-weight: 650;
    display: block;
    padding-top: 20px;
}

.subheading2 {
    font-weight: 650;
    color: rgb(212, 150, 125);
    display: block;
    padding-top: 20px;
}

.pricing {
    font-weight: 650;
    color: rgb(212, 150, 125);
    display: block;
}

.asterisk {
        font-size: 0.7rem;
    }

.mobile-menu {
    display: none;
}

.menu {
    float: right;
    text-align: right;
    margin-top: 0.3%;
    margin-right: 2%;
    width: 60%;
    font-size: 1em;
    color: #e9e7df;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.menu-text, .menu-text-active {
    margin-left: 3.5%;
    display: inline-block;
}

.menu-text-active {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.menu-text:hover .dropdown-content {
    display: block;
}

.menu-text-active:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: rgb(65, 65, 65);
    min-width: 180px;
    padding: 8px 15px 8px 8px;
    margin-left: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    font-size: 0.95rem;
}

.dropdown-content a {
    padding: 1px 0px 0px 10px;
    text-align: left;
    display: block;
    color: #e9e7df;
    }

.dropdown-content a:hover {
    color: #ffae45ff;
}

.intro {
    position: static;
    background-color: rgb(0, 0, 0, 0.5); 
    width: 55%;
    padding: 2% 3% 3% 3%;
    color: #ffffff;
    font-size: 1rem;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 2.5% 3% 3% 3%;
    border-radius: 30px;
    z-index: 1;
}

.content-text {
    margin-left: 3%;
    color: rgb(73, 90, 88);
    font-size: 1rem;
    font-optical-sizing: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    width: 90%;
}

.content-text a {
    color: #bf856eff;
    text-decoration: underline;
}

.about {
    float: left;
    width: 57%;
    margin-right: 3%;
}

.about-img {
    float: left;
    width: 40%;
    text-align: right;
    padding-top: 80px;
}

.about-img-mobile{
        display: none;
    }

.services {
    float: left;
    width: 43%;
    padding-right: 7%;
    min-height: 380px;
}

.footer {
    background-color: #34312eff;
    overflow: auto;
    color: #f3f1eb;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    height: 120px;
    padding: 0px 50px 20px 50px;
}

.footer-left {
    text-align: left;
    float: left;
    width:50%;
    height: 100%;
}

.footer-right {
    float: left;
    text-align: left;
    width:35%;
    height: 100%;
}

.footer a {
    color: #bf856eff;
    text-decoration: underline;
}

.intro a {
    color: #bf856eff;
    text-decoration: underline;
}

h1 {
    padding-bottom: 5px;
    font-size: 1.8em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Menu adjustment at low resolution */
@media screen and (max-width: 900px) {
    .menu {
        font-size: 0.8em;
    }

    .title {
        font-size: 1em;
    }
}

/* Mobile only */
@media screen and (max-width: 768px) {

    .mobile-menu {
        display: inline;
        height: 26px;
        float: right;
        text-align: right;
        width: 10%;
        margin-right: 2%;
        color: #5e6c56;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 1.3em;
        font-weight: 600;
    } 
    
    .menu {
        display: none;
    }

    .title {
        width: 80%;
        font-size: 1.3em;
    }

    .intro {
        width: 82%;
    }

    h1 {
        font-size: 1.8em;
    }

     .footer {
        padding: 0% 6% 6% 6%;
        height: auto;
    }

     .footer-left {
        width:100%;
    }

    .footer-right {
        width:100%;
    }

    .services {
        width: 100%;
    }

    .about {
        width: 100%;
    }

    .about-img{
        display: none;
    }

    .about-img-mobile {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    img {
        max-width: 100%;
    }

    .content-body-bg {
        background-image: url("images/bg_mobile.webp");
    }

    .intro {
        width: 88%;
    }
}