/*-- -------------------------- -->
<---          Landing           -->
<--- -------------------------- -*/

#hero {
    font-size: inherit;
    position: relative;
}

#hero:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    /* background: rgba(8, 55, 78, 0.7); */
    background: rgba(21, 72, 95, 0.7);
    background: rgba(4, 39, 56, 0.7);
    background: rgba(1, 25, 37, 0.7);
    top: 0;
    left: 0;
}

.background-img {
    width: 100%;
    display: block;
}

.wave {
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.hero-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    color: white;
    position: absolute;
    margin-top: 60px;
    width: 100%;
    text-align: center;
    padding: 15px;
}

#home-h {
    font-size: min(12vw, 4em);
    line-height: 1.203125;
    max-width: 835px;
    font-weight: 700;
}
#home-h:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 100px;
    background: #FE5D37;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
}


.hero-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 525px;
}

#hero .button-solid {
    display: inline-block;
    z-index: 1;
}


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

    .hero-text {
        margin-top: 80px;
    }
    .hero-text p {
        margin-top: 60px;
        font-size: 18px;
    }
}

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

    .hero-text p {
        font-size: 20px;
    }
}



/*-- -------------------------- -->
<---       WHO WE ARE           -->
<--- -------------------------- -*/

#who .content {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#who .title {
    position: relative;
}

#who .title:after{
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 40px;
    background: #FE5D37;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
}

#who .image-box {
    display: none;
}

#who .button-solid { 
    align-self: center;
    padding: 20px 25px;
}


@media only screen and (min-width: 900px) {
    #who {
        background-color: #F5F5F5;
    }

    #who .container {
        padding: 0 40px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #who .content {
        text-align: start;
        flex-basis: 50%;
        padding-left: 50px;
    }

    #who .content p {
        padding: 0px;
    }

    #who .title:after{
        left: 2px;
        transform: translateX(0);
    }

    .who p {
        padding: 0px;
        padding-right: 10px;
        max-width: 450px; 
    }

    #who .button-solid {
        align-self: start;
    }

    #who .image-box {
        flex-basis: 50%;
        display: flex;
        justify-content: center;
    }
    .image-box img {
        border-radius: 5px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}


/*-- -------------------------- -->
<---   CHRISTIAN CARE           -->
<--- -------------------------- -*/

#christian .container {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#christian .content {
    display: flex;
    flex-direction: column;
}

#christian .content img {
    width: 50px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 900px) {
    #christian {
        position: relative;
    }
    #christian .content {
        flex-direction: row;
        justify-content: space-around;
    }

    #christian p {
        max-width: 350px;
    }
    #dove p {
        max-width: 475px;
    }

    #dove {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 40px;

    }
}


/*-- -------------------------- -->
<---   OUR CHILD CARE CENTER    -->
<--- -------------------------- -*/

#child-care {
    background-color: #a5deee;
}

#child-care .container {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#child-care p {
    color: #121212;
}
#child-care .text-highlight {
    color: #121212;
}
.child-center {
    display: flex;
    flex-direction: column;
}
.child-center img {
    width: 80%;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 16px;
}

.text-underline {
    font-weight: bold;
}

.mission {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mission img {
    width: 30%;
    margin: 16px 0px;
}

.mission .button-solid {
    padding: 20px 25px;
}

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

    #child-care {
        background-color: #fff;
        position: relative;
    }

   #child-care:before {
        content: '';
        position: absolute;
        height: 200px;
        width: 200px;
        background: #a5deee;
        top: 0;
        right: 0;
        height: 100%;
        width: 48%;
        border-radius: 100% 0% 0% 100% / 45% 100% 0% 55%;

    }

    #child-care .container {
        justify-content: space-around;
    }
    #child-care .container {
        flex-direction: row;
    }
    .child-center{
        max-width: 450px;
    }

    .mission {
        justify-content: center;
        max-width: 350px;
    }

    .text-underline {
        color: #FE5D37; 
    }

    #child-care .text-highlight {
        color: #FE5D37; 
    }
}


/*-- -------------------------- -->
<---         REVIEWS            -->
<--- -------------------------- -*/

#reviews {
    background-color: #F5F5F5 ;
}
#reviews .container {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card img {
    height: 50px;
    display: block;
}

.toy-bear img {
    height: 65px;
}

#reviews .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 32px;
    margin: 32px 0px;
    width: 350px;
    height: 300px;
}

#reviews p {
    padding: 0px;
}


@media only screen and (min-width: 1024px) {
    #reviews .content {
        flex-direction: row;
        justify-content: space-around;
    }

    #reviews .content {
        align-items: start;
    }

    .toy-bear .box {
        margin-top: 15px;
    }

}



/*-- -------------------------- -->
<---   Final Call to Action     -->
<--- -------------------------- -*/

#cta {
    background-color: #a5deee;
}

.cta-icon { 
    display: none;
}

#cta .container {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

#cta .button-solid {
    margin: 47px 0px;
}

@media only screen and (min-width: 900px) {
    .cta-icon { 
        display: inline;
        width: 200px;
    }

}