#mainNavbar img, .footer-logo img {
    max-width: 210px !important;
}
#mailingListToast {
    display: none;
}
#footer .footer-logo {
    padding-top: 0;
}
.footer-nav .nav-link:hover, .footer-nav .nav-link:active, .footer-nav .nav-link:focus {
    color: #d5c499;
}
.menu-two-col { display: block; }
@media (min-width: 992px) { 
  .menu-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;        
    align-items: start;  
  }
}
@media (max-width: 540px) { 
    #mainNavbar img, .footer-logo img {
        max-width: 130px !important;
    }
    #menu .menu-cat .cat-name {        
        font-size: 1.8rem !important;      
    }
}
.navbar-toggler {
background: #fff;
}
#contact address {
    color:#fff;
}
.internal-header.sweet {
    background-image: url(../images/design/sweet-hero.webp);
    background-position: center;
    background-size: cover;
}
.internal-header.order {
    background-image: url(../images/design/order-hero.webp);
    background-position: center;
    background-size: cover;
}
.internal-header.catering {
    background-image: url(../images/design/catering-hero.webp);
    background-position: center;
    background-size: cover;
}
.internal-header.events {
    background-image: url(../images/design/events.webp);
    background-position: center;
    background-size: cover;
}
.internal-header.menu {
    background-image: url(../images/design/menu-hero.webp);
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px) {
    #menu .menu-item .item-price {       
        position: relative;
    }
    #menu .menu-item .item-name {       
        position: relative;
        padding-right: 0;
    }
}