/*!
 * Rinehard Local Styles
 * Copyright 2008-2017 Punchmark
 */

/*=========================

 General

 ==========================*/

 .btn-primary {
    color: var(--bs-dark) !important;
 }

 span.accent-font {
    font-family: 'cormorant-garamond', serif !important;
 }

 /*=========================

 Footer

 ==========================*/

 footer .footer-section .container-fluid {
    background: rgba(0, 0, 0, 0.1) !important;
}

 footer form label {
    color: var(--bs-light) !important;
 }

footer h6,
footer .h6 {
    color: var(--bs-light) !important;
}

footer .social-networks a.network i, footer .social-networks a.network i::before {
    color: var(--bs-light);
}

/*=============================

Header

===============================*/

@media (min-width: 992px) {
    header a#logo img,
     header a#logo svg {
        max-height: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    header a#logo  {
      padding: 0 2px 0 2px !important;
    }
}