/* Variables */


/* Headings */
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    letter-spacing: .25rem;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 10vw;
    }
}

/* Bootstrap Helper Classes */
.overlay-primary {
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 100%)
}

/* Buttons */
.btn {
    font-family: 'Montserrat', sans-serif!important;
    text-transform: none;
    font-size: 1rem;
}

.btn.btn-primary {
    border: 3px solid var(--primary);
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    color: #000000 !important;
}

.ui-datepicker {
    z-index: 2 !important;
    background: #ffffff !important;
}

/*Pagination*/
.pagination .page-btn {
    padding: 0.5rem 1.5rem !important;
}