/*Enter Custom  CSS Here*/
.hero-img {
    max-height: 350px;
    width: auto !important;
    max-width: 100%;
}

.jumbotron .col-md-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toast-header h3 {
    color: var(--color-3);
    font-size-adjust: .35;
}

.hero-overlay {
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #a8e8ff6e;
}


.scrolled .navbar-nav .nav-link:not(:hover),
.footer-nav .nav-link:not(:hover) {
    color: var(--scrolled-header-text) !important;
}

:not(.scrolled) .nav-link {
    font-weight: 500;
}

.scrolled .nav-link {
    font-weight: 300;
}

.bg1,
.primary-bg,
.menu-ribbon,
input[type=submit],
.portfolio-filter-list a.active,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a,
.panel-title>a.collapsed:hover,
.panel-title>a,
.page-wrapper .tagline::before,
.feature-icon {
    background-image: url('../images/backgrounds/sallt-background.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.accent-2,
body,
.home-section iframe,
.page-wrapper,
.main-container,
.header-sticky.scrolled {
    background-image: url('../images/backgrounds/slate.webp');
    background-size: 250px;
    background-repeat: repeat;
}

.accent-2 .card,
.accent-2 .card-footer {
    background-color: transparent;
}

.block2 .text1.big {
    color: var(--color-4);
    text-shadow: 1px 1px 2px var(--color-1);
}
.menu .menu-content span {
    padding: 0 10px 0 0px;
}
.navbar-brand img {
    -webkit-filter: grayscale(1) invert(1) brightness(3);
    filter: grayscale(1) invert(1) brightness(3);
}

.navbar-brand img {
    max-height: 75px;
    min-width: auto;
}

@media(min-width:992px) {
    .navbar-brand img {
        max-height: 150px;
        min-width: auto;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
}

.scrolled .navbar-brand img {
    max-height: 75px;
    min-width: auto;
}

#footer .nav-link {
    font-weight: 300;
    font-size: 1.25rem;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.formTextColor {
    font-weight: 500;
}

.menu .menu-content,
.menu .menu-content span,
.menu .menu-content span.name,
.menu p.text-center {
    font-weight: 100;
}

.menu .menu-content span,
.menu .menu-content span.name {
    background-image: url('../images/backgrounds/slate.webp');
    background-size: 250px;
    background-repeat: repeat;
}

.menu .menu-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid var(--color-1);
}

[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
    top: 5%;
}



.text-lowercase.fw-light {
    font-size: 170%;
    line-height: 1;
}

.about-img-wrapper {
    max-height: 550px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.about-img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.m-item:not(:has(img)) .menu-content, .m-item:not(:has(img)) .menu-ingredients {
    margin-left: 0px;
}
a:focus {
    outline: 0pt solid var(--btn-main-border);
}

.menu #menu-flters li {
    font-family: var(--headers-font) !important;
    font-weight: 300;
    font-size: 18px;
}
.menu {
    min-height: 500px;
}
.cat-desc {
    margin-top: 20px !important;
}
.menu #menu-flters li:hover, .menu #menu-flters li.filter-active, .text-warning {
    color: var(--color-2) !important;
}
@media(max-width:767px) {
    .text-center.small.fst-italic.mt-4.mb-0 {
        font-size: .75rem;
    }
    .about-img-wrapper {
        max-height: 300px;
    }

    .review-title {
        font-size: 2rem;
    }

    .menu h2 {
        font-size: 1rem;
    }

    [class*='uk-position-center-left'],
    [class*='uk-position-center-right'] {
        top: 4%;
    }
    .uk-position-center-right {
        right: -5%;
    }
    .uk-position-center-left {
        left: -5%;
    }
    .hero-img {
        max-height: 200px;
        width: auto !important;
        max-width: 100%;
    }
    h1,h2,h3,h4,h5,h6{
        font-size-adjust: .35;
    }
}

/* Hero */
#heroCarousel video {
    -webkit-filter: brightness(.7);
            filter: brightness(.7)
}

.hero-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgb(28 28 28 / 70%)
}

.hero-img,.hero-btn {
    -webkit-filter: drop-shadow(0 0 .75rem rgb(200 200 200 / 15%));
    filter: drop-shadow(0 0 .75rem rgb(200 200 200 / 15%))
}

.hero-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center;
}

.hero-inner > * {
    -webkit-filter: drop-shadow(0px 0px 1px #9aced099);
            filter: drop-shadow(0px 0px 1px #9aced099);

}

#heroCarousel video {
    -webkit-filter: brightness(.8);
            filter: brightness(.8);
}

.home-body {
    font-size: 1rem !important;
}