.logo {
    width: 60%;
    margin: auto;
}

.index-title {
    font-weight: 700;
    font-size: 20px;
}

.index-title::before {
    content: '';
    background-image: url("/img/index-title.png") ;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    width: 40px;
    background-size: contain;
    vertical-align: sub;
}

.store-map {
    height: 30vh;
}

.table-line {
    border: solid 1px #62768E !important;
}

.reservation-available {
    color: #564943;
    font-size: 16px;
}

.reservation-unavailable {
    color: #564943;
    font-size: 20px;
}

.prev-btn::before {
    content: '';
    background-image: url("/img/prev.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    vertical-align: sub;
}

.next-btn::after {
    content: '';
    background-image: url("/img/next.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 12px;
    background-size: contain;
    vertical-align: sub;
    margin-left: 8px;
}

.menu-card {
    border: 1px solid #62768E !important;
    background-color: #F4F0EB !important;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .25);
    margin-bottom: 1.5rem;
    margin-top: 0;
    display: flex;
}

.menu-name {
    font-weight: 700;
    font-size: 20px;
}

.menu-price {
    font-weight: 500;
    font-size: 20px;
}

.index-cource {
    font-weight: 700;
    font-size: 20px;
}

@media (min-width: 768px) {
    .card-body {
        max-width: 720px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: auto;
        margin-left: auto;
    }

    .store-map {
        height: 60vh;
    }
}

@media (min-width: 992px) {
    .card-body {
        max-width: 960px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
}
