.spillover-tag-hours li {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

.home-vid{
    display:block;
    width:100%;
    max-height:900px;
    object-fit:cover;
    max-width: 900px;
    padding: 5rem 0;
}

.accent-3 {
    background-color: var(--color-6);
}

#calendar-events div.row.h-100.m-0>div.col-md-2.p-0.m-0.text-center.date-bg>div>div>h3, #calendar-events div.row.h-100.m-0>div.col-md-2.p-0.m-0.text-center.date-bg>div>div>h2 {
    color: var(--color-4) !important;
}

.menu-cat-hr {
    border-top: 2px solid var(--color-5) !important;
}

.menu img.img-fluid, .catering-header img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

#catering-menu{
    text-align: start;
}

#header .logo img {
    max-height: 20vh;
    -webkit-transition: max-height 400ms ease;
    -o-transition: max-height 400ms ease;
    transition: max-height 400ms ease;
    margin: auto;
}

#header .offcanvas-header img {
    max-height: 20vh;
}

.calendar-events .card-img-top {
    object-position: top;
}