.RestaurantMenu,
.sections-container {
  background: #231f20 !important;
}

.item-name {
  color: white;
}

.menu-subtitle {
    color: #ff741f;
}

.item-description {
  color: rgba(255, 255, 255, 0.7);
}

.restaurant-menu .menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.combo {
  background: #ff741f;
}

.combo .item-price {
  color: white;
}

.item-price {
  color: #ff741f;
}

.menu-title {
  color: white;
}

.category-tab.active {
  background: #ff741f;
}

.restaurant-menu img {
  width: 100%;
}
