/* --------------------------------------------------------------------------
                                 HOME PAGE
-------------------------------------------------------------------------- */
.hero-section {
    position: relative;
    background-image: url("../media/home-banner4-Fx2Si40.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}

.hero-section > * {
    position: relative;
    z-index: 2;
}

.link-hover:hover {
    color: #004680 !important;
}

.hero-title {
    line-height: 0.95;
}

.hero-highlight {
    font-size: 1.25em;
    display: inline-block;
}

.text-outline-white {
    -webkit-text-stroke: 1px #fff;
}

.nav .nav-link:hover {
    color: #002d53 !important;
}

/* Responsive */
@media (min-width: 992px) {
    .desktop-nav {
        gap: 5rem !important;
    }
}

@media (max-width: 1279px) {
    .logo-footer {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-section p.lead {
        font-size: 1rem;
    }

    .hero-section .btn-lg {
        font-size: 1rem;
        padding: 0.6rem 0.8rem;
    }
}
