body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.hero {
  background: url('images/hero.jpg') no-repeat center center/cover;
  height: 100vh;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
  color: #fff !important;
}

.ingredient-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
