/* === CSS Version === */

/* === v19.0.1 === */

/* === Body === */

.main-logo {
    width: auto;
    height: 40px;
    max-width: 485px !important;
    max-height: 90px !important;
}

/* === Header === */

/* ... */

/* === Footer === */

footer > div.bg-body-tertiary {
    background: #01535d !important;
}

footer > div {
    color: #ffffff;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #f4b400;
}

footer a.link-body-emphasis,
footer a.link-primary {
    color: #ffffff !important;
}

footer a.link-body-emphasis:hover,
footer a.link-body-emphasis:focus,
footer a.link-primary:hover,
footer a.link-primary:focus {
    color: #f4b400 !important;
}
