﻿
[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #EADDCA !important;
}
.bg-lightgray {
    background-color: #fbf8f4;
}


.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: ffffff;
    --bs-navbar-hover-color: #edc715;
    --bs-navbar-disabled-color: ffffff;
    --bs-navbar-active-color: #edc715;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    font-family: Nunito, normal;
    font-weight: 700;
    font-size: 16px;
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: #EADDCA;
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.header-text {
    font-family: Nunito, normal;
    font-weight: 800;
    color: #000000;
}
.body-text {
    font-family: Nunito, normal;
    font-weight: 800;
    color: #666666;
}
.leftnav {
    margin-top: 100px;
    margin-left: 10px;
    max-width: 300px;
    border-right: none;
    height:100%;
    border-color: #999999;
    border-width: 1px;
}
.leftnavheader {
    background-color: #EADDCA;
    color: #000000;
    font-family: Nunito, normal;
    font-weight: 800;
    font-size: 24px;
}
.leftnavbody {
    background-color: #EADDCA;
    margin-left:20px;
}
.leftnavlink {
    color: #000000;
    font-family: Nunito, normal;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
    .leftnavlink:hover {
        color: #000000;
        font-family: Nunito, normal;
        font-weight: 700;
        font-size: 20px;
        text-decoration: underline;
    }
.menu-style1 {
    margin-top: 20px;
}
.menu-style1-image {
    max-width: 150px;
}

.menu-table-custom {
    --bs-table-bg: transparent;
}
.menu-image-container {
    text-align: center;
}
.menu-image {
    height: 100px;
    width: 100px;
}

.menu-header {
    font-family: Nunito, normal;
    font-weight: 800;
    font-size: 42px;
    color: #000000;
    text-align:center;
}
.menu-category {
    font-family: Nunito, normal;
    font-weight: 800;
    font-size: 28px;
    color: #000000;
    margin-top: 50px;
}
.menu-category2 {
    font-family: Nunito, normal;
    font-weight: 800;
    font-size: 28px;
    color: #edc715;
    margin-top: 50px;
    background-color: #000000;
}
.menu-item-body {
    margin-top: 10px;
}
.menu-item-addons {
    font-family: Nunito, normal;
    font-weight: 800;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-item {
    font-family: Nunito, normal;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
}
.menu-item-price {
    font-family: Nunito, normal;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    text-align: right;
}
.menu-item-description {
    font-family: Nunito, normal;
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    padding: 0;
    vertical-align: top;
}
.menu-item-spacer {
    line-height: 2px;
}

@media (max-width: 767px) {

    .leftnav {
        visibility: hidden;
    }

    .menu-body {
        margin-left: 0px;
        max-width: 100%;
    }
    .menu-style2 {
        max-width: 100%;
        margin-top: 20px;
    }

    .menu-style1-body {
        max-width: 100%;
    }
}


@media (min-width: 768px) {

    .leftnav {
        visibility: hidden;
    }

    .menu-body {
        margin-left: 0%;
        max-width: 100%;
    }

    .menu-style1-body {
        max-width: 100%;
    }
    .menu-style2 {
        max-width: 100%;
        margin-top: 20px;
    }
    .footer-body {
        margin-left: 0%;
        max-width: 100%;
    }

}
@media (min-width: 992px) {

    .leftnav {
        visibility: hidden;
    }

    .menu-body {
        margin-left: 0%;
        max-width: 100%;
    }

    .menu-style1-body {
        max-width: 100%;
    }

    .menu-style2 {
        max-width: 60%;
        margin-top: 20px;
    }
    .footer-body {
        margin-left: 0%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {

    .leftnav {
        visibility: visible;
    }

    .menu-body {
        margin-left: 25%;
        max-width: 75%;
    }
    .footer-body {
        margin-left: 23.5%;
        max-width: 100%;
    }

    .menu-style1-body {
        max-width: 100%;
    }
    .menu-style2 {
        max-width: 45%;
        margin-top: 20px;
    }
}
@media (min-width: 1400px) {

    .leftnav {
        visibility: visible;
    }

    .menu-body {
        margin-left: 22%;
        max-width: 80%;
    }
    .footer-body {
        margin-left: 20.5%;
        max-width: 100%;
    }

    .menu-style1-body {
        max-width: 100%;
    }

    .menu-style2 {
        max-width: 45%;
        margin-top: 20px;
    }
}


@media (min-height: 300px) {

    .navovervideo {
        visibility: hidden;
    }

}
