body {
    font-family: "League Spartan", sans-serif;
}

div.schedule-banner {
    background-color: #C00000;
    color: white;
    text-align: center;
    padding: 10px 100px;
}

div.schedule-banner p {
    margin: 0;
}

div.schedule-banner p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    margin-bottom: -5px;
}

div.schedule-banner p {
    font-size: 31px;
    font-weight: 700;
}

.table thead th,
.table tbody tr:last-child td {
    border-bottom: none;
}

.table tbody tr:first-child td {
    border-top: none;
}

.table tbody td {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.table-header {
    background: green;
    text-align: center;
    color: #fff;
    padding: 3px;
}

.table-header h6 {
    margin-bottom: 0px;
}

.table .price {
    text-align: right;
    width: 100px;
}

table.table {
    margin-bottom: 0px;
    font-family: "Archivo Narrow", sans-serif;
}

.tableSheet {
    padding: 0px !important;
}

@media (min-width: 1680px) {

    .container {
        max-width: 1620px;
        margin: 0 auto;
        /* Center the container */
        padding: 0 15px;
        /* Optional padding for smaller screens */
    }

}

@media (max-width: 430px) {

    .row.owl-carousel.owl-theme.owl-loaded.owl-drag {
        width: 430px !IMPORTANT;
        margin-left: -24px;
        padding: 4px;
    }
    .owl-carousel {
        overflow: hidden;
        /* Hide overflow */
    }
    .owl-item {
        transition: transform 0.3s ease;
        width: 390px !important;
        margin: 0 53px 0px auto;
    }
    .table tbody td {
        padding: 5px;
    }
    .owl-carousel .owl-stage {
        display: flex;
        /* Use flexbox to align items */
    }
    div.schedule-banner {
        padding: 10px 20px;
    }
    div.schedule-banner p {
        margin: 0;
    }
    div.schedule-banner p:nth-child(1) {
        font-size: 28px;
    }
    div.schedule-banner p {
        font-size: 16px;
    }
    .map iframe {
        width: 100% !important;
        height: 300px !important;
    }
    .footer-img img {
        width: 100%;
        height: 300px !important;
    }
    .address {
        font-size: 25px;
        border-bottom: 3px solid #000;
        padding-top: 10px;
    }
    .number a {
        text-decoration: none;
        color: #000;

    }
}

@media (max-width: 420px) {

    .table .price {
        text-align: right;
        width: 100px;
    }
    .owl-carousel {
        overflow: hidden;
        /* Hide overflow */
    }
    .owl-item {
        transition: transform 0.3s ease;
        width: 390px !important;
    }
    .owl-carousel .owl-stage {
        display: flex;
        /* Use flexbox to align items */
    }

}
@media (min-width: 768px) and (max-width: 1019px) {
    .footer-img h1{
        font-size: calc(1.375rem + 0.7vw);
        margin-top: 15px;
    }
}

.table>thead {
    vertical-align: bottom;
    display: none;
}

.footer-img img {
    height: 450px;
    object-fit: cover;
}
.desktop .owl-item:last-child{
    display: none;
}
.tablet .owl-item:last-child{
    display: none;
}
.mobile .owl-stage .owl-item{
    margin-right: 10px;
    margin-left: 15px;
    width: auto !important;
    margin: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5e2933;
}

.mobile .owl-item:nth-child(4){
    margin-left: -1px;
}