.nav-text {
    font-family: 'Adobe Jenson Pro Semibold';
    font-size: 1.5rem;
    color: #8c6e86;
}
.f-2 {
    font-size: 1.25em;
}
.f-3 {
    font-size: 1.5em;
}
.f-4 {
    font-size: 1.75em;
}
.f-5 {
    font-size: 2em;
}
.jenson {
    font-family: 'Adobe Jenson Pro Semibold';
}
.text-mauve {
    color: #8c6e86;
}
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
.text-shadow-dark {
    text-shadow: 0 0 5px #000;
}
.nav-text:hover {
    color: #000;
    text-shadow: 0 0 3px #8c6e86;
}
.bg-filtered {
    background-color: #ffffffdd !important
}
.bg-residential {
    background-image: url('/img/Residential-13-scaled.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-commercial {
    background-image: url('/img/Commercial-Storefront-1.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-nature {
    background-image: url('/img/Nature.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-carpet {
    background-image: url('/img/carpet-bg.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .bg-air-duct {
        background-image: url('/img/bg-air-duct.webp');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 767.98px) {
    .bg-air-duct {
        background-image: url('/img/bg-air-duct-sm.webp');
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (min-width: 768px) {
    .bg-couple {
        background-image: url('/img/couple-1.webp');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 767.98px) {
    .bg-couple {
        background-image: url('/img/couple-1-sm.webp');
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.bg-home {
    background-image: url('/img/home-1.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-spacer {
    height: 78px;
}
.nav-footer {
    height: 40px;
}
.h-400px {
    height: 400px;
}