/*
 * BDA Website Components – homepage readability refinements.
 *
 * Navigation typography and positioning are intentionally not controlled here.
 * Max Mega Menu owns menu presentation, while The Core child theme owns the
 * surrounding header and its separate search control.
 */

/* ========================================================================== 
   Homepage readability and contrast refinement
   ========================================================================== */

body.home .bda-home-about-copy p {
    color: #3f3f3f;
}

body.home .bda-home-about-card-text {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 1.55;
}

body.home .bda-featured-component__summary {
    color: #4b4b4b;
}

body.home .bda-home-news-lead-content p {
    color: #494949;
    font-size: 15px;
}

body.home .bda-home-news-label {
    font-size: 11px;
}

body.home .bda-home-news-secondary-content h3 {
    font-size: 17px;
    line-height: 1.32;
}

body.home .bda-home-news-secondary-read {
    font-size: 13px;
}

body.home .bda-home-news-list-empty,
body.home .bda-home-important-dates-empty,
body.home .bda-home-news-empty-state p {
    color: #505050;
    font-size: 15px;
}

body.home .bda-home-important-date-month {
    font-size: 10px;
}

body.home .bda-home-important-date-title {
    font-size: 16px;
}

body.home .bda-home-important-date-subtitle {
    color: #5e5555;
    font-size: 14px;
    line-height: 1.42;
}

body.home .bda-home-important-date-link {
    font-size: 13px;
}

/* Stop the three-card Featured layout dropping to unnecessarily small text. */
@media screen and (max-width: 1200px) {
    body.home .bda-featured-component__grid:not(.bda-featured-component__grid--count-4) .bda-featured-component__summary {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    body.home .bda-home-about-copy p {
        font-size: 15px;
        line-height: 1.68;
    }

    body.home .bda-home-about-card-text {
        font-size: 13px;
    }

    body.home .bda-featured-component__summary,
    body.home .bda-featured-component__grid--count-4 .bda-featured-component__summary {
        font-size: 14px;
    }
}
