.hero {
    min-height: 100vh;
}

.hero-background {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2 )), url("../images/home/stock.jpeg");
    min-height: 100vh;
}

.hero-content {
    font-size: 5.4rem;
}

.fostering-section {
    background-image: linear-gradient( rgba(24, 72, 61, 0.30), rgba(24, 72, 61, 0.30) ), url("../images/home/pattern-group-export.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: -webkit-flex;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;

    display: flex;
    justify-content: space-around;
    align-items: center;

    color: #FAEDE3;

    text-align: center;
    font-family: 'Mundial', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;

}

.fostering-message {
    margin: 10%;
}

.info-boxes-section {
    padding: 6vw 5% 6vh 5%;
    background-color: #FAEDE3;
}

.info-boxes-flexbox {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 8px;
}

.info-box{
    position: relative;
    /* width: 25vw; */
    /* height: 12vh; */
    max-width: 500px;
    min-height: 237px;

    margin: 25px;

    border: solid 4px;
    border-radius: 35px;

    font-family: 'Mundial', sans-serif;
}

.info-box-icon {
    position: absolute;

    width: 84px;
    top: -35px;
    left: 25px;
}

.info-box-header {
    border-bottom: 3px solid;

    padding-bottom: 3px;
    
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
}

.info-box-header-text {
    margin-left: 120px;
}

.info-box-text {
    margin-top: 10px;
    padding: 5% 10%;
    font-size: 1.4rem;
    line-height: 100%;
}

.families-box {
    color: #511C12;
    border-color: #511C12;

    /* .info-box-header {
        color: #511C12;
        border-color: #511C12;
    } */
}

.youth-box {
    color: #B34A31;
    border-color: #B34A31;

    /* .info-box-header {
        color: #B34A31;
        border-color: #B34A31;
    } */
}

.housing-box {
    color: #374854;
    border-color: #374854;

    /* .info-box-header {
        color: #374854;
        border-color: #374854;
    } */
}

.mental-health-box {
    color: #B77955;
    border-color: #B77955;

    /* .info-box-header {
        color: #B77955;
        border-color: #B77955;
    } */
}

.parks-and-rec-box {
    color: #17483D;
    border-color: #17483D;

    /* .info-box-header {
        color: #17483D;
        border-color: #17483D;
    } */
}

.learn-more-button {
    margin-top: 5vh;
}

.full-story-grid {
    display: -webkit-flex;

    display: flex;

    background-color: #FAEDE3;
    overflow: hidden;
}

.grid-half {
    width: 50%;
}

.full-story-image-container {
    background-image: url('../images/shared/photo.png');
    background-size: cover;
    background-position: 50% 15%;

    /* overflow: hidden; */
    /* position: relative; */
}

.full-story-main {
    color: #374854;
    background-color: #B2CECD;

    padding: 7%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    max-height: fit-content;
}

.full-story-header {
    font-size: 3.3rem;
    font-weight: bold;
    font-family: 'Moret', serif;    
    margin-bottom: 2rem;
}

.full-story-text {
    font-family: 'Mundial', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1lh;
}

@media screen and (max-width: 1200px) { 
    .hero-content {
        font-size: 5rem;
    }

    .round-button {
        font-size: 1.5rem;
    }

    .full-story-header {
        font-size: 3rem;
    }

    /* .full-story-text {
        font-size: 1.3rem; 
    } */

}

@media screen and (max-width: 1000px) { 
    .hero-content {
        font-size: 4.5rem;
    }
    
    .fostering-section {
        font-size: 2.5rem;
    }

    .round-button {
        font-size: 1.4rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .full-story-main {
        padding: 6%;
    }

    .full-story-header {
        font-size: 2.8rem;
    }

    /* .full-story-text {
        font-size: 1.2rem; 
    } */

}

@media screen and (max-width: 800px) { 
    .hero-content {
        font-size: 4rem;
    }

    .fostering-section {
        font-size: 2.0rem;
    }

    .info-box {
        margin: 25px 5px 25px 5px;
        min-height: 200px;
    }

    .info-boxes-flexbox {
        flex-direction: column;
        align-items: center;
    }

    .round-button {
        font-size: 1.3rem;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .full-story-main {
        padding: 5%;
    }

    .full-story-header {
        font-size: 2.6rem;
    }

    /* .full-story-text {
        font-size: 1.1rem; 
    } */

}

@media screen and (max-width: 650px) { 
    .hero-content {
        font-size: 3rem;
    }

    .fostering-section {
        font-size: 1.5rem;
    }

    .round-button {
        font-size: 1.2rem;
    }

    .info-box-text {
        font-size: 1.3rem;
    }

    .full-story-header {
        font-size: 2.4rem;
    }

    .full-story-text {
        /* font-size: 1rem;  */
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 500px) { 
    .hero-content {
        font-size: 2.8rem;
    }

    .fostering-section {
        font-size: 1.5rem;
    }

    .info-box-header-text {
        font-size: 1.2rem;
    }

    .info-box {
        min-height: 175px;
    }

    .info-box-text {
        font-size: 1.2rem;
    }

    .round-button {
        font-size: 1rem;
    }

    .full-story-main {
        flex-basis: 55%;
    }

    .full-story-header {
        font-size: 2.2rem;
    }

    .full-story-text {
        /* font-size: 0.9rem;  */
        font-size: 1.2rem;
    }

}

@media screen and (max-width: 425px) { 
    .info-box-icon {
        width: 64px;
        position: absolute;
        top: -24px;
        left: 18px;
    }

    .info-box-header-text {
        font-size: 1rem;
        margin-left: 100px;
    }

    .info-box-text {
        font-size: 1rem;
    }

    .full-story-main {
        flex-basis: 60%;
    }

    .full-story-header {
        font-size: 2rem;
    }

    .full-story-text {
        /* font-size: 0.8rem;  */
        font-size: 1rem;
    }

}

@media screen and (max-width: 350px) { 
    .info-box-icon {
        width: 64px;
        position: absolute;
        top: -24px;
        left: 18px;
    }

    .info-box-header-text {
        font-size: 0.9rem;
        margin-left: 100px;
    }

    .full-story-main {
        flex-basis: 65%;
    }
}