body {
  /*  background-color: #F5F5DC; */
  color: #8f660a;
  font-family: 'Segoe UI', sans-serif;
}

.titolo {
  font-weight: bold;
}

.lobster {
  font-family: 'Lobster', cursive;
}

.giorno {
  font-weight: bold;
  color: #b30404;
}

div.gallery img {
  box-shadow: var(--bs-box-shadow) !important;
  /* height: 310px;
  width: 415.918px; */
}

.btn-primary {
  --bs-btn-bg: #d28709 !important;
  --bs-btn-border-color: #d28709 !important;
  --bs-btn-hover-bg: #8f660a !important;
  --bs-btn-hover-border-color: #8f660a !important;
  --bs-btn-active-bg: #8f660a !important;
  --bs-btn-active-border-color: #8f660a !important;
  --bs-btn-disabled-bg: #d28709 !important;
  --bs-btn-disabled-border-color: #d28709 !important;
}

.hero-index {
  height: 100vh;
  background-image: url('../img/hero.jpg');
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .hero-index {
    height: 100vh;
    background-image: url('../img/hero.jpg');
    background-size: cover;
    background-position-x: -11em;
    background-position-y: center;
  }
}