/* --------------------------
   Reservations styles
-------------------------- */

.reservations h1,
.reservations h2,
.reservations h3,
.reservations h4,
.reservations h5,
.reservations h6,
.reservations p,
.reservations a {
    color: #fff;
}
.reservations h1 {
    font-weight: 800;
    line-height: 100%;
    font-size: 26px;
    letter-spacing: 1.3px;
}
.reservations p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.reservations a {
    text-decoration: underline;
    transition: all 0.5s ease;
    font-weight: 800;
}
.reservations a:hover,
.reservations a:focus,
.reservations a:active {
    color: #f4f4f4;
}
a.btn-reservations {
    text-decoration: none;
}
.btn-reservations {
    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-reservations:hover,
a.btn-reservations:active,
a.btn-reservations: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);
    }
    .reservations h1 {
        font-size: 24px;
        margin-top: 3rem;
    }
}