/* OGMi site overrides — loaded after the theme's stylesheets so these win.
   Keep theme files (style.css, hash*.css, animate.css) as the agency shipped
   them; put corrections here. Added September 2026. */

/* Footer links inherited the body link colour (#e84221), which is also the
   footer's background, so they rendered invisible. */
footer a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration-thickness: 2px;
}

/* Replaces the map iframe's inline style="border:0", which the CSP blocks. */
.map-frame {
    border: 0;
}

/* Bootstrap's .form-text is near-black; on the navy contact card that is
   unreadable. The card's own text is white, so match it. */
.contact-form .form-text {
    color: rgba(255, 255, 255, 0.75);
}
