/* GLOBAL CHANGES */
body {
    margin: 0;
    display: flex;
    flex-direction: column;
}
h1 {
    font-size: 5vw;

    @media screen and (max-width: 1000px) {
        font-size: 6vw;
    }
}
h2 {
    font-size: 3.5vw;
    @media screen and (max-width: 1000px) {
        font-size: 4.5vw;
    }
}
p, select, input[type= "text"] {
    font-size: 2vw;

    @media screen and (max-width: 1000px) {
        font-size: 4vw;
    }

}
a, label {
    font-size: 3vw;
    @media screen and (max-width: 1000px) {
        font-size: 4vw;
    }
}
button {
    font-size: 1.2vw;
    border-radius: 30px;
    padding: 1vw 2vw 1vw 2vw;

    @media screen and (max-width: 1000px) {
        font-size: 3.5vw;
    }
}
section {
    display: flex;
    padding: 1vw;
    overflow: clip;
}
img {
    border-radius: 5%;
}
.Ratings {
    color: gold;
}
input[type= "radio"] {
    transform: scale(1.5);
    @media screen and (Max-width: 1000px) {
        transform: scale(1);
    }
}


    /* HEADER BAR STYLES */
#StickyCallBanner{
    display: flex;
    justify-content: center;
    background-color: #31c050;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#StickyCallBanner a
{
    color: white;
    font-size: 2vw;
    margin-block-start: 1vw;
    margin-block-end: 1vw;
    text-decoration: none;
}
header {
    display: flex;
    justify-content: space-around;
    padding: 1vw;
    margin-block-start: 4vw;
}
#Header-Logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Header-Logo img {
    width: 8vw;
    height: 8vw;
}
#Header-Navigation {
    display: flex;
    padding: 0;
}
#Header-Navigation li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1vw 0 1vw;
}
#Header-Navigation a {
    color: black;
    text-decoration: none;
    text-align: center;
}
#Header-Navigation a:hover {
    text-decoration: underline;
}


/* HOMEPAGE BANNER*/
#Home-Banner {
    position: relative;
    overflow: clip;
    min-height: 55vw;
    width: 100%;
    padding: 0;

    @media screen and (max-width: 1000px) {
        min-height: 70vw;
    }

}
#Home-Banner-Video {
    z-index: -1;
    position: absolute;
    width: inherit;
    height: inherit;
    filter: brightness(0.65);
    object-position: 0 -40vw;
}
#Home-Banner-Video video{
    pointer-events: none;
}
#Home-Banner-Content
{
    color: white;
    text-align: right;
    width: 30%;
    position: absolute;
    top: 5.5vw;
    left: 65vw;

    @media screen and (max-width: 1000px){
        top: 3vw;
        left: 45vw;
        width: 50%;
    }
}
#Home-Banner-Content button {
    color: white;
    background-color: #31a050;
    border: none;
}
#Home-Banner-Content button:hover {
    background-color: #31c050;
}



/* COMFORT AND US SECTION */
#Your-Comfort{
    justify-content: space-around;
}
#Your-Comfort-Content{
    width: 30%;

    @media screen and (max-width: 1000px) {
        width: 50%;
    }
}
#Your-Comfort button {
    background-color: white;
}
#Comfy-Dog-Image-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Comfy-Dog-Image {
    width: 35vw;
    height: 25vw;
    overflow: clip;
    border-radius: 5%;
    @media screen and (max-width: 1000px) {
        width: 45vw;
        height: 35vw;
    }
}
#Comfy-Dog-Image img {
    border-radius: 0;
    width: 45vw;
    height: 30vw;
    object-position: -1vw -3vw;
    @media screen and (max-width: 1000px) {
        width: 55vw;
        height: 40vw;
    }
}


/* WHO WE ARE SECTION */
#Who-We-Are {
    justify-content: space-around;
}
#Who-We-Are-Content {
    width: 30%;
    text-align: right;

    @media screen and (max-width: 1000px) {
        width: 50%;
    }
}
#Who-We-Are-Image-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: clip;
    @media screen and (max-width: 1000px) {
        width: 45%;
    }
}
#Who-We-Are-Image-holder {
    display: flex;
}
#Owner-Hoddie-Image {
    z-index: -1;
    border-radius: 5%;
    overflow: clip;
    width: 35vw;
    height: 50vw;

}
#Owner-Hoddie-Image img {
    border-radius: 0;
    width: 40vw;
    height: 60vw;
    object-position: -5vw -1vw;
}
#Blue-Tech-Image {
    border-radius: 5%;
    position: relative;
    top: 7vw;
    right: 12vw;
    overflow: clip;
    width: 18vw;
    height: 35vw;
}
#Blue-Tech-Image img {
    border-radius: 0;
    width: 35vw;
    height: 45vw;
    object-position: -11vw -10vw;
}


/* SERVICES OFFERED SECTION */
.Home-Services-Offered {
    flex-direction: column;
    text-align: center;
    background-color: #f2f1e6;
}
.Home-Services-Offered h1 {
    margin-block-end: 0;
}
.Home-Services-Offered h2 {
    margin-block-end: 0;
}
.Home-Services-Offered p {
    margin-block-end: 5vw;
    padding: 0 4vw 0 2vw;
}
.Home-Services-Offered-Services-Container
{
    display: flex;
    @media screen and (max-width: 485px) {
        flex-direction: column;
    }
}
.Home-Services-Offered-Services-Container img {
    width: 70%;
}


/* REVIEWS SECTION */
.Reviews {
    text-align: center;
    background-color: #31a050;
    color: white;
    justify-content: space-around;
    @media screen and (max-width: 485px) {
        flex-direction: column;
    }
}
.Reviews p {
    padding: 0 6vw 0 6vw;
}
.Reviews img {
    border-radius: 50%;
    object-fit: cover;
    width: 8vw;
    height: 8vw;
}

/* FOOTER SECTION */
footer {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: #1b1f1c;
    color: white;
    @media screen and (max-width: 1000px) {
        flex-direction: column;
        padding: 1vw 3vw 1vw 3vw;
    }
}

#Footer-Services {
    width: 30%;
    @media screen and (max-width: 1000px) {
        width: 100%;
    }
}
#Footer-Services h1 {
    margin-block-end: 0;
}
#Footer-Subscribe {
    width: 30%;
    @media screen and (max-width: 1000px){
        width: 100%;
        margin-block-start: 3vw;
        margin-block-end: 7vw;
    }
}
#Footer-Subscribe form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Footer-Subscribe input[type = "email"] {
    border: none;
    height: 2.5vw;
    width: 75%;
    @media screen and (max-width: 1000px){
        height: 3.5vw;
        width: 45%;
    }
}
#Footer-socials {
    display: flex;
    justify-content: space-evenly;
    filter: invert(100%);
    margin-block-start: 4.5vw;
    @media screen and (max-width: 1000px) {
        margin-block-start: 6vw;
        margin-block-end: 5.5vw;
    }
}
#Footer-socials input[type = "image"]
{
    width: 3vw;
    height: 3vw;
    @media screen and (max-width: 1000px) {
        height: 7vw;
        width: 7vw;
    }
}
#Footer-Contact a {
    text-decoration: none;
    color: white;
}
#Footer-Contact h1 {
    margin-block-end: 2vw;
}


/* RESIDENTIAL AND COMMERCIAL SERVICES SECTION */
#Residential-and-Commercial-Services-Container {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#Residential-and-Commercial-Services {
    display: flex;
    justify-content: space-around;
    @media screen and (max-width: 485px) {
        flex-direction: column;
        align-items: center;
    }
}
#Residential-Services {
    background-color: #f2f1e6;
    width: 45vw;
    height: 48vw;
    overflow: clip;
    @media screen and (max-width: 1000px) {
        height: 70vw;
        width: 50vw;
        margin-block-end: 2vw;
    }
}
#Residential-Image {
    overflow: clip;
}
#Residential-Image img {
    border-radius: 0;
    width: 45vw;
    height: 30vw;
    @media screen and (max-width: 1000px) {
        width: 50vw;
    }
}
#Commercial-Services {
    background-color: #f2f1e6;
    width: 45vw;
    height: 48vw;
    overflow: clip;
    @media screen and (max-width: 1000px) {
        height: 70vw;
        width: 50vw;
        margin-block-end: 2vw;
    }
}
#Commercial-Image {
    overflow: clip;
}
#Commercial-Image img{
    border-radius: 0;
    width: 45vw;
    height: 30vw;
    @media screen and (max-width: 1000px) {
        width: 50vw;
    }
}

/* HVAC SERVICE SYSTEMS SECTION */
#HVAC-Service-Systems-Container {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#HVAC-Services-Installation {
    display: flex;
    justify-content: space-around;
    padding: 1vw;
}
#HVAC-Services-Installation-Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    @media screen and (max-width: 1000px) {
        width: 50%;
    }

}
#HVAC-Services-Installation-Image {
    overflow: clip;
    width: 40vw;
    height: 48vw;
    border-radius: 5%;
}
#HVAC-Services-Installation-Image img{
    border-radius: 0;
    width: 65vw;
    height: 70vw;
    object-position: 0 -5vw;
}
#HVAC-Services-Repair {
    display: flex;
    justify-content: space-around;
    padding: 1vw;
}
#HVAC-Services-Repair-Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    @media screen and (max-width: 1000px) {
        width: 50%;
    }
}
#HVAC-Services-Repair-Image {
    overflow: clip;
    width: 40vw;
    height: 48vw;
    border-radius: 5%;
}
#HVAC-Services-Repair-Image img{
    border-radius: 0;
    width: 50vw;
    height: 50vw;
    object-position: -8vw;
}
#HVAC-Services-Maintenance {
    display: flex;
    justify-content: space-around;
    padding: 1vw;
}
#HVAC-Services-Maintenance-Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    @media screen and (max-width: 1000px) {
        width: 50%;
    }
}
#HVAC-Services-Maintenance-Image {
    overflow: clip;
    width: 40vw;
    height: 48vw;
    border-radius: 5%;
}
#HVAC-Services-Maintenance-Image img{
    border-radius: 0;
    width: 45vw;
    height: 68vw;
    object-position: 0 -8vw;
}

/* ABOUT US SECTION */
#About-US{
    display: flex;
    flex-direction: column;
    text-align: center;
}
#About-US-Content-and-Image {
    display: flex;
    padding: 0;
    justify-content: space-around;
}
#About-Us-Content {
    width: 30%;
    @media screen and (max-width: 1000px) {
        width: 50%;
    }
}
#About-Us-Content button {
    background-color: white;
}
#About-Us-Image-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#About-Us-Image {
    overflow: clip;
    width: 45vw;
    height: 50vw;
    border-radius: 5%;
    @media screen and (max-width: 1000px) {
        width: 40vw;
        height: 60vw;
    }
}
#About-Us-Image img {
    width: 50vw;
    height: 70vw;
    object-position: -2vw -15vw;
    border-radius: 0;
    @media screen and (max-width: 1000px) {
        width: 70vw;
        height: 90vw;
        object-position: -12vw -15vw;
    }
}

/* AREA OF SERVICE SECTION */
#Area-of-Services {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#Area-of-Services-Content-and-Images
{
    display: flex;
    padding: 0;
    justify-content: space-evenly;
    @media screen and (max-width: 1000px){
        flex-direction: column;
        align-items: center;
    }

}
#Area-of-Services-NY {
    width: 30%;
    overflow: clip;
    background-color: #f2f1e6;
    @media screen and (max-width: 1000px) {
        width: 50%;
        margin-block-end: 2vw;
    }
}
#Area-of-Services-NY-Image-Container {
    overflow: clip;
}
#Area-of-Services-NY-Image-Container img {
    border-radius: 0;
    width: 50vw;
    height: 35vw;
    object-position: -12vw;
    @media screen and (max-width: 1000px) {
        width: 62vw;
    }
}
#Area-of-Services-NJ {
    width: 30%;
    overflow: clip;
    background-color: #f2f1e6;
    @media screen and (max-width: 1000px) {
        width: 50%;
        margin-block-end: 2vw;

    }
}
#Area-of-Services-NJ-Image-Container img {
    border-radius: 0;
    width: 50vw;
    height: 35vw;
    @media screen and (max-width: 1000px) {
        width: 62vw;
    }
}
#Area-of-Services-PA {
    width: 30%;
    overflow: clip;
    background-color: #f2f1e6;
    @media screen and (max-width: 1000px) {
        width: 50%;
    }
}
#Area-of-Services-PA-Image-Container img {
    border-radius: 0;
    width: 50vw;
    height: 35vw;
    object-position: -10vw;
    @media screen and (max-width: 1000px) {
        width: 62vw;
    }
}

/* OUR PROJECTS SECTION */
#Our-Projects {
    display: flex;
    flex-direction: column;
    text-align: center;

}
#Our-Projects-Maps {
    display: flex;
    justify-content: space-evenly;

}
#Our-Projects-Maps iframe {
    border: none;
    margin: 0;
    width: 40vw;
    height: 45vw;
}
#Left-Map-Section {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#Right-Map-Section {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


/* GALLERY SECTION */
#Our-Gallery {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#Gallery {
    display: flex;
    justify-content: space-around;
}
#Gallery-Left-Section {
    display: flex;
    flex-direction: column;
}
#Gallery-Right-Section {
    display: flex;
    flex-direction: column;
}
#Gallery-Image-1, #Gallery-Image-2, #Gallery-Image-3, #Gallery-Image-4, #Gallery-Image-5, #Gallery-Image-6 {
    overflow: clip;
    width: 38vw;
    height: 50vw;
    border-radius: 5%;
}
#Gallery-Image-1 img{
    width: 65vw;
    height: 65vw;
    object-position: -15vw;
    border-radius: 0;
}
#Gallery-Image-2 img{
    width: 45vw;
    height: 55vw;
    object-position: -7vw;
    border-radius: 0;
}
#Gallery-Image-3 img{
    width: 60vw;
    height: 75vw;
    object-position: -5vw -12vw;
    border-radius: 0;
}
#Gallery-Image-4 img{
    width: 60vw;
    height: 50vw;
    object-position: -16vw;
    border-radius: 0;
}
#Gallery-Image-5 img{
    width: 40vw;
    height: 60vw;
    object-position: 0 -10vw;
    border-radius: 0;
}
#Gallery-Image-6 img{
    width: 75vw;
    height: 58vw;
    object-position: -20vw ;
    border-radius: 0;
}

/* CONTACT FORM SECTION */
#Contact-Form-Section{
    justify-content: center;
}
#Contact-Form-Section button{
    background-color: white;
}

#Contact-Form-Container {
    width: 45vw;
    border-radius: 5%;
    padding: 10vw;
    background-color: #f2f1e6;
}
#Contact-Form-Container form{
    display: flex;
    flex-direction: column;
    text-align: left;
}
#contact-Form-Container input[type = "radio"]{

}

/* THANK YOU PAGE (CONTACT) SECTION */
#Thank-You-Page-Contact-Section {
    justify-content: center;
}
#Thank-You-Page-Contact-Container {
    border-radius: 5%;
    padding: 8em;
    background-color: #f2f1e6;
    text-align: center;
}
#Thank-You-Page-Contact-Container button{
    background-color: white;
}
#Thank-You-Page-Contact-Container button:hover{
    background-color: lightgrey;
}

/* ERROR 404 PAGE SECTION*/
#ErrorPage {
    flex-direction: column;
    text-align: center;
    background-color: #f2f1e6;
    padding: 2vw 5vw 2vw 5vw;
}
#ErrorPage h1 {
    margin-block-start: 1vw;
    margin-block-end: 1vw;
}
