/* This will force the overlay to be bright green */
.bg-black-60, .cover-dimming-class {
    background-color: rgba(0, 84, 55, 0.25) !important;
}

/* Targets the background bar on pages WITHOUT an image */
.bg-black {
    background-color: #005437 !important; /* A nice dark forest green */
}

