:root {
    --primary: #003764;
    --secondary: #F18A00;
    --size: 6rem;
    --transition-duration: 500ms;
    --transition-easing: ease-out;
}

.grecaptcha-badge{z-index: 10000;}

/* --- Global --- */
html,body { padding: 0; margin: 0; font-family: 'Gabarito',sans-serif; scroll-behavior: smooth;}
.contentContainer { max-width: 1600px; margin: 0 auto; }
.contentContainer.fullWidthText {width: 100%; font-size: 2em; padding: 30px;  box-sizing: border-box; position: relative; display: flex; flex-direction: column; justify-content: center; }
.contentContainer.multiPartSection {width: 100%; font-size: 2em; padding: 30px;  box-sizing: border-box; position: relative; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap;}
.contentContainer.multiPartSection > div{padding: 20px; box-sizing: border-box; min-width: 350px;}
.contentContainer.multiPartSection div .subTitle{font-size: 0.8em;}
.multiPartSection .col-head-icon i { --fa-animation-duration: 4s; padding-bottom: 10px; }

.scrollSnap { overflow: scroll; height: 100vh; scroll-snap-type: y mandatory; scroll-behavior: smooth; }
.service { scroll-snap-align: center; }
h1,.h1 { color: #000000; font-family: 'Fugaz One', sans-serif; font-size: 38px; font-style: normal; font-weight: 800; text-transform: uppercase; }
h2,.h2 { color: #000000; font-family: 'Gabarito', sans-serif; font-size: 35px; font-style: normal; font-weight: 800; line-height: 47px; }
h3,.h3 { color: #000000; font-family: 'Gabarito', sans-serif; font-size: 32px; font-style: normal; font-weight: 800; line-height: 38px; margin: 5px 0; }
a { font-family: 'Gabarito',sans-serif; font-style: normal; font-weight: 400;/* font-size: 16px;*/ line-height: 24px; text-decoration: none; color: #0576d3; }
a:hover, a:focus { text-decoration: underline; }
span[onclick] {color: #004986;font-weight: 800;}
span[onclick]:hover {cursor: pointer; text-decoration: underline;}
p { font-family: 'Gabarito',sans-serif; font-style: normal; font-weight: 400; font-size: 18px; line-height: 28px; }
.subHead { color: #000000; font-family: 'Gabarito', sans-serif; font-size: 48px; font-style: normal; font-weight: 800; line-height: 56px; }
.heading { justify-content: center; flex-direction: column; align-items: center; }
.fullBgImg { background-size: cover; background-position: center left; background-color: var(--primary); position: absolute; color: #000; }

/* --- Subpages --- */
.subpageHeroWrapper { position: relative; height: 30vh; display: flex; align-items: center; }
.subpageHero { min-height: 30vh; width: 100%; }
.subpageHeroWrapper > .contentContainer { margin: 0 auto 0 30px; }
.subpageHeroWrapper h1 { z-index: 1; position: relative; width: 80vw; color: #ffffff; margin-top: 80px; line-height: 1em; }
.quoteText { width: 40%; font-size: 2em; padding: 30px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.quoteText img { position: absolute; }
.quoteText div { z-index: 1; position: relative; }
/*.quoteText > div > i { font-style: italic; margin: 0 5px; position: relative; top: -5px; }*/
.quoteText .author { text-align: right; }

/* --- Home --- */
#homeImg { background-color: var(--primary); background-image: url("../img/home-slant-blue.png"); background-size: cover; background-position: bottom; background-color: transparent; position: absolute; color: #000; z-index: 1; height: auto; max-height: 800px; min-height: 650px; }
#homeHeading { position: relative; color: #000; margin-bottom: 0; z-index: 2; min-height: 550px; }
.homeHeadingWrapper { padding: 75px 30px 0; box-sizing: border-box; /*backdrop-filter: blur(3px); background-color: rgba(255, 255, 255, 0.6);*/ position: relative; color: #ffffff; display: flex; justify-content: center; flex-direction: column; align-items: flex-start; }
.homeHeadingWrapper h1 { display: none; }
.homeHeadingWrapper #homeLogo img { max-width: 200px; width: 100%; }

hr { border: 0; height: 0; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); margin: 100px 0; }

/* --- Buttons --- */
button, .btn { width: fit-content; background-color: var(--primary); color: #ffffff; font-weight: 800; font-size: 16px; display: inline-block; border-radius: 5px; padding: 15px 20px; border: none; margin: 0 10px 10px 0; box-shadow: 0 0 2px #000; }
button.secondary, .btn.secondary { background-color: var(--secondary); color: #000000; }
button:hover, .btn:hover { cursor: pointer; background-color: #ffffff; color: var(--primary); }
button.secondary:hover, .btn.secondary:hover { color: #ab6200; }
button.inverse, .btn.inverse { background-color: #ffffff; color: var(--primary); }
button.inverse:hover, .btn.inverse:hover { background-color: var(--primary); color: #ffffff; }

/* --- Forms --- */
form.well {background: #eeeeee;padding: 10px; border: 3px solid var(--secondary); border-radius: 10px;margin: 0 auto;display: flex;flex-wrap: wrap;font-size: 1.25em;}
form p.reqField { width: 100%; text-align: right; margin: 0; font-style: italic; font-size: .75em; }
form > div {margin: 10px;width: 100%;}
form > div > label {padding-right: 10px; padding-bottom: 5px;}
form > div > input, form > div > select {width: 100%;border: 0;border-radius: 5px;height: 50px; font-family: inherit;}
form > div > * { display: block; }
form .addlComments, form input.btn { width: 100%; margin: 10px; }
form #comments { width: 100%; border: 0; border-radius: 5px; margin-bottom: 10px; }

section.service.hvacForm {display: flex; align-items: flex-start; padding: 0 30px; flex-direction: row-reverse;}
#contactWrapper section.service.hvacForm { flex-direction: row; padding-top: 10px; }
.hvacForm form { display: flex; }
.hvacForm form > div { width: unset; flex: 1 1 500px; flex-basis: 47%; }

#contactUsLanding form > div > input, #contactUsLanding form > div > select { height: 40px; }
#contactUsLanding form > div, #contactUsLanding form .addlComments, #contactUsLanding form input.btn { width: calc(100% - 20px); }
#contactUsLanding form.well { font-size: revert; justify-content: center; }
.contact-marketing .quote { padding: 50px 0 60px; }
.contact-marketing .footer { margin: 0; }

/* --- Nav --- */
.navBar { position: fixed; top: 0; width: 100%; overflow: hidden; padding: 10px 0 0; box-sizing: border-box; margin: 0; z-index: 2; background-color: rgba(255, 255, 255, 0.8); }
.navBar .contentContainer { position: relative; display: flex; flex-wrap: wrap; align-items: center; }
.navBar .logo { overflow: hidden; /*height: 50px;*/ box-sizing: border-box; display: flex; align-items: center; padding-left: 20px; }
.navBar .logo img { height: 45px; width: auto; }
.navBar .logo img:hover { cursor: pointer; }
.navBar .navBurger { color: #000000; position: absolute; top: 5px; right: 0; font-size: 2em; line-height: 1em; padding-right: 20px; }
#homeNavTop .navBar .navBurger { color: #ffffff; }
.navBar .navLinks { padding: 0; width: 100%; margin-top: 10px; max-height: 0; transition: max-height 600ms; overflow: hidden; }
.home .navBar .navLinks.active { display: none; }
#homeNavTop.showNav .navBar .navLinks.active,
#homeNavScroll.showNav .navBar .navLinks.active,
.navBar .navLinks.active
{ display: block; max-height: 375px; background-color: var(--secondary); }
.navBar .navLinks .linkObj { text-align: right; color: #000000; text-transform: uppercase; padding: 15px 10px; margin: 0 10px; line-height: normal; display: block; font-size: 20px; }
.navBar .navLinks .linkObj:hover, .navBar .navLinks .linkObj:focus { border-bottom: 3px solid var(--secondary); text-decoration: none; }

.homeNav { z-index: 3; position: relative; }
.homeNav .navBar { top: -100px; }
.homeNav.showNav .navBar { /*height: 70px;*/ top: 0; transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); overflow: hidden; box-sizing: border-box; }
#homeNavTop.showNav .navBar { height: 70px; background-color: transparent; overflow: visible; }
#homeNavTop.showNav .navBar .logo { display: none; position: absolute; }
#homeNavTop.showNav .navBar .navLinks { width: 100%; justify-content: center; position: absolute; /*top: 50px;*/ top: 5vh; }
#homeNavTop.showNav .navBar .navLinks .linkObj { color: #ffffff; }
#homeNavTop.showNav .navBar .navLinks.active .linkObj { color: #000000; }
#homeNavTop .navBar.solidBg { background-color: var(--primary); }
#homeNavScroll .navBar.solidBg { background-color: #ffffff; }

.phone-mobile-show { width: fit-content; margin-left: auto; margin-right: 70px; }
.phone-mobile-show a { width: fit-content; padding: 10px; margin: 0; }
#homeNavTop .phone-mobile-show { margin-left: 20px; margin-right: 0; margin-top: -15px; }
#homeNavTop.showNav .navBar .contentContainer { height: 100%; }

/* --- Footer --- */
.footer { width: 100%; padding: 20px 0; box-sizing: border-box; background-color: var(--primary); color: #ffffff; margin: 80px 0 0 0; text-align: center; }
div#footerNav { margin-top: 10px; display: flex; flex-wrap: wrap; justify-content: center; }
div#footerNav > a { flex-basis: 200px; color: #ffffff; text-decoration: none; text-transform: capitalize; padding: 10px;}
div#footerNav > a:hover, div#footerNav > a:focus { text-decoration: underline; cursor: pointer; }

/* --- Sections --- */
section { display: flex; width: 100%; align-content: center; padding: 0; overflow-x: hidden; flex-wrap: wrap; box-sizing: border-box; }
.home section { flex-direction: column-reverse; }
section:not(.normalSpacing) { min-height: calc(85vh - 120px); }
.flyIn { opacity: 0; transition: all 1s; transform: translateX(0); transition-delay: 350ms; }
.flyIn .flyUp { transition: all 1s; transform: translateY(100px); transition-delay: 500ms; }
.offerings { transform: translateX(-100%); }
@media(prefers-reduced-motion) {  .flyIn { transition: none; }  }
.flyIn.active { opacity: 1; transform: translateX(0); }
.flyIn.active .flyUp { transform: translateY(0); }
.offerings:nth-child(1 of .offerings) { transition-delay: 600ms; }
.offerings:nth-child(2 of .offerings) { transition-delay: 400ms; }
.offerings:nth-child(3 of .offerings) { transition-delay: 200ms; }
.offerings:nth-child(4 of .offerings) { transition-delay: 0ms; }

/*section.service.body { margin: 20px 0; }*/
section.service.center { justify-content: center; }

.angle-divider { overflow: hidden; position: absolute; z-index: 1; width: 100%; }
.subpageHeroWrapper .ad-btm-rt { bottom: -1px; }
.angle-divider > div {width: 0;height: 0;border-top: 150px solid #003764;border-right: 100vw solid transparent;box-sizing: border-box;}
/*.angle-divider > div {width: 200vw; height: 500px; background-color: #ffffff; left: -100vw; position: absolute; top: 0; border-bottom: 8px solid red; -webkit-transform: rotate(-8deg);box-sizing: border-box;}*/
.ad-btm-rt > div { border-top: 0; border-bottom: 60px solid #ffffff; border-right: 0; border-left: 100vw solid transparent; }
#ad2 { position: relative; top: -59px; }
#ad2 > div { border-bottom: 60px solid var(--secondary); }

/*section.wave { margin-bottom: 0; }*/
div.wave { padding: 0; margin: 0; background-image: url("../img/quote-wave-top.svg"); width: 100%; height: 100px; background-position: center; background-size: cover; position: relative; bottom: -1px; }

.waveWrap { overflow: hidden; }
.waveMove {
    background: url("../img/wave-blue-sm.svg") repeat-x;
    /*position: absolute;*/
    top: -198px;
    width: 6400px;
    height: 118px;
    animation: wave 50s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    animation-play-state: running;
    /* Bind the animation to scroll */
    /*animation-delay: calc(var(--scroll) * -20s);*/
    /*animation-iteration-count: 3;*/
    /*animation-fill-mode: both;*/
}
.waveWrapBottom { margin-top: -33px; }
.waveWrapBottom .waveMove {
    animation: wave 25s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(-5%, 0, 0) scale(1,-0.5);
}
.waveMove.run {
    animation-play-state: running;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

div.wave2 { padding: 0; margin: 0; background-image: url("../img/quote-wave-bottom.svg"); width: 100%; height: 100px; background-position: center; background-size: cover; transform: scaleX(-1); position: relative; top: -2px; }
section.service { align-items: center; }
section.service .text { padding: 20px 30px; z-index: 1; background-color: #fff; position: relative; border-radius: 10px; }
section.service .text.full { width: 100%; padding: 10px 50px; text-align: center; align-items: center; }
section.service .images { display: none; }
.home section.service .images { display: block; height: 500px; width: 100%; position: relative; }
.home section.service .images > img { width: 100%; height: 100%; object-fit: cover; }
section.service .images .main { width: 100%; }
section.service .images .main img { box-shadow: 0 0 5px 0 #666666; object-fit: cover; height: 600px; aspect-ratio: 1.5; }
section.service .images .main.left img { transform: translateX(-40%); }

.home #service1 .text { top: -80px; padding-bottom: 0; }
.home #service2 .text { bottom: -80px; padding: 0 30px 40px; }
section#service1 .images { background-image: url("../img/home-com.jpg"); background-size: cover; background-position: right; }
section#service1 .images:after { content: ''; background-image: linear-gradient(transparent 60%, #fff); height: 505px; width: 100%; display: block; position: absolute; bottom: -2px; }
section#service2 .images:after { content: ''; background-image: linear-gradient(#fff, transparent 60%); height: 505px; width: 100%; display: block; position: absolute; top: -2px; }

section.quote { width: 100%; background-color: var(--primary); color: #ffffff; margin: 0; display: flex; padding: 50px 0; text-align: center; justify-content: center; }
section.quote > div > div { position: relative; font-size: 1.2em; font-style: italic; width: 80%; display: inline-block; }
section.quote > div > div i {color: var(--secondary); font-style: italic; margin: 0 5px; position: relative; top: -5px;}
section.quote div.author {margin-top: 30px;}
section.quote div.author span { display: block; font-size: 0.7em; text-transform: uppercase; }

#homeContact { margin: -150px 0 -80px; background-color: var(--secondary); padding: 80px 20px 100px; }
#homeContact .contentContainer { max-width: 650px; margin: 20px auto 0; }
#homeContact .contentContainer h2 { text-align: center; }

section.offeringsGroup {display: flex;flex-wrap: wrap;justify-content: space-evenly; padding: 0;}
section.offeringsGroup.spaceBottom { margin-bottom: 160px; }
.offeringsHeading { text-align: center; width: 100%; padding: 0 30px; }
.offeringsHeading p { max-width: 800px; margin: 15px auto 30px; }
section.offeringsGroup .offerings {flex-basis: 230px;margin: 20px;display: flex;flex-direction: column;align-items: center;text-align: center;}
section.offeringsGroup .offerings div { width: 100px; height: 100px; border-radius: 50px; background-color: #bad6ed; display: flex; align-items: center; justify-content: center; }
section.offeringsGroup .offerings div i { font-size: 50px; }

.tooltip { position: relative; display: inline-block; }
.tooltip .tooltiptext { visibility: hidden; width: 150px; font-size: 1rem; background-color: var(--secondary); color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; position: absolute; z-index: 1; top: 15px; right: 140%; }
.tooltip:hover .tooltiptext { visibility: visible; }
.tooltip .tooltiptext::after { content: " "; position: absolute; top: 50%; left: 100%; margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent transparent var(--secondary); }

/* --- Com and Res --- */
#heroCom { background-image: url("../img/hero-com-blue.jpg"); }
#heroRes { background-image: url("../img/hero-res-blue.jpg"); }

/* --- About --- */
#heroAbout { background-image: url("../img/hero-about-blue.jpg"); }
#aboutTeam { margin: 50px 0 30px; }
#aboutTeam > img { width: 90%; max-width: 800px; height: auto; margin: 0 auto; border-radius: 10px; }

#teamMembers { display: flex; flex-wrap: wrap; justify-content: center; }
#teamMembers .member { position: relative; height: auto; border-radius: 10px; overflow: hidden; margin: 5px 10px; }
#teamMembers .member .tmImg { height: 300px; }
#teamMembers .member .tmImg > img { height: 100%; width: 100%; object-fit: cover; }
#teamMembers .member .tmDetails { position: absolute; bottom: 0; left: 0; right: 0; height: auto; padding-top: 50px; display: flex; flex-wrap: nowrap; justify-content: flex-end; /*background-color: rgb(0 0 0 / 50%);*/ background-image: linear-gradient(0, var(--primary), transparent 70%); flex-direction: column; align-items: center; }
#teamMembers .tmName { color: #ffffff; }
#teamMembers .tmTitle { color: #ffffff; margin-top: 0; display: block; }


/* --- Contact --- */
#heroContact { background-image: url("../img/hero-contact-blue.jpg"); }
#contactWrapper h1 {text-align: center;}
#contactWrapper > p {max-width: 90%;margin: 0 auto 20px;}
#contactWrapper i.fa-solid.fa-phone { color: var(--secondary); }

#heroContactFB, #heroContactGoogle { background-image: url("../img/hero-com-blue.jpg"); }


@media (max-width: 450px) {
    button, .btn { width: 100%; }
}

@media (min-width: 768px) {
    form.well { padding: 30px; }
    form > div { width: 46%; }
    form > div.fullRow { width: 100%; }
    #contactUsLanding form > div:not(.fullRow):not(.addlComments) { width: calc(50% - 20px); }

    .homeHeadingWrapper { padding: 70px 30px 0; align-items: center; max-width: 600px; border-radius: 20px; text-align: center; }
    #homeImg { height: 90vh; }
    #homeHeading { max-width: unset; }
    .homeHeadingWrapper #homeLogo img { max-width: 600px; }
    .contentContainer.fullWidthText {width: 70%;}

    .subpageHeroWrapper > .contentContainer { margin-left: 50px; }
    .subpageHeroWrapper h1 { line-height: normal; }

    section:not(.normalSpacing) { min-height: calc(75vh - 120px); }
    div.wave { height: 150px; }
    .waveMove { background: url("../img/wave-blue.svg") repeat-x; height: 128px; }
    div.wave2 { height: 80px; }
    section.service .text { max-width: 600px; margin: 0 auto; padding: 20px 50px; }
    .home #service2 . text { padding: 0 50px 40px; }
    section.quote div.author {text-align: right;}
    #homeContact .contentContainer { text-align: center; margin: 0 auto; }

    section.serviceAccent2 div { width: 50%; padding: 50px 100px; }
    section.offeringsGroup .offerings {flex-basis: 35%;}

    #teamMembers .member { flex-basis: 32%; margin: 5px; }

    #contactUsLanding .text { padding-right: 30px; }
    #contactUsLanding form.well { padding: 10px; }
    .contact-marketing .quote { padding: 100px 0 120px; }

    div#footerNav > a { flex-basis: auto; }
}

@media (max-width: 991px) {
    section.service.hvacForm .text { padding: 20px 0; }
    section#teamMembers { margin: 80px auto; }

    .navBar .navLinks .linkObj.phone-mobile-hide { display: none; }
}

@media (min-width: 992px) {
    h1,.h1 { font-size: 48px; line-height: 56px; }
    .phone-mobile-show { display: none; }
    h2,.h2 { font-size: 42px; }
    p { font-size: 16px; line-height: 24px; }
    form > div { width: 47%; }
    section.service.hvacForm {flex-wrap: nowrap;}
    section.service.hvacForm > div { width: 50%; }
    section.service.hvacForm .text { padding: 10px 0 30px 50px; }
    #contactWrapper section.service.hvacForm .text { padding: 10px 50px 30px 0; }
    button, .btn { margin: 0 10px 0 0; }

    .contentContainer.multiPartSection {flex-wrap: nowrap;}
    .contentContainer.fullWidthText {padding-bottom: 100px;}

    .navBar .navLinks.active { background-color: unset; }
    .navBar .navLinks .linkObj { text-align: center; padding: 10px; font-size: 16px; }
    .navBar .navLinks .linkObj.phone-mobile-hide { padding: 10px 20px; }

    #homeImg { max-height: none; height: 100vh; }
    .homeHeadingWrapper { width: 830px; padding: 70px 50px 0; max-width: none; }
    #homeHeading { height: 90vh; }
    .navBar { padding-bottom: 10px; }
    .navBar .contentContainer { display: flex; box-sizing: border-box; justify-content: space-between; align-items: center; }
    .navBar .navBurger { display: none; }
    #homeNavTop.showNav .navBar .navLinks { top: 3vh; }
    .navBar .navLinks, .navBar .navLinks.active { display: flex; justify-content: flex-end; align-items: center; overflow: hidden; height: 50px; box-sizing: border-box; width: 75%; margin: 0; max-height: unset; }
    .navBar .navLinks .linkObj { box-sizing: border-box; border-bottom: 3px solid #ffffff00; font-size: 1em; }

    .footer { margin: 120px 0 0 0; }
    #homeContact { margin: -150px 0 -120px; }
    section { padding: 0 100px; margin-bottom: 50px; }
    .home section { flex-direction: row; }
    section:not(.normalSpacing) { min-height: calc(90vh - 120px); }
    section.service.body { margin: 0; position: relative; overflow: hidden; }
    div.wave { height: 200px; }
    div.wave2 { height: 250px; }
    section.service { align-items: center; overflow: hidden; display: flex; justify-content: flex-end; padding: 0 0 0 50px; }
    section.service .text { display: flex; width: 50%; box-sizing: border-box; padding: 10px 50px 30px 0; flex-direction: column; text-align: left; }
    section.service.odd .text { padding: 10px 0 10px 50px; }
    section.service .text.full { width: 100%; padding: 10px 50px; text-align: center; align-items: center; }
    section.service.odd .images { border-radius: 0 10px 10px 0; }
    section.service .images { display: flex; width: 50%; height: 750px; box-sizing: border-box; padding: 0; overflow: hidden; /*background-size: cover; background-position: center;*/ }
    section.service .images img { width: auto; height: 100%; }
    .home section.service .images { display: flex; height: 750px; width: 50%; }
    section.service .images .main { width: 100%; }
    section.service .images .main img { height: 660px; }
    section#service1 { padding-bottom: 50px; align-items: flex-end; }
    section#service1 .images { border-radius: 0 0 10px 10px; }
    section#service1 .images:after { display: none; }
    .home #service1 .text { text-align: right; top: 0; padding-bottom: 30px; }
    .home #service1 button { margin: 0 0 0 10px; }
    section#service2 { justify-content: flex-start; align-items: flex-start; padding: 0 50px 0 0; margin-bottom: 0; }
    section#service2 .images { background-position: center; border-radius: 10px 10px 0 0; }
    section#service2 .images:after { display: none; }
    .home #service2 .text { bottom: 0; padding: 10px 0 10px 50px; }
    /*section.clients .clientTicker { flex-wrap: nowrap; }*/
    section.clients .clientTicker > div { margin: 0 30px; /*width: 220px;*/ width: 20%; }
    section.quote > div > div { font-size: 1.6em; width: 70%; }
    .waveWrap { margin-top: 30px; }
    .waveWrapBottom { margin-top: -33px; margin-bottom: 50px; }

    #ad2 { top: -149px; }
    #ad2 > div { border-bottom: 150px solid var(--secondary); }
    .ad-btm-rt > div { border-bottom: 100px solid #ffffff; }

    #aboutTeam { justify-content: flex-start; align-items: center; padding: 0; margin: 80px 0 50px;  }
    #teamMembers .member .tmDetails { bottom: -5px; opacity: 0; transition: all 500ms ease; }
    #teamMembers .member:hover .tmDetails, #teamMembers .member:focus .tmDetails { bottom: 0; opacity: 1; }
}

@media (min-width: 1200px) {
    h3,.h3 { margin: 20px 0; }
    .heading p { width: auto; margin-bottom: 30px; font-size: 1.2em; text-align: center; line-height: unset; }
    #homeHeading h1 { margin-bottom: 10px; }
    section.service p { max-width: 600px; }
    div.wave { height: 270px; }
    section.service .text { padding: 10px 70px 30px 30px; }
    section.service.odd .text { padding: 10px 30px 10px 70px; }
    section.offeringsGroup .offerings {flex-basis: 20%;}
    #aboutTeam > img { width: 50%; }
    #teamMembers .tmTitle { margin-top: -15px; }
}

@media (min-width: 1600px) {
    .navBar { padding: 10px 100px; }
    .navBar .contentContainer { max-width: 80%; }
    .navBar .navLinks { width: 70%; }
    .navBar .navLinks .linkObj { font-size: 1.2em; }
    .heading p { font-size: 1.4em; }
    section.service, section#service2, section#res { padding: 0; }
    section.service .text { padding: 10px 100px 30px 30px; }
    section.service.odd .text { padding: 10px 30px 10px 100px; }
    section.clients h3 { margin-bottom: 40px; }
    section.quote div.author { text-align: right; margin-top: 30px; }
    .ad-btm-rt > div { border-bottom: 150px solid #ffffff; }
    section.hvacForm { flex-wrap: nowrap; }
    section.service.hvacForm { align-items: center; }
    #contactWrapper h3 {text-align: left;}
    #contactWrapper .hvacForm > div:first-of-type {flex-basis: 50%; padding-right: 50px;}
    .subpageHeroWrapper > .contentContainer { margin-left: auto; }
}

@media (min-width: 2000px) {
    section:not(.normalSpacing) {min-height: calc(70vh - 120px);}
}