/* --------------------------
   Events styles
-------------------------- */

.events h1,
.events h2,
.events h3,
.events h4,
.events h5,
.events h6,
.events p,
.events a {
    color: #fff;
}
.events h1 {
    font-weight: 800;
    line-height: 100%;
    font-size: 26px;
    letter-spacing: 1.3px;
}
.events p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.events a {
    text-decoration: underline;
    transition: all 0.5s ease;
    font-weight: 800;
}
.events a:hover,
.events a:focus,
.events a:active {
    color: #f4f4f4;
}
a.btn-events {
    text-decoration: none;
}
.btn-events {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #fff;
    padding: .5rem .5rem;
    min-width: 12rem;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0.5s ease;
}
a.btn-events:hover,
a.btn-events:active,
a.btn-events:focus {
    background-color: #fff;
    color: var(--blue);
}





@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);
    }
    .events h1 {
        font-size: 24px;
        margin-top: 3rem;
    }
}