<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hero .carousel-item::before {
    background-color: var(--bg_custom_opacity) !important;
}

input.form-control, select.form-control {
    height: 50px;
}

.col-lg-3 {
    width:auto;
    margin-right:auto;
}

@media (max-width: 1260px) {
    .col-lg-3 {
        width: 50%;
        margin-bottom: 30px;
        margin-right: auto;
    }
}

@media (max-width: 920px) {
    .col-lg-3 {
        width: 100%;
        margin-bottom: 30px;
    }
}

#opening-hours, .container, .row, .col-lg-6.col-12 {
    margin-bottom: 10px;
}

#header {
    padding-right: 25px;
    padding-left: 25px;
}

.welcome-text * {
    color: white !important;
    background: none !important;
}

.welcome-text h2 {
    font-size: 36px !important;
    line-height: 42px !important;
}

/*Logo*/
@media (max-width: 991px) {
    .logo img {
        max-width: 200px;
        max-height: 20vh;
    }

    .logo {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .logo img {
        max-width: 300px;
        max-height: 20vh;
    }

    .logo {
        margin-bottom: 25px;
    }
}

/* FRONT PAGE MESSAGE */

.card.fp-message * {
    margin: 0px;
}

.card.fp-message {
    border: none !important;
    background-color: var(--bg_dark) !important;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px !important;
    opacity: 0.7;
}

@media (min-width: 1080px) {
    .card.fp-message {
        max-width: calc(60% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
}

#hero .btn-menu, #hero .btn-book {
    margin: 5px 10px !important;
    background-color: var(--bg_dark);
}

    #hero .btn-menu:hover {
        background-color: var(--bg_light);
    }

/* Mobile top overflow fixes */

@media (max-width: 590px) {
    #btn-contact {
        display: none!important;
    }
}

@media (max-height: 750px) and (max-width: 425px) {

    .carousel-content {
        margin-top:auto;
        margin-bottom:50px;
    }
}

/* Opening hours layout */

@media (min-width: 992px) {
    .col-lg-6 {
        width: auto !important;
    }
}</pre></body></html>