.logo-prod {
    height: 100px;
    width: auto;
}

.hero-div-bg {
    background: url(/static/media/images/index/hero-bgimg.jpg) no-repeat 50% / cover;
}

.hero-div-bg-overlay {
    background-color: rgba(0, 0, 0, 0.47);
}

.fb-nav {
    color: #616161;
}

.hero-text {
    color: #FFFFFF;
    font-weight: 500 !important;
}

.shero-highlight-txt {
    color: #C69C72;
}

.price-lead-classes {
    color: #C69C72;
    font-weight: 500 !important;
    margin-bottom: -2px;
}

.review-name {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.15rem;
    margin-bottom: 0.45rem;
}

.review-subtxt {
    font-weight: 400;
    font-size: 12.5px;
    letter-spacing: 0.15rem;
}

.footer-bg {
    background-color: #ECE9E7;
}

.axeyebrow {
    color: #C69C72 !important;
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.footer-pages {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #707070 !important;
}

.footer-cols-heading {
    font-size: 15px !important;
}

.footer-logo {
    width: 120px;
    height: auto;
}

.footer-side-text {
    font-size: 19px;
    font-weight: 500 !important;
    color: #7A7265;
}

.contact-hero-bg {
    background-color: #d4e09b;
}

.contact-us-icon {
    color: #C69C72;
    width: 50px;
    height: auto;
}

.no-txt-dec {
    text-decoration: none;
}

.form-labels {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #16192c;
}

.classesbg-green {
    background-color: #e3e7dd;
}

.classes-hero-img {
    width: 400px;
    height: auto;
}

@media (min-width: 992px) {
    .classes-hero-img {
        float: right;
    }
}

@media (max-width: 992px) {
    .classes-hero-img {
        width: 100%;
    }
}

.card-img-classes {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.classes-link {
    text-decoration: none;
}

.classes-link:hover .price-lead-classes:hover {
    color: #765d44 !important;
}

.about-ourstudio-img {
    height: 400px;
    width: 650px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery img {
    width: 30px;
    height: auto;
    margin: 1%;
}

.gallery img:nth-child(2),
.gallery img:nth-child(3) {
    width: 50%;
}

.a4828 {
    font-size: 10.2px;
}

.a32434 {
    text-align: center !important;
}

.footer-links {
    font-weight: 400;
    font-size: 1.15rem;
    text-decoration: none;
    color: #16192c;
}

.footer-links:hover {
    color: #C69C72 !important;
    transition: 0.5s;
}

.level-1 {
    position: relative;
    z-index: 32 !important
}

.level-2 {
    position: relative;
    z-index: 16 !important
}

.level-3 {
    position: relative;
    z-index: 8 !important
}