.background-image-main {
    background-image: url('/image/main_image.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    min-height: 200px !important;
}

.h-35{
    height: 35% !important;
}

.text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .navbar-nav {
        border-radius: 8px;
        padding: 10px;
        width: 100%;
    }

    .navbar-nav .nav-item {
        text-align: center;
        width: 100%;
        background-color: #596E66;
        margin-bottom: 2px;
        border-radius: 5px;
    }

    .navbar-nav .nav-link {
        display: block;
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.0rem !important;
    }
}
.display-6 {
    font-size: calc(1.2rem + 1.5vw);
    font-weight: 400;
}

.price-menu-item-details{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.price-menu-item-title{
    position: relative;
    padding-bottom: 10px;
}
.price-menu-item-line{
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: dashed 1px #777;
}
.price-menu-item-price{
    position: relative;
}
.price-menu-item-desc{
    position: relative;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .table-foglalas thead th {
        font-size: 0.6rem;
    }
}
.lead{
    font-size: 1.20rem !important;
}
.inpError{
    border: 1px solid red !important;
}