﻿.footer {
    margin-top: 0;
}

.covid-header-banner {
    box-shadow: 0 0.5rem 0.8rem #d9d9d9;
    background-image: url(https://cdn.faithchapel.cc/images/covid/covid-banner.png);
    background-size: cover;
    background-position: 50%;
    padding: 10% 0 10% 0;
}

.covid-community-image {
    background-image: url(https://cdn.faithchapel.cc/images/covid/covid-community-care.png);
    background-size: cover;
    background-position: 50%;
    padding-top: 8.8%;
    width: 70%;
    margin: auto;
}

.covid-page-title {
    font-weight: 700;
    font-size: 6rem;
    line-height: 6.5rem;
}

.covid-page-subtitle {
    font-weight: 500;
    font-size: 2rem;
    color: #de771c;
}

.covid-card-row {
    display: flex;
    justify-content: space-between;
}

    .covid-card-row > div {
        width: 100%;
        margin: 0 0.5rem;
    }

.covid-section-title {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.covid-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 1rem 0;
}

.covid-content {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
}

.covid-help-section {
    margin: 3rem 0;
}

.fill-space {
    height: 1rem;
}

.card-title {
    color: #de771c;
}

.covid-buttons {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.covid-contact {
    margin: 0 1rem;
    color: #000000;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

    .covid-contact i {
        margin-top: 0.1rem;
        margin-right: 0.3rem;
        font-size: 1.2rem;
    }

    .covid-contact .fa-envelope {
        margin-top: 0;
        margin-bottom: 0.1rem;
    }

    .covid-contact a {
        color: #000000;
    }

/* Media cues for title */

@media all and (max-width: 1550px) {
    .covid-page-title {
        font-size: 4rem;
        line-height: 4.3rem;
    }

    .covid-page-subtitle {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 906px) {
    .covid-page-title {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    .covid-page-subtitle {
        font-size: 1rem;
    }

    .covid-header-banner {
        padding: 25% 0 25% 0;
    }
}

@media all and (max-width: 586px) {
    .covid-page-title {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media all and (max-width: 710px) {
    .covid-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .covid-contact {
        margin: 0;
        margin-top: 0.5rem;
        margin-left: 0.1rem;
    }
}

/* Media cues */

@media all and (min-width: 1500px) {
    .center-constrained-large, .center-constrained-mid {
        max-width: 60%;
    }
}

@media all and (max-width: 1172px) {
    .covid-card-row {
        flex-direction: column;
    }

        .covid-card-row > div {
            width: 100%;
            margin: 0;
        }
}

@media all and (max-width: 502px) {
    .covid-section-title {
        font-size: 2rem;
    }
}
