﻿
body, html, #main {
    height: 100%;
}


/* Create a Parallax Effect */
.hero_image, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 600px) {
    .hero_image, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
        min-height: 400px;
    }
}


.hero_image {
    background-image: url('/images/gettyimages-1738811813-612x612.jpg');
    min-height: 100%;
}

/* Second image (Testimonials) */
.bgimg-2 {
    background-image: url('/images/gettyimages-619643870-612x612.jpg');
    min-height: 400px;
}

/* Third image (Contact Us) */
.bgimg-3 {
    background-image: url('/images/gettyimages-1178979960-612x612.jpg');
    min-height: 500px;
}


.dr_100, .dr_50_50, .dr_65_35, .dr_35_65 {
    display: flex;
    flex-direction: row;
}

.dr_100 > div {
    padding-left: 16px;
    padding-right: 6px;
}

/* 50 × 50 */
.dr_50_50 > div {
    width: 49%;
    padding-left: 16px;
    padding-right: 6px;
}


/* 65 × 35 */
.dr_65_35 > div:nth-child(1) {
    width: 64%;
    padding-right: 16px;
}

.dr_65_35 > div:nth-child(2) {
    width: 34%;
}

.dr_65_35 > div > p:nth-child(1) {
    margin-top: 0;
}

.dr_65_35 > div > img {
    max-height: 275px;
    margin-bottom: 16px;
}


/* 35 × 65 */
.dr_35_65 > div:nth-child(1) {
    width: 34%;
    padding-right: 16px;
}

.dr_35_65 > div:nth-child(2) {
    width: 64%;
}

.dr_35_65 > div > img {
    max-height: 275px;
    margin-bottom: 16px;
}

.dr_35_65 > div > p:nth-child(1) {
    margin-top: 0;
}



@media screen and (max-width: 992px) {
    /* 50 × 50 */
    .dr_50_50 {
        flex-direction: column;
    }

    .dr_50_50 > div {
       width: 99%;
    }

    /* 65 × 35 */
    .dr_65_35 {
        flex-direction: column;
        flex-flow: column-reverse;
    }

    .dr_65_35 > div:nth-child(1) {
        width: 99%;
    }

    .dr_65_35 > div:nth-child(2) {
        width: 99%;
    }

    .dr_65_35 > div > img {
        max-height: 225px;
    }

    /* 35 × 65 */
    .dr_35_65 {
        flex-direction: column;
    }

    .dr_35_65 > div:nth-child(1), .dr_35_65 > div:nth-child(2) {
        width: 99%;
    }

    .dr_35_65 > div > img {
        max-height: 225px;
    }

}


#div_ContactForm {
    margin: auto;
    max-width: 600px;
}

#div_ContactForm > p > span:nth-child(1) {
    margin-right: 15px;
}

#div_ContactForm > p > .w3-radio {
    margin-left: 16px;
}

#div_ContactForm > p > label {
    margin-left: 8px;
}



#divModal_ContactUsEmailSent > div > footer > span {
    margin: 12px 24px;
}

#divModal_ContactUsEmailSent_main {
    /*width: 75%;*/
}

#divModal_ContactUsEmailSent_main > img {
    max-width: 85%;
    max-height: 300px;
    margin-top: 10px;
}

#divModal_ContactUsEmailSent_main > div {
    max-width: 530px;
    margin: auto;
}

#divModal_ContactUsEmailSent_main > div >p  {
    text-align: left;
}

#spanModal_ContactUsEmailSent_contact_name {
    font-weight: bold;
}

