.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/apply/stock-2.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;
    line-height: 1.25;
}

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



.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;
}

.apply-link {
    color: inherit;
    text-decoration: none;
}

.apply-link:hover {
    text-decoration: underline;
}


@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;
    }
}