body {
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  background-color: #f8f9fa;
}
.hero-image {
  position: relative;
  min-height: 400px;
  background: url('../images/hero.jpg') center center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  bottom: 0; left: 0; width: 100%; padding: 2rem 0;
  background: rgba(0,0,0,0.3);
}
.hero-title {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero-subtitle {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.sticky-menu-bar {
  background: #e5f1fa;
}
.menu-link {
  color: #275a7b;
  font-weight: 500;
  text-decoration: none;
  transition: .2s;
}
.menu-link:hover {
  color: #146991;
}
#sidebarMenu {
  width: 320px;
  z-index: 1050;
  background: #28678a;
  color: #fff;
}
.sidebar-link {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.sidebar-link:hover {
  color: #fede7c;
  background: none;
}
.btn-warning {
  background-color: #fede7c;
  border: none;
  color: #222;
  font-weight: bold;
}
.section-bg {
  background: #f8f9fa;
}
footer {
  background: #1a363e;
  color: #dedede;
}
.img-fluid {
  box-shadow: 0 6px 25px 0 rgba(0,0,0,0.12);
}
.easy-title, .heart-title, .restaurant-title, .reservation-title {
  color: #998F6D !important;
}
