body{
    position: relative;
    overflow-x: hidden;
}

.Header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../CSS/Backgrounds/Main_Header.jpg);
    background-position: center;
    text-align: center;
    padding: 15px;
}

h4{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #33F68A;
}

h2{
    font-size: 50px;
    font-weight: 700;
    color: #000000;
}

p{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
}

span{
    font-size: 55px;
    font-weight: 800;
    color: #33F68A;
}

.Header h2{
    color: #ffffff;
}

.HeaderBTNTextContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

.HeaderBTNTextContainer a:nth-child(1){
    margin-right: 20px;
}

.ContactBTNFull{
    background-color: #33F68A;
    padding: 13px 20px 13px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}

.ContactBTNOutline{
    background-color: none;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
    border: 3px solid #33F68A;
    transition: 0.3s ease-in-out;
}

.ContactBTNFull:hover{
    transform: translateY(-20px);
}

.ContactBTNOutline:hover{
    transform: translateY(-20px);
}


.Introduction{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 40px;
    background-color: #E6E6E6;
    position: relative;
}

.Introduction img{
    width: 100px;
}

.Introduction p:nth-child(2){
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

.Introduction p:nth-child(4){
    width: 70%;
    margin: 10px 0px 40px 0px;
}

.Introduction a{
    margin-bottom: 75px;
}

.custom-shape-divider-bottom-1609827086 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1609827086 svg {
    position: relative;
    display: block;
    width: calc(120% + 1.3px);
    height: 120px;
}

.custom-shape-divider-bottom-1609827086 .shape-fill {
    fill: #FFFFFF;
}

.Services{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px;
}

.ServicesTextContainer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    margin-right: 20px;
    width: 50%;
}

.ServicesTextContainer h2{
    margin-bottom: 10px;
}

.ServicesTextContainer p{
    margin-bottom: 40px;
}

.ServicesTileContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.TileRow{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.Tile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    width: 350px;
    height: 380px;
    border: 5px solid #E6E6E6;
    border-radius: 20px;
    transition: 0.2s ease-in;
    margin: 0px 20px 20px 20px;
}

.Tile:hover{
    border: 5px solid #33F68A;
    transform: scale(1.05);
}

.Tile img{
    width: 110px;
    margin-bottom: 20px;
}

.Tile h4{
    color: #000000;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 10px;
}

.InfoShowcase{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.InfoShowcaseContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 100px;
    width: 100vw;
}

.InfoShowcaseImageContainer{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.InfoShowcaseImageContainer img{
    width: 650px;
    height: 500px;
}

.InfoShowcaseImageContainer img:nth-child(2){
    display: none;
}

.InfoShowcaseContainer:nth-child(2){
    flex-direction: row-reverse;
}

.InfoShowcaseTextContainer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 55%;
}

.InfoShowcaseTextContainer p{
    margin-top: 10px;
    width: 100%;
}

.InfoShowcaseTileContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.InfoShowcaseTile{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #E6E6E6;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
    width: 260px;
    height: 130px;
}

.InfoShowcaseTile:nth-child(1){
    margin-right: 20px;
}

.InfoShowcaseTile img{
    width: 54px;
}

.InfoShowcaseTile h4{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: none;
    margin-top: 5px;
}

.InfoShowcaseTile span{
    font-size: 20px;
    font-weight: 700;
    color: #E74A3B;
}

.MoreThanJustBathrooms{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../CSS/Backgrounds/More_Than_Just_Bathrooms.png);
    background-position: right;
    background-size: 75% 100%;
    background-repeat: no-repeat;
}

.MoreThanJustBathroomsImageContainer{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 10px 20px;
}

.MoreThanJustBathroomsImageRow{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.MoreThanJustBathroomsImageContainer img{
    width: 100%;
    height: 100%;
}

.MoreThanJustBathroomsCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.CardRow1:nth-child(1){
    width: 400px;
    height: 310px;
}

.CardRow1:nth-child(2){
    width: 330px;
    height: 410px;
}

.CardRow2:nth-child(1){
    width: 300px;
    height: 360px;
}

.CardRow2:nth-child(2){
    width: 450px;
    height: 320px;
}

.MoreThanJustBathroomsCard:hover{
    transform: scale(1.1);
}

.MoreThanJustBathroomsCard:hover  .MoreThanJustBathroomsCardTextContainer{
    transform: translateY(0%);
}

.MoreThanJustBathroomsCardTextContainer{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(101%);
    transition: 0.3s ease-in-out;
}

.MoreThanJustBathroomsCardTextContainer h4{
    color: #E74A3B;
    text-transform: none;
    letter-spacing: 1px;
}

.MoreThanJustBathroomsCardTextContainer a{
    margin: 10px 55px 0px 55px;
    background: none;
    border: 3px solid #E74A3B;
    color:#E74A3B;
}

.MoreThanJustBathroomsCardTextContainer a:hover{
    transform: none;
}

.MoreThanJustBathroomsTextContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40%;
    padding: 40px;
}

.MoreThanJustBathroomsTextContainer h2{
    color: #ffffff;
}

.MoreThanJustBathroomsTextContainer p{
    color: #ffffff;
    margin-top: 20px;
}

.MoreThanJustBathroomsTextContainer a{
    margin: 30px 0px 20px 0px;
}

.Area{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    margin: 20px 0px 20px 0px;
}

.AreaTextContainer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding-right: 100px;
}

.AreaTextContainer p{
    margin: 5px 0px 20px 0px;
}

.AreaTextContainerCTA{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.AreaTextContainerCTA a{
    border-radius: 50px;
    text-align: center;
}

.AreaTextContainerCTA a:nth-child(2){
    margin-left: 10px;
    color: #33F68A;
}

.AreaMapContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#AreaMap{
    width: 800px;
    height: 500px;
    background-color: thistle;
}

@media screen and (max-width: 1429px){
    .Services{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ServicesTextContainer{
        align-items: center;
        text-align: center;
        width: 80%;
        margin-bottom: 20px;
    }

    .ServicesTileContainer{
        width: 80%;
    }

    .TileRow{
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 1557px){
    .InfoShowcaseContainer:nth-child(1){
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin-bottom: -50px;
    }

    .InfoShowcaseContainer:nth-child(2){
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .InfoShowcaseTextContainer{
        align-items: center;
        text-align: center;
        width: 70%;
        margin-bottom: 30px;
    }

    .InfoShowcaseImageContainer{
        width: 100%;
        padding: 20px;
    }

    .InfoShowcaseImageContainer img{
        margin: 0px 20px 20px 20px;
    }

    .InfoShowcaseImageContainer img:nth-child(2){
        display: block;
    }
}

@media screen and (max-width: 1480px){
    .InfoShowcaseImageContainer img{
        width: 550px;
        height: 450px;
    }
}

@media screen and (max-width: 1452px){
    .MoreThanJustBathroomsImageContainer{
        flex-direction: row;
    }

    .CardRow1:nth-child(1){
        height: 350px;
    }

    .CardRow1:nth-child(2){
        display: none;
    }

    .CardRow2:nth-child(1){
        height: 400px;
    }

    .CardRow2:nth-child(2){
        display: none;
    }

    .MoreThanJustBathrooms{
        background: #101015;
    }
}

@media screen and (max-width: 1323px){
    .MoreThanJustBathrooms{
        flex-direction: column-reverse;
    }

    .MoreThanJustBathroomsTextContainer{
        width: 70%;
        margin-bottom: -40px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1217px){
    .InfoShowcaseImageContainer img{
        width: 450px;
        height: 350px;
    }
}

@media screen and (max-width: 1140px){
    .Area{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px){
    .InfoShowcaseImageContainer{
        flex-wrap: wrap;
    }

    .InfoShowcaseImageContainer img{
        width: 400px;
        height: 320px;
    }

    .InfoShowcaseTextContainer{
        width: 100%;
    }

    .MoreThanJustBathroomsCardTextContainer{
        display: none;
    }

    .Area{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .AreaTextContainer{
        width: 80%;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 50px;
        padding-right: 0px;
    }

    .AreaTextContainerCTA{
        align-items: center;
        justify-content: center;
    }

    .AreaMapContainer{
        width: 90%;
    }
}

@media screen and (max-width: 927px){
    .Introduction p:nth-child(4){
        width: 100%;
    }
}

@media screen and (max-width: 794px){
    .ServicesTextContainer{
        width: 100%;
    }
}

@media screen and (max-width: 783px){
    .MoreThanJustBathroomsTextContainer{
        width: 100%;
    }

    .MoreThanJustBathroomsImageContainer{
        flex-wrap: wrap;
        width: 100%;
    }

    .MoreThanJustBathroomsImageRow{
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 721px){
    .InfoShowcaseTileContainer{
        width: 100vw;
        padding: 30px;
    }

    .InfoShowcaseTile{
        width: 300px;
        height: 140px;
    }
}

@media screen and (max-width: 644px){
    .Header h2{
        font-size: 40px;
    }

    .Header span{
        font-size: 45px;
    }

    .Header h4{
        font-size: 15px;
    }

    .AreaTextContainer{
        width: 100%;
    }

    .AreaMapContainer{
        width: 90%;
    }

    #AreaMap{
        height: 300px;
    }
}

@media screen and (max-width: 632px){
    .ServicesTileContainer{
        width: 100%;
    }
}