/* === Red Barn Media Group - Custom Styles - Universal Services === */

/* === Home Hero Styles :: BEGIN === */
.th-hero-intro {
    margin-top: 7.375rem;
    width: 100%;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/th-hero-2000-660.webp) center center;
    background-size: cover;
    position: relative;
}

.th-hero-intro h1 {
    font-size: 3.5rem;
    color: #fff;
    text-transform: uppercase;
}

.th-hero-intro h2 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
}
/* === Home Hero Styles :: END === */

/* === Sub Hero Styles :: BEGIN === */
.th-hero-intro.SUB {
    height: fit-content;
}
.th-hero-intro.furnace {
    margin-top: 7.375rem;
    width: 100%;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/th-hero-furnace-2000.webp) center center;
    background-size: cover;
    position: relative;
}
.th-hero-intro.ac {
    margin-top: 7.375rem;
    width: 100%;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/th-hero-ac-2000.webp) center center;
    background-size: cover;
    position: relative;
}
.th-hero-intro.SUB h1 {
    font-size: 3rem;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.th-hero-intro.SUB .th-hero-intro-container-padding {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.th-hero-intro.th-hero-contact {
    height: fit-content;
    padding-top:4rem;
    padding-bottom:3rem;
}
/* === Sub Hero Styles :: END === */

/* === Media Queries :: BEGIN === */
@media (max-width:1400px) {
    .th-hero-intro {
        margin-top: 7.8125rem;
        height: fit-content;
        padding-top: 6rem;
        padding-bottom: 4rem;
        background: url(../img/th-hero-1400-660.webp) center center;
    }

    .th-hero-intro h1 {
        font-size: 3rem;
    }

    .th-hero-intro h2 {
        font-size: 1.5rem;
    }
    .th-hero-intro.furnace {
    margin-top: 7.8125rem;
        height: fit-content;
        padding-top: 6rem;
        padding-bottom: 4rem;
    background: url(../img/th-hero-furnace-1400.webp) center center;

}
  .th-hero-intro.ac {
    margin-top: 7.8125rem;
        height: fit-content;
        padding-top: 6rem;
        padding-bottom: 4rem;
    background: url(../img/th-hero-ac-1400.webp) center center;

}
}

@media (max-width:1200px) {
    .th-hero-intro {
        background: url(../img/th-hero-1200-660.webp) center center;
    }
}

@media (max-width:991px) {
    .th-hero-intro {
        padding-top: 8rem;
        background: url(../img/th-hero-991-660.webp) center center;
    }

    .th-hero-intro.furnace {
     padding-top: 8rem;
    background: url(../img/th-hero-furnace-991.webp) center center;

}
 .th-hero-intro.ac {
     padding-top: 8rem;
    background: url(../img/th-hero-ac-991.webp) center center;

}

    .th-hero-intro h1 {
        font-size: 2.5rem;
    }

    .th-hero-intro h2 {
        font-size: 1.25rem;
    }
}

@media (max-width:767px) {
    .th-hero-intro {
        background: #01254C;
        background: linear-gradient(0deg, rgba(1, 37, 76, 1) 100%, rgba(0, 0, 0, 1) 0%) !important;
    }
      .th-hero-intro.furnace {
    background: #01254C;
     background: linear-gradient(0deg, rgba(1, 37, 76, 1) 100%, rgba(0, 0, 0, 1) 0%) !important;

}
      .th-hero-intro.ac {
    background: #01254C;
     background: linear-gradient(0deg, rgba(1, 37, 76, 1) 100%, rgba(0, 0, 0, 1) 0%) !important;

}
    .th-hero-intro h1 {
        font-size: 2rem;
        line-height: 1;
    }

    .th-hero-intro h2 {
        font-size: 1rem;
    }
}

@media (max-width:450px) {
    .th-hero-intro {
        margin-top: 147px;
        padding-top:4rem;
    }
}
/* === Media Queries :: END === */