/* === Red Barn Media Group - Custom Styles -Stars and Stripes === */
/* === Home Hero Styles :: BEGIN === */
.sas-hero-intro {
    margin-top: 7rem;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/sas-hero-2000.jpg) center center;
    background-size: cover;
    position: relative;
}
.sas-hero-intro h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.sas-hero-intro h1 small {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
}
.hof-home-page-form {
    margin-top:-4.125rem;
}
/* === Home Hero Styles :: END === */
/* === Sub Hero Styles :: BEGIN === */

/* === Sub Hero Styles :: END === */
/* === Service Rollover Styles :: BEGIN === */



.sas-home-rollover-water-heating {
    background: url(../img/sas-home-rollover-water-heating.webp) center center;
    background-size: cover;
    width: 100%;
}
.sas-home-rollover-water-quality {
    background: url(../img/sas-home-rollover-water-quality.webp) center center;
    background-size: cover;
    width: 100%;
}
.sas-home-rollover-backflow-prevention {
    background: url(../img/sas-home-rollover-backflow-prevention.webp) center center;
    background-size: cover;
    width: 100%;
}
.sas-home-rollover-general-service {
    background: url(../img/sas-home-rollover-general-service.webp) center center;
    background-size: cover;
    width: 100%;
}
.sas-home-rollover-drain-cleaning {
    background: url(../img/sas-home-rollover-drain-cleaning.webp) center center;
    background-size: cover;
    width: 100%;
}
.sas-home-rollover-remodel {
    background: url(../img/sas-home-rollover-remodel.webp) center center;
    background-size: cover;
    width: 100%;
}
.sas-home-rollover-slab-leak {
    background: url(../img/sas-home-rollover-slab-leak.webp) center center;
    background-size: cover;
    width: 100%;
}
.sas-home-rollover-piping {
    background: url(../img/sas-home-rollover-piping.webp) center center;
    background-size: cover;
    width: 100%;
}


/* === Service Rollover Styles :: END === */
/* === Banner Styles :: BEGIN === */
.sas-home-blue-wave-top {
    background: url(../img/sas-blue-wave-banner-top.svg) top center;
    background-size: cover;
    width: 100%;
    height: fit-content;
}

.sas-banner-contact-form {
    background: url(../img/sas-home-contact-form-banner.svg) bottom center;
    background-size: cover;
    width: 100%;
    height: fit-content;
}
.sas-home-water-banner {
    background: url(../img/sas-home-water-banner.webp) center center;
    background-size: cover;
    width: fit-content%;
    height: 500px;
}


/* === Banner Styles :: END === */
/* === Coupon  Styles :: BEGIN === */

/* === Coupon  Styles :: END === */

.border-right{
    border-right: 2px solid white;
}
.border-bottom{
    border-bottom: 2px solid white;
}
.footer-logo{
    position: relative;
    margin-top:-3rem;
}
.truck-hero{
    position: absolute;
    right:0px;
    bottom:-8px;
}
/* === Media Queries :: BEGIN === */
@media (max-width:1600px) {
    .sas-hero-intro {
        margin-top: 7rem;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        background: url(../img/sas-hero-1600.jpg) right center;
        background-size: cover;
        position: relative;
    }
    .sas-hero-intro .sas-hero-intro-container-padding {
        padding-top:12rem;
        padding-left: 0rem;
        padding-bottom:6rem;
    }
    /* === Home Hero Styles :: BEGIN === */
    .sas-hero-intro {
        margin-top: 7.75rem;
    }
    /* === Home Hero Styles :: END === */
}

@media (max-width:1200px) {
    .sas-hero-intro {
        margin-top: 7rem;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        background: url(../img/sas-hero-1200.jpg) right center;
        background-size: cover;
        position: relative;
    }
}

@media (max-width:991px) {
    .sas-hero-intro {
        margin-top: 7rem;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        background: url(../img/sas-hero-991.jpg) right center;
        background-size: cover;
        position: relative;
    }
    /* === Banner Styles :: BEGIN === */
    .border-right{
        border-right: none;
    }
    .border-bottom{
        border-bottom: none;
    }
    .sas-home-water-banner {
        display: none;
    }
    /* === Banner Styles :: END === */
}

@media (max-width:767px) {
    .sas-hero-intro {
        margin-top: 7rem;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        background: url(../img/sas-hero-767.jpg) right center;
        background-size: cover;
        position: relative;
    }
    
    .sas-home-blue-wave-top {
        background: url(../img/sas-blue-wave-banner-top.svg) bottom center;
        background-size: cover;
        width: 100%;
        padding-top: 10rem;
        height: fit-content;
    }
    /* === Service Rollover Styles :: BEGIN === */
  
    /* === Service Rollover Styles :: END === */
}

@media (max-width:450px) {}

/* === Media Queries :: END === */