/*
Custom Css
*/

/* templatemo.css sets .text-muted to a near-white #bcbcbc, which is
   illegible against a white/light background sitewide. Darken it to a
   proper muted gray that's still clearly secondary to body text but
   actually readable. This file loads after templatemo.css, so this wins
   the !important tie by cascade order. */
.text-muted {
    color: #495057 !important;
}

/* .bg-dark-zay / .bg-success-zay: used by about.html and shipping.html for
   the dark hero band + green accent bar, but were never actually defined
   anywhere -- meaning that hero rendered with no background at all, and
   text-white on top of it was invisible against the page's white ground.
   Defined here to match the site's real accent green (#59ab6e, used
   throughout the rest of the theme) rather than reverting to a plain
   Bootstrap bg-dark. */
.bg-dark-zay {
    background-color: #1f2622;
}

.bg-success-zay {
    background-color: #59ab6e;
}
