
*,
*::before,
*::after {
    padding: 0;
    margin: 0px;
    box-sizing: border-box;
}

body {
    background-color: #EDEDED;
}

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

p {
    font-family: "EB Garamond", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    line-height: auto;
    color: #1E1E1E;
}

a {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: #1E1E1E;
}

h2 {
    margin-bottom: 25px;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 45px;
    font-weight: 100;
    color: #1E1E1E;
}

h3 {
    margin-bottom: 15px;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: xx-large;
    color: #1E1E1E;
}

p {
    margin-bottom: 40px;
}

.MobileLanding {
    display: none;
}

.HeadNavList {
    display: block;
}

.Section1 {
    background-color: #EDEDED;
    color: #1E1E1E;
    overflow-x: hidden;
}

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

.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: #1E1E1E;
    text-decoration: none;
    padding: 15px;
}


.QuoteButtonSect {
    background-color: #fff;
    padding: 18px;
    width: 200px;
    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 {
    padding: 8px;
}

.IndexBannerContainer {
    position: relative;
    margin: auto;
    
}

.BannerSlide {
    width: 100%;
}

.VisitPortfolioLinkLegend {
    font-size: x-small;
    font-weight: 100;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
}

.VisitPortfolioLinkLegendContainer {
    display: grid;
    justify-items: center;
    padding: 20px;
}

.HeroScrollDirtMediaTxtBanner {
    color: white;
    display: flex;
    animation: scrolllegend 25s linear infinite;
}

.HeroScrollWord {
    padding: 10px;
    background-color: #121411;
    font-family: "Quicksand", sans-serif;
}


@keyframes scrolllegend {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); } 
}


/*

@keyframes moveRow1 {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); } 
}

.MediaGallerySection1 .MediaGalleryContent {
    animation: moveRow1 20s linear infinite;
}

@keyframes moveRow2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.MediaGallerySection2 .MediaGalleryContent {
    animation: moveRow2 15s linear infinite;
}

@keyframes moveRow3 {
    from { transform: translateX(0) translateY(0); }
    to { transform: translateX(-50%) translateY(20px); }
}

.MediaGallerySection3 .MediaGalleryContent {
    animation: moveRow3 25s linear infinite;
}

*/


.Section3 {
    padding: 20px;
    padding-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-bottom: 150px;

}

.AboutSectIMGblock img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    padding: 20px;
}

.AboutSectInfo {
    display: grid;
    height: 100%;
    padding: 15px;
    padding-left: 20px;
    align-items: start;
    justify-items: center;
    max-width: 500px;
    justify-content: center;
    align-content: space-evenly;
}

.AboutSectSubmitSection1 {
    display: grid;
    justify-self: end;
}

.AboutSectInfoSection2 a{
    color: #D9D9D9;
}

.AboutSectInfo p {
    max-width: 500px;
}

.AboutSectInfo h1 {
    font-family: "Playfair Display", serif;
    font-size: 72px;
}

.AboutSectInfoSection1 {
    margin-bottom: 25px;
}


.Section5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
    padding: 40px;
    padding-bottom: 10px;
}

.Section5Infoblock {
    display: grid;
    align-content: center;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: end;
}

.Section5InfoblockTxt01 {
    padding-right: 20px;
    padding: 10px;
    margin-right: 0px;
}

.Section5InfoblockTxt01 p {
    width: 75%;
    max-width: 450px;
    text-align: justify;
}

.Section5InfoblockTxt01 h2{
    margin-bottom: 30px;
}

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

.Section5IMGblock img{
    height: 550px;
    padding: 30px;
    object-fit: cover;
}

.Section6 H1 {
    text-align: center;
}

.Section6 p {
    margin: 2px;
}

.Section6BehindContactCardlandscape {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1.5fr;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 70px;
    background-color: #D9D9D9;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.Section6BehindCardBase {
    background-color: #D9D9D9;
    padding: 15px;
    color: #40463F;
    display: grid;
    justify-content: center;

}

.Section6BehindCardBaseInfo {
    display: grid;
    grid-template-rows: 1fr 1fr;
    width: 307px;
}

.Section6BehindCardBaseInfoSect1 {
    margin-bottom: 30px;
    text-align: end;
}

.Section6BehindCardBaseInfoSect1Emph {
    font-weight: bold;
}

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

.Section7 {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 100px;
}

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

.PortfolioSectHeader h1 {
    font-size: 48px;
    margin-bottom: 8px;
}

.PortfolioSectHeader p{
    max-width: 350px;
    text-align: center;
}

.PortfolioCarousleContainer {
    width: 100%;
    overflow: hidden;
}

.PortfolioCarousle {
    display: flex;
    padding: 25px;
}

.Section6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1E1E1E;
    padding-top: 100px;
}

.Section6 h1 {
    color: #EDEDED;
}

.PortfolioCarousle img{
    width: 300px;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.PortfolioCarousleLink a{
    color: #1E1E1E;
}

.HeroScrollDirtMediaTxtBannerConntainer {
    overflow: hidden;
    padding-bottom: 60px;
}

.PortfolioCarousleContainer {
    padding-bottom:40px;
}

.BannerSlide {
    overflow: hidden;
}

.IndexBannerContainer {
    overflow: hidden;
}


/*------------------------------------------------------------------------------------------*/


.Section4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #DFDFDF;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
}

.ContactSectGetInTouch p{
    color: #EDEDED;
}

.ContactSectGetInTouch h3 {
    color: #EDEDED;
}

.ContactSectGetInTouch {
    background-color: #1E1E1E;
    color: #EDEDED;
    padding: 40px;
    margin-bottom: 40px;

}

.ContactSectGetInTouchMap img {
    width: 100%;
}

.ContactSectGetInTouchSpecialDeal {
    margin-top: 25px;
}

.ContactSectGetInTouchInfo {
    margin-top: 40px;
    display: grid;
    grid-template-rows: 1fr 3fr;
    padding-bottom: 100px;
}

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

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

.ContactSectGetInTouchInfoInstance a {
    color: #DFDFDF;
}

.ContactSectForm {
    padding: 20px;
    display: grid;
    justify-items: center;
    background-color: #DFDFDF;
    color: #1A1E19;
}

.ContactSectFormInput {
    width: 95%;
    background-color: #D9D9D9;
    border: none #1A1E19;
    padding: 22px;
    margin: 10px;
    transition: border 80ms ease-in;
}

.ContactSectFormInput:hover {
    border: solid #1A1E19 1px;
}

.ContactSectFormLabel {
    position: relative;
    right: -30px;
    top: -50px;
    z-index: 10;
    font-size: medium;
    transition: top 200ms ease-in-out,
    right 200ms ease-in-out, font-size 200ms ease-in-out;
}

.ContactSectFormInput:not(placeholder-shown) ~ .ContactSectFormLabel{
    top: -90px;
    right: -15px;
    font-size: smaller;
}

.ContactSectFormInputDescription {
    height: 250px;
    width: 95%;
    background-color: #D9D9D9;
    border: none #1A1E19;
    padding: 22px;
    margin: 10px;
    Width: 488px;
    transition: border 80ms ease-in;
    resize: none;
}

.ContactSectFormInputDescription:hover {
    border: solid #28282826 1px;
}

#ContactSubmitButton {
    background-color: #1A1E19;
    width: 60%;
    border: none;
    color: white;
    padding: 20px;
}

.ContactSubmitButtonCont {
    width: 500px;
    text-align: center;
}

/* 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 {
    padding-top: 100px;
    background-color: #EDEDED;
    padding-bottom: 100px;
}

.MainFooter {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}



.FooterSect1 a{
    text-decoration: none;
    color: #1E1E1E;
}

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

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

.FooterNav a {
    text-decoration: none;
}

.PrimaryFooterNav {
    display: grid;
    height: 200px;
    padding: 15px;
    justify-items: start
}

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

.FooterBrandMessage {
    display: grid;
    justify-content: center
}

.FooterBrandMessage p{
    padding: 40px;
    max-width: 300px;
    text-align: end;
    color: #7c7c7c;
}

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

.FooterNav {
    padding-bottom: 100px;
}

/*
*/

.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;
    min-width: 350px;
}

.FooterSect1 {
    display: grid;
    justify-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.FooterSect1Logo {
    margin-bottom: 30px;
    display: grid;
    justify-items: center;
}


.FooterCredit {
    margin-top: 30px;
    display: grid;
    justify-items: center;
}

.Section6BehindContactLegend2 {
    display: flex;
    align-items: center;
    font-size: xx-small;
    opacity: 70%;
}

.ComingSoonPage {
    padding: 200px;
    text-align: center;
}

@media only screen and (max-width: 920px) {
    .Section4 {
        display: grid;
        grid-template-columns: none;
        padding: 0px;
        margin-bottom: 60px;
        background-color: #1A1E19;
    }

    .ContactSectFormContact {
        padding-top: 40px;
        max-width: 500px;
    }

    .ContactSectFormInputDescription {
        max-width: 500px;
    }

    #map {
        width: 500px;
    }

    .ContactSectGetInTouch {
        width: 100%;
        display: grid;
        justify-items: center;
    }
}

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

    .HeadNavAltPhone {
        display: none;
    }

    .Section6 {
        padding-bottom: 60px;
    }

    .AboutSectInfoSection1 p {
        max-width: 450px;
        text-align: justify;
    }

    .Section6BehindContactCardPort {
        display: none;
    }
}

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

    body {
        width: 100%;
    }


    .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: #EDEDED;
    }

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

    .VisitPortfolioLinkLegend{
        font-size: small;
    }

    .Section5IMGblock img {
        padding: 15px;
        height: 450px;
    }

    .Section5 {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        align-items: end;
        padding: 15px;
        padding-top: 0px;
    }

    .Section6BehindContactCardlandscape {
        display: none;
    }

    .Section6BehindContactCardPort {
        display: grid;
        justify-items: center;
        background-color: #D9D9D9;
        color: #1A1E19;
        margin-top: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 90%;
    } 

    .Section6BehindContactCardPortIMG img{
        margin-bottom: 15px;
        width: 170px;
    }

    .Section6 {
        padding-bottom: 100px;
        margin-bottom: -3px;
    }

    .Section6BehindCardBaseInfoPort {
        display: grid;
        grid-template-rows: 1fr 1fr;
        margin-top: 20px;
    }

    .Section4 {
        display: grid;
        grid-template-columns: none;
        padding: 0px;
        margin-bottom: 60px;
        background-color: #1A1E19;
    }

    .ContactSectFormContact {
        max-width: 360px;
    }

    .ContactSectFormInputDescription {
        max-width: 360px;
    }

    #map {
        width: 250px;
    }

    .ContactSectGetInTouch {
        width: 100%;
        display: grid;
        justify-items: center;
    }

    .ContactSubmitButtonCont {
        width: 250px;
    }

    .ContactSectGetInTouch {
        padding: 10px;
    }


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

    .ContactSectGetInTouchSpecialDeal {
        width: 200px;
    }

    .ContactSectForm {
        padding-top: 100px;
    }

    .ContactSectGetInTouch {
        padding-bottom: 70px;
        padding-top: 70px;
        border-radius: 0px;
    }

    .HeadNav {
        display: grid;
        grid-template-columns: 1fr 3fr;
        align-items: center;
        padding-top: 30px;
    }

    .HeadLogo {
        padding: 10px;
        padding-left: 15px;
    }

    .Section3 {
        display: grid;
        grid-template-columns: none;
        padding-top: 50px;
        padding-bottom: 30px;
    }

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

    .AboutSectInfoSection2 {
        margin: 50px;
        max-width: 250px;
    }

    .AboutSectIMGblock {
        display: grid;
        justify-content: center;
    }

    .Section5Infoblock {
        padding-bottom: 0px;
    }

    footer {
        display: block;
    }

    .SecondaryFooterNav {
        padding-top: 60px;
    }

        .MainFooter {
        display: grid;
        grid-template-columns: none;
    }

    .PrimaryFooterNav {
        display: grid;
        justify-items: normal;
    }

    .FooterBrandMessage p {
        text-align: center;
    }
  }

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

    .ContactSectFormContact {
        max-width: 300px;
        }

    .ContactSectFormInputDescription {
        max-width: 300px;
    }

    .IndexBannerContainer img{
        overflow: hidden;
        object-fit: cover;
        height: 290px;
    }

   }

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


    .HeadNav {
        display: grid;
        grid-template-columns: none;
        justify-items: center;
        padding-bottom: 0px;
        padding-top: 5px;
    }

    .IndexBannerContainer {
        overflow: hidden;
        height: 120px;
    }


    .HeadNavSect {
        display: none;
    }

    .Section4 {
        display: none;
    }

    .SecondaryFooterNav {
        display: none;
    }

    .Section5 {
        padding: 5px;
    }

    .Section5InfoblockTxt01 p {
        width: 100%;
    }

    .Section5IMGblock img {
        padding: 15px;
        height: 350px;
    }

    .Section5Infoblock {
        padding-bottom: 0px;
    }

    .Section7 {
        padding-bottom: 10px;
    }

    .MainFooter {
        display: grid;
        grid-template-columns: none;
    }

    .PrimaryFooterNav {
        display: grid;
        justify-items: normal;
    }

    .FooterBrandMessage p {
        text-align: center;
    }
}



