.navbar {
  border-bottom: none !important;
}
.footer-container {
  max-width: 100% !important;
}
.our-chef_img img {
    height: 517px !important;
    object-fit: fill !important;
}
.footer-link-urlds:hover {
  color:#d1c1c1 !important;
}

@media screen and (max-width: 676px) {
  .our-chef_img img {
    height: 342px !important;
 }
}

@media screen and (max-width: 767px) {
.menu-row .item-name {
  max-width: 79%;
}
}
@media screen and (max-width: 667px) {
  .logo img {
    height: 50px !important;
    width: 66px;
}

.title-font {
  font-size: 19px !important;
  }
  

}

.item-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
 .footer-link {
  color: #b7b7b7 !important;
}

.title-font {
  font-family: inherit;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: normal;
  color: #eb3007;
  }
  
  .title-font:before {
    content: none !important;
}




/* @media (max-width: 991) { */
  .order-buttons-homepage {
    margin-top: 10px;
    justify-content: center;
    list-style-type: none;
  }
  .order-buttons-homepage  .reservation {
    width: 228px;
    font-size: 17px !important;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 9px;
    border-radius: 4px;
    padding: 5px;
    background: #eb3108;
     color: white;
/* } */
}

@media screen and (min-width: 992px) {
  .order-buttons-homepage {
    display: none;
  }
}
@media screen and (min-width: 455px) {
  .order-buttons-homepage {
    justify-content: space-around;
  }
}



