/* --------------------------
   Contact styles
-------------------------- */

.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact p,
.contact a {
    color: #fff;
}
.contact h1 {
    font-weight: 800;
    line-height: 100%;
    font-size: 26px;
    letter-spacing: 1.3px;
}
.contact p {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 111%;
}
.contact a {
    text-decoration: underline;
}
.contact a:hover,
.contact a:focus,
.contact a:active {
    color: #f4f4f4;
}




@media (max-width: 992px) {
    /* Override mobile BLUE variant for specific pages with white */
    .mini-nav-blue {
        color: var(--white);
    }
    .mini-nav-blue a,
    .mini-nav-blue .dropdown-menu a {
        color: var(--white);
    }
    .mini-nav-blue a:hover,
    .mini-nav-blue a:focus,
    .mini-nav-blue a:active,
    .mini-nav-blue .dropdown-menu a:hover,
    .mini-nav-blue .dropdown-menu a:focus {
        color: var(--white);
    }
    .contact h1 {
        font-size: 24px;
        margin-top: 3rem;
    }
}