.hero {    
    /* background-image: linear-gradient(-10deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../images/focus-and-recipients/stock-1.jpeg");
    background-position-y: 100%; */
    
    min-height: 48vh;
}

.hero-background {
    background-image: linear-gradient(-10deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../images/focus-and-recipients/stock-1.jpeg");
    background-position-y: -20vh;
    
    min-height: 48vh;
}

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

section {
    background-color: #FAEDE3;
}

.message-section {
    background-color: #FAEDE3;
    color: #18483D;

    font-family: 'Mundial', sans-serif;
    
    text-align: center;

    padding: 6.5% 15% 6.5% 15%;
}

.message-para {
    font-size: 1.5rem;
}

.message-section-header {
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
}

.full-width-image-container {
    background-image: url('../images/focus-and-recipients/stock-2.jpeg');
    background-size: cover;
    background-position: center bottom;

    width: 100%;
    height: 40vw;
}

.header-section {
    background-color: #18483D;
    color: #FAEDE3;

    font-family: 'Moret', serif;
    font-weight: bold;

    padding: 3.7vw 3.7vw 50px 12vw;

    max-height: 200px;
}

.header-section-header {
    margin: 0;
    font-size: 4.5rem;
}

.info-block {
    display: flex;

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

    color: #FAEDE3;
}

.image-container {
    flex-basis: 60%;
    background-size: cover;
}

/* .block-photo {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */

.info-block-icon-container {
    display: flex;

    width: 150px;
    height: 150px;
    
    position: absolute;
    z-index: 2;

    left: 80%;

    transform: translateY(-90px);

    background-color: #FAEDE3;
    padding: 2px;
    border-radius: 50%;
}

.info-block-icon {
    width: 100%;
    height: 100%;
}

.info-main {
    width: 100%;

    padding: 3.3vw;
}

.info-para {
    font-size: 2rem;
}

.info-block-header {
    font-weight: bold;
    font-size: 2.6rem;    
}

.info-block.families {
    background-color: #511C12;
}

.info-block.youth {
    background-color: #B34A31;
}

.info-block.housing {
    background-color: #374854;
}

.info-block.mental-health {
    background-color: #B77955;
}

.info-block.parks-and-rec {
    background-color: #17483D;
}

@media screen and (max-width: 1600px) {
    .message-section-header {
         font-size: 2.9rem;
    }

    .info-para {
        font-size: 1.9rem;
    }    
}

@media screen and (max-width: 1350px) {
    .info-block-icon-container {
        width: max(11vw, 64px);
        height: max(11vw, 64px);

        transform: translateY(max(-11vw, -64px));
    }

    .header-section {
        padding-bottom:  max(3.7vw, max(11vw, 64px) * 0.6);
    }
}

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

    .message-section-header {
        font-size: 2.8rem;
    }

    .header-section-header {
        font-size: 4rem;
    }
    
    .info-para {
        font-size: 1.7rem;
    }
}

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

    .message-section-header {
        font-size: 2.7rem;
    }

    .header-section-header {
        font-size: 3.25rem;

    }

    .info-block-header {
        font-size: 2.2rem;
    }

    .info-para {
        font-size: 1.5rem;
    }    
}

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

    .message-section-header {
        font-size: 2.6rem;
    }

    .message-para {
        font-size: 1.4em;
    }

    .header-section-header {
         font-size: 2.8rem;
    }

    .header-section {
        padding-left: 8vw;
    }    

    .info-block-header {
        font-size: 2rem;
    }

    .info-para {
        font-size: 1.3rem;
    }    
}

@media screen and (max-width: 650px) {
    .full-width-image {
        height: 250px;
    }

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

    .message-section-header {
        font-size: 2.5rem;
    }

    .message-para {
        font-size: 1.3rem;    
    }

    .header-section-header {
        font-size: 2.25rem;

    }    
    
    .info-block-header {
        font-size: 1.75rem;
    }

    .info-para {
        font-size: 1.2rem;
    }    
}

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

    .message-section {
        padding-left: 32px;
        padding-right: 32px;
    }

    .message-para {
        font-size: 1.2rem;
        text-align: left;
    }

    .message-section-header {
        font-size: 2.4rem;
    }

    .header-section-header {
        font-size: 2rem;
    }        
    
    .info-block-header {
        font-size: 1.5rem;
    }

    .info-para {
        font-size: 1.1rem;
    }    
}

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

    .message-section-header {
        font-size: 2.3rem;
    }

    .header-section-header {
        font-size: 1.6rem;
    }   
    
    .info-block-header {
        font-size: 1.25rem;
    }

    .info-para {
        font-size: 1rem;
    }       
}

@media screen and (max-width:350px) {
    .header-section-header {
        font-size: 1.4rem;
    }     
    
    .info-block-header {
        font-size: 1.25rem;
    }

    .info-para {
        font-size: 0.9rem;
    }       
}