/* your styles go here */


@media (min-width: 768px) {
    .hero-home {
        min-height: 300px;
    }
}

.fixed-height-image {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.ck-content img {
    width: 100%
}

li:not(:last-child) {
    margin-bottom: 5px;
}


/* breadcrumb for static content */
.breadcrumb.static-page-breadcrumb {
    background-color: #e9ecef;
    font-size: 1rem;
}


@media (max-width: 991.98px) {
    .navbar-expand-lg.bg-transparent.navbar-dark .navbar-collapse {
        background: rgb(52, 58, 64);
    }

    .navbar-expand-lg.bg-transparent.navbar-light .navbar-collapse {
        background: rgb(255, 255, 255);
    }
}


.before-you-go {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.before-you-go.visible {
    transform: translateY(0) scale(1);
}



.modal-dialog {
    max-width: 700px; }

.modal-content {
    border: none;
    position: relative;
    padding: 0 !important;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
.modal-content .modal-header {
    padding: 0;
    border: none; }
.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: #a0a4a4;
    color: #fff;
    opacity: 1; }
.modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0; }
.modal-content .modal-body h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px; }
.modal-content .modal-body h2 span {
    font-weight: 400; }
.modal-content .modal-body h4 {
    text-transform: uppercase;
    font-size: 16px; }
.modal-content .modal-body .btn-primary {
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px; }
.modal-content .text {
    position: relative;
    z-index: 0; }
.modal-content .text:after {
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: -1; }
@media (max-width: 767.98px) {
    .modal-content .img {
        height: 300px; } }


.timer {
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
}
