/*!
 * Pat's v6 Local Styles
 * Copyright 2008-2017 Punchmark
 */


/*==================

Header

==================*/


header a#logo {
    width: initial;
    max-width: 185px !important;
    height: auto !important;
}

header a#logo img {
    max-height: none !important;
}

@media (max-width: 991px) {
    header a#logo {
        height: auto !important;
        width: 155px !important;
    }
}

@media (max-width: 767px) {
    header a#logo {
        width: initial;
        max-width: 155px !important;
        height: auto !important;
    }
}

/*==================

Footer

==================*/

footer .required-links li a:hover,
footer .required-links li a:focus {
    text-decoration: underline !important;
}

footer .copyrights a:hover,
footer .copyrights a:focus {
    text-decoration: underline !important;
}

/*==================

General

==================*/


.btn-primary {
    border-color: var(--bs-primary) !important;
}