/*INTRO*/
.intro {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 100px;
}

.intro-image {
    width: 100%;
    margin: auto;
}

/*MEET*/
.meet {
    overflow: hidden;
    width: 100%;
    display: table;
    padding: 65px 0% 2% 0%;
}

.meet-text {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
    
}

.meet-header {
    margin-top: 36px;
    letter-spacing: 2px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
}

.meet-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    color: #2D2D2D;
}

.meet-image {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.family-xmas {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.meet-image-resp {
    display: none;
}

.meet::after {
    content: "";
    clear: both;
    display: table;
}

/*EDUCATION*/
.education {
    overflow: hidden;
    background-color: #F3F0EF;
}

.education-image {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.education-image-resp {
    display: none;
}


.dustin-tina {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.education-text {
    display: table-row;
    float: left;
    padding: 5% 0% 5% 5%;
    width: 40%;
}

.education-header {
    margin-top: 36px;
    letter-spacing: 2px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
}

.education-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    color: #2D2D2D;
}

.education::after {
    content: "";
    clear: both;
    display: table;
}

/*COMMUNITY*/
.community {
    width: 100%;
    height: fit-content;
    display: table;
}

.comm-header {
    margin-top: 4%;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-left: 3%;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #2D2D2D;
}

.comm-box {
    display: table-row;
    padding-top: 1.75%;
    padding-bottom: 4%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    float: left;
    width: 27.33%;
}

.comm-image {
    width: 100%;
    height: auto;
}

.comm-text {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    color: #2D2D2D;
}

/*QUOTE*/
.quote {
    overflow: hidden;
    width: 80%;
    background-color: #277FC4;
    text-align: center;
    padding: 10%;
}

.quote-text {
    color: white;
    font-family: "DM Sans", sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 250;
    line-height: 1.5;
}

/*BUSINESS*/
.business {
    overflow: hidden;
    padding-bottom: 50px;
}

.business-image {
    overflow: hidden;
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.business-image-resp {
    display: none;
}

.business1 {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.business-text {
    display: table-row;
    float: left;
    padding: 5% 0% 5% 5%;
    width: 40%;
}

.business-header {
    margin-top: 36px;
    letter-spacing: 2px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
}

.business-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    color: #2D2D2D;
}

.business::after {
    content: "";
    clear: both;
    display: table;
}

/*~~~~~~~~~~~~~~MOBILE~~~~~~~~~~~~~~~~~*/

/*Modern Phone*/
@media screen and (max-width: 800px) {
    /*MEET*/
    .meet-text {
        display: block;
        float: none;
        padding: 5%;
        width: 90%;
        margin-bottom: 2%;
    }

    .meet-header {
        line-height: 0;
    }

    .meet-image {
        display: none;
    }

    .meet-image-resp {
        display: block;
        float: none;
        padding: none;
        width: 100%;
    }

    .family-xmas {
        margin-top: 1%;
        width: 100%;
        height: auto;
    }

    /*EDUCATION*/
    .education-text {
        display: block;
        float: none;
        padding: 5%;
        width: 90%;
        margin-bottom: 2%;
    }

    .education-header {
        line-height: 0;
    }

    .education-image {
        display: none;
    }

    .education-image-resp {
        display: block;
        float: none;
        padding: none;
        width: 100%;
    }

    .dustin-tina {
        margin-top: 1%;
        width: 100%;
        height: auto;
    }

    /*COMMUNITY*/
    .community {
        padding-bottom: 5%;
        width: 100%;
        height: fit-content;
    }

    .comm-header {
        margin-top: 5%;
        margin-bottom: 0;
    }

    .comm-box {
        display: block;
        float: none;
        padding: 5%;
        text-align: center;
        width: 90%;
    }

    .comm-text {
        margin-top: 1%;
    }

    /*QUOTE*/
    .quote {
        padding-top: 20%;
        padding-bottom: 20%;
    }

    .quote-text {
        color: white;
        font-family: "DM Sans", sans-serif;
        font-size: 24px;
        font-weight: 225;
        line-height: 1.5;
    }

    /*BUSINESS*/
    .business-text {
        display: block;
        float: none;
        padding: 5%;
        width: 90%;
        margin-bottom: 2%;
    }

    .business-header {
        line-height: 0;
    }

    .business-image {
        display: none;
    }

    .business-image-resp {
        display: block;
        float: none;
        padding: none;
        width: 100%;
    }

    .business1 {
        margin-top: 1%;
        width: 100%;
        height: auto;
    }
}