/*
    This stylesheet allows for minor adjustments to styles without having to rebuild the front-end project.
    Intended for small overrides, not major style work or overhauls.
*/

.headerLogo.on-the-horizon {
    width:100%;
    margin: 8rem 0 14rem;
}

.alert-danger.fire-rescue-banner {
    background-color:#F00;
    border-color:#F00;
}

.alert-danger.fire-rescue-banner p,
.alert-danger.fire-rescue-banner a,
.alert-danger.fire-rescue-banner a:visited,
.alert-danger.fire-rescue-banner a:not(.button) {
    color:#FFF !important;
    font-weight:bold;
}