 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('images/croppedtornado.jpg?rand=94b2');
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  font-family: Jost;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 5.5rem;
}

.u-section-1 .u-text-2 {
  font-family: Jost;
  font-weight: 600;
  font-size: 2.9375rem;
  margin: 0 auto 60px 0;
}

@media (max-width: 1399px) {
  .u-section-1 .u-text-1 {
    font-size: 4.6875rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
   .u-section-1 {
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
  }

  .u-section-1 .u-text-1 {
    font-size: 4.583333333333334rem;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 4.375rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 4.0625rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.875rem;
  }
}

.u-block-ba70-13:not([data-block-selected]):not([data-cell-selected]),
.u-block-ba70-13:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-ba70-13:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-ba70-13.u-block-ba70-13.u-block-ba70-13:hover:not([data-block-selected]):not([data-cell-selected]) {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}

.u-block-ba70-13.u-block-ba70-13.u-block-ba70-13.hover {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}

.u-block-ba70-14:not([data-block-selected]):not([data-cell-selected]),
.u-block-ba70-14:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-ba70-14:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-ba70-14.u-block-ba70-14.u-block-ba70-14:hover:not([data-block-selected]):not([data-cell-selected]) {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}

.u-block-ba70-14.u-block-ba70-14.u-block-ba70-14.hover {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}/* Footer fisso in basso che sovrappone il contenuto */
footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #your-color !important; /* Importante per coprire */
}
/* Il contenuto passa SOTTO al footer */
body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.main-content {
    position: relative !important;
    z-index: 1 !important;
}
/* --- Hover bianco per le icone social personalizzate --- */
.icona-facebook:hover svg,
.icona-instagram:hover svg {
  fill: #ffffff !important;  /* colore bianco */
  transition: all 0.3s ease;
  transform: scale(1.1);     /* effetto zoom leggero */
  cursor: pointer;
}
.icona-facebook:hover svg {
  fill: #ffffff !important;  /* bianco al passaggio del mouse */
  transition: all 0.3s ease;
  transform: scale(1.1);     /* effetto zoom leggero */
  cursor: pointer;
}
.custom-title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
  z-index: 1; /* MOLTO BASSO */
  width: 100%;
  margin: 0;
  padding: 0;
}
.custom-text {
  position: fixed;
  top: 52.5%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 1; /* MOLTO BASSO */
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
/* FORZA il menu sopra a tutto */
.navbar, 
.mobile-menu, 
[class*="menu"],
[class*="nav"] {
  z-index: 9999 !important; /* ALTISSIMO */
}
/* MOBILE */
@media (max-width: 767px) {
  .custom-text {
    margin-top: 40px;
  }
}
}