* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow: hidden; */
}

body {
    background-color: #fff;
    font-family: 'Encode Sans Expanded', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

:root {
    --primary: #01bdbe;
    --secondary: #f39780;
    --light: #fff;
    --shadow: 0 1px 5p rgba(104, 104, 104, 0.8);
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}


/* Home Styles */

.top-container {
    width: 100%;
    margin: auto;
    padding: 0;
    height: auto;
}

.header-container {
    display: flex;
}

.showcase {
    grid-area: showcase;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: var(--shadow);
    margin-top: auto;
}

.vid-elements h1 {
    font-size: 5rem;
    margin-bottom: 0;
    color: var(--light);
    font-weight: 300;
    width: 100%;
    word-wrap: break-word;
    padding-left: 5%;
}

.home-vid-txt {
    color: var(--light);
}

.showcase p {
    font-size: 1.3rem;
    margin-top: 0;
    color: var(--light);
}

#bgVid {
    position: absolute;
    width: 100%;
    min-height: 400px;
    z-index: -1;
}

.vid-elements {
    padding-left: 5%;
    width: 100%;
    margin-top: 100px;
}

.header-buttons-container {
    padding: 2% 7rem;
    width: 100%;
    margin-top: 100px;
}

.header-btn {
    color: var(--light);
    padding: 1rem 4rem;
    text-decoration: none;
    border: 1px solid var(--light);
}

.header-btn:first-child {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--light);
}

.header-btn:first-child:hover {
    color: var(--light);
    padding: 1rem 4rem;
    text-decoration: none;
    border: 1px solid var(--light);
    background: transparent;
}

.header-btn:hover {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--light);
}

@media screen and (max-width: 768px) {
    .showcase {
        margin-top: 70px;
        margin-bottom: 0px;
        min-height: auto;
        padding: 0;
        justify-content: flex-end;
    }

    .top-container {
        margin: 0;
    }

    #bgVid {
        min-height: auto;
    }

    .vid-elements h1 {
        font-size: 2rem;
        padding-left: 1%;
    }

    .header-buttons-container {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        padding: 1% 1rem;
    }

    .header-btn {
        padding: 3px 1rem;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .header-btn:first-child:hover {
        padding: 3px 1rem;
    }

    .vid-elements {
        margin-top: 10px;
    }
}




/* Visit Page Styles */

.visit-top-container {
    width: 100%;
    margin: auto;
    padding: 0;
    height: auto;
}

.visit-header-container {
    display: flex;
}

.visit-showcase {
    grid-area: showcase;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: var(--shadow);
    margin-top: auto;
}

.visit-vid-elements h1 {
    font-size: 5rem;
    margin-bottom: 0;
    color: var(--light);
    font-weight: 300;
    width: 100%;
    word-wrap: break-word;
    padding-left: 5%;
}

.visit-showcase p {
    font-size: 1.3rem;
    margin-top: 0;
    color: var(--light);
}

#visit-bgVid {
    position: fixed;
    width: 100%;
    min-height: 400px;
    z-index: -10;
}

.visit-vid-elements {
    padding-left: 5%;
    width: 100%;
    margin-top: 100px;
}

.visit-header-buttons-container {
    padding: 2% 7rem;
    width: 100%;
    margin-top: 100px;
}

.visit-header-btn {
    color: var(--light);
    padding: 1rem 4rem;
    text-decoration: none;
    border: 1px solid var(--light);
    background-color: var(--light);
}

.visit-header-btn:first-child {
    background: transparent;
    border: 1px solid var(--light);
    color: var(--light);
}

.visit-header-btn:first-child:hover {
    color: var(--light);
    padding: 1rem 4rem;
    text-decoration: none;
    border: 1px solid var(--light);
    background-color: var(--light);
}

.visit-header-btn:hover {
    background: transparent;
    border: 1px solid var(--light);
    color: var(--light);
}

@media screen and (max-width: 768px) {
    .visit-showcase {
        margin-top: 60px;
        margin-bottom: 0px;
        min-height: auto;
        padding: 0;
        justify-content: flex-end;
    }

    .visit-top-container {
        margin: 0;
    }

    #visit-bgVid {
        min-height: auto;
    }

    .visit-vid-elements h1 {
        font-size: 2rem;
        padding-left: 1%;
    }

    .visit-vid-elements p {
        font-size: 1rem;
        padding-left: 1%;
    }

    .visit-header-buttons-container {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        padding: 1% 1rem;
    }

    .visit-header-btn {
        padding: 3px 1rem;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .visit-header-btn:first-child:hover {
        padding: 3px 1rem;
    }

    .visit-vid-elements {
        margin-top: 0px;
    }
}



.wrapper {
    display: flex;
    flex-direction: row;
}


.visit-site-and-services-section {
    position: absolute;
    width: 100%;
}

.visit-header-container {
    width: 100%;
    background: transparent;
    color: var(--light);
    height: 100px;
    /* justify-content: center; */
    align-items: center;
}

.visit-sites-and-services-info-container {
    background: var(--light);
    height: 600px;
}


/* contact page styles */

.contact-wrapper {
    display: flex;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-wrapper-left {
    flex-basis: 50%;
    min-height: 400px;
    padding: 50px;
    margin-right: 20px;
    background: url(../img/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-wrapper-right {
    flex-basis: 50%;
    min-height: 400px;
    padding: 50px;
    margin-left: 20px;
}

.contact-wrapper-right p {
    font-size: 25px;
    padding-bottom: 10px;
}

.con-btn {
    justify-content: flex-end;
}

.con {
    font-size: 40px !important;
}

.con:hover {
    color: var(--secondary);
}

.contact-btn {
    color: var(--primary);
    padding: 1rem 4rem;
    text-decoration: none;
    border: 1px solid var(--primary);
}

.contact-btn:hover {
    color: var(--light);
    background-color: var(--primary);
}

@media screen and (max-width: 768px) {
    .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    .contact-wrapper-left {
        flex-basis: 100%;
    }

    .contact-wrapper-right {
        flex-basis: 100%;
        min-height: auto;
    }
}

/* connect page styles */
.connect-container {
    background: url(../img/connectbkg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.connect-text {
    width: 100%;
    text-align: center;
    color: var(--light);
    padding: 80px 0;
}

.connect-text h2 {
    font-size: 45px;
}

.connect-text p {
    padding-top: 40px;
    margin: 0 20%;
}

.connect-buttons {
    display: flex;
    align-items: center;
    padding: 40px 10%;
    justify-content: center;
}

.connect-buttons a {
    color: var(--primary);
    padding: 1rem 4rem;
    text-decoration: none;
    background: var(--light);
    margin: 0 10px;
    justify-content: center
}

.connect-buttons a:hover {
    opacity: .5;
}

@media screen and (max-width: 768px) {
    .connect-container {
        flex-direction: column;
    }

    .connect-buttons {
        flex-direction: column;
        justify-content: space-between;
    }

    .connect-buttons a {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .connect-text p {
        margin: 0 10%;
    }

}

/* contact page styles */

.contact-wrapper {
    display: flex;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-wrapper-left {
    flex-basis: 50%;
    min-height: 400px;
    padding: 50px;
    margin-right: 20px;
    background: url(../img/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-wrapper-right {
    flex-basis: 50%;
    min-height: 400px;
    padding: 50px;
    margin-left: 20px;
}

.contact-wrapper-right p {
    font-size: 25px;
    padding-bottom: 10px;
}

.con-btn {
    justify-content: flex-end;
}

.con {
    font-size: 40px !important;
}

.con:hover {
    color: var(--secondary);
}

.contact-btn {
    color: var(--primary);
    padding: 1rem 4rem;
    text-decoration: none;
    border: 1px solid var(--primary);
}

.contact-btn:hover {
    color: var(--light);
    background-color: var(--primary);
}

@media screen and (max-width: 768px) {
    .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    .contact-wrapper-left {
        flex-basis: 100%;
    }

    .contact-wrapper-right {
        flex-basis: 100%;
        min-height: auto;
    }
}

/* grow page styles */
.grow-container {
    background: url(../img/growbkg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grow-text {
    width: 100%;
    text-align: center;
    color: var(--light);
    padding: 80px 0;
}

.grow-text h2 {
    font-size: 45px;
}

.grow-text p {
    padding-top: 40px;
    margin: 0 20%;
}

.grow-buttons {
    display: flex;
    align-items: center;
    padding: 40px 10%;
    justify-content: center;
}

.grow-buttons a {
    color: var(--primary);
    padding: 1rem 4rem;
    text-decoration: none;
    background: var(--light);
    margin: 0 10px;
    justify-content: center
}

.grow-buttons a:hover {
    opacity: .5;
}

@media screen and (max-width: 768px) {
    .grow-container {
        flex-direction: column;
    }

    .grow-buttons {
        flex-direction: column;
        justify-content: space-between;
    }

    .grow-buttons a {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .grow-text p {
        margin: 0 10%;
    }

}

/* history */
.history-content {
    background-color: var(--light);
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    /* border-top-left-radius: 10rem; */
}

.history-content article {
    width: 70%;

}

.history-content article p {
    margin: 2rem 0;

}




/* care page styles */
.care-container {
    background: url(../img/carebkg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.care-header-text {
    text-align: center;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.care-header-text h2 {
    font-size: 80px;
    color: var(--light);
}

.care-description {
    width: 100%;
    text-align: center;
    color: var(--light);
    padding: 80px 0;
    background: var(--primary);
}

.care-description h3 {
    font-size: 35px;
    color: var(--secondary);
}

.care-description p {
    padding-top: 40px;
    margin: 0 20%;
}

.care-empty {
    height: 300px;
}



@media screen and (max-width: 768px) {
    .care-container {
        flex-direction: column;
    }

    .care-description p {
        margin: 0 10%;
    }

}