body {
    margin: 0px;
    background-color: #282828; 
    color: white; 
}


h1 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h2 {
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h3 {
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.HeadNavList {
    display: block;
}

.Section1 {
    background-color: #282828;
}

.HeadNav {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-top: 30px;
}

.HeadNavSect {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-items: center;
}

.HeadNavSect ul {
    display: flex;
    list-style-type: none;
}

.HeadNavSect ul a {
    color: #DFDFDF;
    text-decoration: none;
    padding: 15px;
}


.QuoteButtonSect {
    background-color: #fff;
    padding: 12px;
    width: 160px;
    border: none;
    transition: padding cubic-bezier(0.215, 0.610, 0.355, 1) 80ms;
}

.HeadLogo {
    display: flex;
    padding: 20px;
    padding-left: 40px;
    align-items: center;
    
}

.HeadLogo a {
    color: #DFDFDF;
    text-decoration: none;
    padding: 8px;
}

.ServicesSection1 {
    display: grid;
    justify-items: center;
}

.ServicesBannerBackground {
    display: grid;
    width: 100%;

}

.ServicesBannerBackground img {
    width: 100%;
}

.ServicesBannerBackground img {
    object-fit: cover;
    height: 600px;
    width: 100%;
}


.ServiceCardCard {
    min-width: 200px;
    width: 350px;
    background-color: #313131;
    padding: 20px;
}

.ServiceCardIMGCont p {
    transform: translate(25px, 200px);
    position: absolute;
    z-index: 1;
}

.ServiceCardIMGCont img{
    border-radius: 35px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
    transform: scale(100%);
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ServiceCardIMGCont img:hover {
    transform: scale(105%);
    object-fit: cover;
    z-index: 0;
}

.ServiceSection2 h2 {
    text-align: center;
    margin-top: 100px;
    font-size: 42px;
}

.ServicesBannerBackground p {
    transform: translate(25px, 530px);
    position: absolute;
}



.ServiceCardInfoListCont {
    padding-inline-start: 15px;
}

.ServiceCardInfoList {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ServiceCardCard {
    border-radius: 35px;
    margin: 10px;
}

.ServiceSection2CardSect {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
}




.ContactSectGetInTouchHead {
    margin-top: 30px;
    margin-bottom: 20px;
    display: grid;
    justify-items: center;
}

.ContactSectGetInTouchMap {
    max-width: 450px;
}

.ContactSectGetInTouchInfo {
    display: grid;
    grid-template-rows: 1fr 3fr;
}

.ContactSectGetInTouchInfoDisplay {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.ContactSectGetInTouchInfoInstance {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
}

.ContactSectGetInTouchInfoInstance a {
    color: #DFDFDF;
}


.Section4 {
    padding-left: 7%;
    padding-right: 7%;
}

.ContactSectGetInTouch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #282828;
    color: #DFDFDF;
    align-items: center;
}

.ContactSectGetInTouchSpecialDeal {
    max-width: 350px;
}

.ContactSectGetInTouchMapTxtSect {
    padding: 25px;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}


footer {
    background-color: #282828;
    padding: 30px;
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
}

.FooterNav a{
    text-decoration: none;
    color: #fff;
}

.FooterNav ul{
    list-style-type: none;
}

.PrimaryFooterNav {
    display: grid;
    text-align: center;
    height: 200px;
    padding: 15px;

}

.PrimaryFooterNav a {
    font-size: small;
    border-bottom: solid white 0px;
    transition: font-size 50ms ease-in, border-bottom 100ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
*/

.PrimaryFooterNav a:hover {
    width: 100%;
    font-size: 14px;
    border-bottom: solid white 1px;
}


.SecondaryFooterNav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    padding: 15px;
}

.FooterSect1 {
    display: grid;
    justify-items: center;
    text-align: center;
}

.FooterSect1Logo {
    display: grid;
    align-items: center;
}

.FooterBrandSummarytxt {
    width: 200px;
}

.Section6BehindContactLegend {
    font-size: xx-small;
    opacity: 70%;
    text-align: end;
}

@media only screen and (min-width: 700px) {


    .HeadNavAltPhone {
        display: none;
    }


}

@media only screen and (max-width: 700px) {


    .QuoteButtonSect:hover {
        padding: 14px;
    }

    .HeadNavSect ul {
        display: none;
    }

    .HeadNavAltPhone ul {
        display: flex;
        list-style-type: none;
        justify-content: space-evenly;
        padding: 20px;
        padding-bottom: 25px;
        background-color: #313131;
        margin-bottom: 0px;
    }

    .HeadNavSect {
        grid-template-columns: none;
        justify-items: end;
        padding: 15px;
        padding-bottom: 5px;
    }

    .HeadNavAltPhone ul a {
        color: #DFDFDF;
        text-decoration: none;
        padding: 10px;
        font-size: 14px;
    }


    footer {
        display: block;
    }

    .SecondaryFooterNav {
        padding-top: 60px;
    }

    .ContactSectGetInTouch {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        padding-left: 0%;
        padding-right: 0%;
        justify-content: center;
        justify-items: center;

    }

    #map {
        width: 250px;
    }


}