body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif;
}

.jumbotron {
  background-image: url(../img/cuneo.jpeg);
  background-size: cover;
  background-position: center bottom;
  color: white;
  margin-bottom: 0;
}

.jumbotron .btn-light {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
}

.jumbotron .btn-light:hover {
  background-color: white;
}

.testata {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}

.riga-bottoni {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.riga-bottoni > * {
  flex: 1;
  margin-top: 0 !important;
}

.text-shadow-dark {
  text-shadow: 2px 2px 4px black;
}

footer {
  margin-top: 24px;
  padding: 10px 0;
  border-top: 1px solid gainsboro;
}

.sezione {
  padding-top: 32px;
  padding-bottom: 32px;
}


@media screen and (max-width: 467px) {
  h1.display-1 {
    font-size: 48px;
  }
}