/* Add here all your css styles (customizations) */
main {
  display: flex;
  flex-direction: column;
}

.dzsparallaxer .container {
  height: 670px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn {
  border-radius: 30px !important;
}

section.evento p,
section.evento div {
  font-size: 1.15rem;
}

.modal-xl {
  min-width: 1200px;
}

.float-right {
  float: right;
}

#hero-saloni {
  position: relative;
  overflow: hidden;
}

#hero-bg {
  background-image: url("../img/saloni_uni_pavia.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 16 / 6;   /* proporzione responsive */
  min-height: 250px;      /* per schermi piccoli */
}