
.move-to-front{
  z-index: 1021;
}

.margin-photo-grid{
  margin-left: 0px;
  margin-right: 0px;
}

.off-larg {
  width: 350px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 4px;
  display: flex;
  flex-direction: column;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;

}

.off-head-p {
  padding: 15px !important;
}

.off-title {
  padding-top: 2px;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}

.background-offcanvas {
  background-image: url(images/background/black-background-offcanvas.png);
  background-size: cover;
}

.overlay {
  z-index: 1046 ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96); /* Cambia l'opacità modificando l'ultimo valore (0.5) */
}

.txt-off {
  z-index: 1047;
  font-size: 17px !important;
}

.go-marker {
  font-size: 20px;
  display: inline-block !important;
  margin: 0;
}

.città {
  display: inline-block !important;
  margin: 0;
}

.info-text {
  font-style: normal;
  font-weight: bold;
  display: inline-block; 
  margin: 0;
}

.info-link {
  text-decoration: none;
  color: rgb(253, 163, 36);
}

.info-link:hover {
  text-decoration: none;
  color: rgb(255, 205, 135);
}

.nav-col {
  padding-top: 10px !important;
  padding-left: 2px !important;
  padding-bottom: 2px !important;
  padding-right: 2px !important;
}

.txt-prod {
  font-size: 35px !important;
}

.logo-photo {
  width: 43px !important;
  height: 43px !important;
}

.icon {
  width: 35px !important;
  height: 35px !important;
}

.stacked-column {
  flex: 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1200px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }

  .nav-col {
    padding-top: 10px !important;
    padding-left: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
  }

  .txt-prod {
    font-size: 45px !important;
  }

  .logo-photo {
    width: 55px !important;
    height: 55px !important;
  }

  .icon {
    width: 45px !important;
    height: 45px !important;
  }
  .txt-off {
    font-size: 20px !important;
  }

  .off-larg {
    width: 450px !important;
  }  

  .off-title {
    padding-top: 7px;
    font-size: 30px;
  }

  .go-marker {
    font-size: 25px;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }

  .nav-col {
    padding-top: 10px !important;
    padding-left: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
  }

  .txt-prod {
    font-size: 55px !important;
  }

  .logo-photo {
    width: 65px !important;
    height: 65px !important;
  }

  .icon {
    width: 50px !important;
    height: 50px !important;
  }

  .txt-off {
    font-size: 35px !important;
  }

  .off-larg {
    width: 65% !important;
  } 

  .off-title {
    padding-top: 7px;
    font-size: 40px;
  }

  .go-marker {
    font-size: 35px;
  }
}

