/* ==========================
   HEADER (ISOLATED)
   ========================== */

.site-header .navbar-brand img {
    height: 90px;
}

.site-header .nav-link {
    font-weight: 500;
    color: #2a5fa0;
}

.site-header .nav-link:hover {
    color: #1e4f8c;
}

/* ==========================
   FOOTER (ISOLATED)
   ========================== */


 /* Footer */
        .footer-wrapper {
            background-color: #DFE7F7;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }

        .footer-wrapper h6 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .footer-wrapper a {
            color: #495057;
        }

        .footer-wrapper a:hover {
            text-decoration: underline;
        }

        .footer-bottom {
            text-align: center;
            font-size: 0.85rem;
            color: #6c757d;
            margin-top: 2rem;
        }
        .footer-copyright {
    background-color: #1e4f8c;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;
}
