/*
    Theme Name: Theme 3
    Description: Website Factory Theme 3
    Author: The Website Factory
    Author URI: https://thewebsitefactory.org/
    Version: 1.0
    Copyright: The Website Factory
*/
.header-content {
    background-color: rgba(255,255,255,0.5);
    padding: 0.8rem 0.8rem 0 0.8rem;
    text-align: center;
    border-radius: 5px;
}
.header-content .button {
    margin-top:1.2vw;
}
.office {
    background-color: #b1a495;
}
.testimonials {
    background-color: #c3bcad;
}
.testimonials-decorative {
    margin-left:10vw;
}
.services {
    background-color: #c3af91;
}
footer {
    background-color: #dbcfc3;
}
.section-title {
    font-size:1.5vw;
    margin-top:1vw;
    margin-bottom:1.5vw;
}
.page-heading {
    line-height:2.6vw;
    font-size:1.8vw;
}
@media screen and (max-width: 1450px){
    .home-hero .button {
        margin-right:auto;
        margin-left:auto;
    }
}
@media screen and (max-width: 2023px) {
    .hero-img {
        opacity:100%;
    }
}