/*Enter Custom  CSS Here*/

#logo-home {
  height: 110px;
}
#promotiles .card-img,
.card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-height: 350px;
  height: 100%;
  object-fit: cover;
}
#catering img {
  height: 350px;

  object-fit: cover;
}

h2.divider {
  color: var(--color-4);
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  line-height: 2;
}
h2.divider:after {
  margin: 0 -55% 0 2% !important;
}
h2.divider:after,
h2.divider:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 2px dotted var(--color-1);
  margin: 0 2% 0 -55%;
}

.menu-content {
  background-color: white;
  justify-content: space-between;
  display: flex;
  border-bottom: 2px dotted var(--color-1);
  margin-bottom: 10px;
}

.menu-content span.name {
  background-color: white;
  margin-bottom: -2px;
  font-weight: 700;
}

.menu-content span.price {
  background-color: white;
  margin-bottom: -2px;
}
.margin-bottom-heading {
  margin-bottom: 20px !important;
}
.ingredients {
  margin-bottom: 0;
}
section.section-contact {
  margin-bottom: 40px;
}
footer {
  margin-top: 0;
}

.navbar-brand.web-mobile {
    display: none;
}
.nav-item.web-desktop {
    display: unset;
    padding-bottom: 5px
}
.navbar .navbar-nav {
    align-items: center;
}

@media only screen and (max-width: 991px) {
  .navbar-brand.web-mobile {
    display: unset;

  }
  .nav-item.web-desktop {
    display: none;
    padding-bottom: 0px
  }
  .navbar .navbar-nav {
    align-items: unset;
  }
}