/*
 * SECTION : MODEST ADEQUATE
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Overridden CSS variables for the modest adequate page template  */

.t-modest-adequate {

    /* Accent and newsletter colors */
    --accent-color: hsl(18, 100%, 43%, 1);
    --newsletter-bg-color: hsl(44.49, 89.51%, 85.7%);
    --newsletter-text-color: hsl(23, 85%, 50%);

}

/* Modest Adequate header logo */
.modest-adequate.site-header .site-logo a {
    width: 30rem;
    height: 4.5rem;
    margin: 1.5rem 0 0.75rem;
    background-image: url('/images/1444.jpg');
}
.modest-adequate.site-header .site-slogan {
    font-weight: normal;
    font-size: .875rem;
}
.modest-adequate.site-header .site-slogan a {
    color: #000;
}