<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Morin Local Styles
 * Copyright 2008-2017 Punchmark
 */

/* ==============

Header

============== */

header a#logo {
    height: 90px !important;
    /* width: auto !important; */
}

@media (max-width: 991px) {
    header a#logo {
        height: 90px !important;
        max-width: 175px !important;
        width: 125px !important;
    }
}

@media (max-width: 768px) {
    header a#logo {
        height: 70px !important
    }
}

header a#logo img {
    max-height: 100% !important;
}

/* ==============

Footer

============== */

 footer .required-links li a:hover, footer .required-links li a:focus {
    text-decoration: underline !important;
 }

 footer .address-text {
    color: var(--light) !important;
 }

 footer .address-text a {
    color: var(--bs-primary-color);
    opacity: 0.65 !important;
 }

 footer .address-text a:hover, footer .address-text a:focus, footer .address-text a:active {
    color: var(--bs-primary-color);
    opacity: 1 !important;
}</pre></body></html>