/* +++++++++++ INIZIO PARTE DA MODIFICARE: sono le immagini di sfondo dei blocchi trasparenti ++++++++++++ */

/* First background image */
.bgimg-DSC_7610 {
  background-image: url('../images/palestra_massa_carrara/gymnasium_club/DSC_7610_pre35.jpg');
  min-height: 100%;
}

/* Second background image */
.bgimg-DSC_7611 {
  background-image: url("../images/palestra_massa_carrara/gymnasium_club/DSC_7611_pre35.jpg");
  min-height: 800px;
}

/* Third background image */
.bgimg-DSC_7619 {
  background-image: url("../images/palestra_massa_carrara/gymnasium_club/DSC_7619_pre35.jpg");
  min-height: 800px;
}

/* Fourth background image */
.bgimg-DSC_7620 {
  background-image: url("../images/palestra_massa_carrara/gymnasium_club/DSC_7620_pre35.jpg");
  min-height: 800px;
}

/* Create a Parallax Effect */
.bgimg-DSC_7610, .bgimg-DSC_7611, .bgimg-DSC_7619, .bgimg-DSC_7620 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Turn off background images scrolling for tablets and phones */
@media only screen and (max-width: 1400px) {
  /*
  .bgimg-DSC_7610, .bgimg-DSC_7611, .bgimg-DSC_7619, .bgimg-DSC_7620 {
     background-attachment: scroll;
     min-height: 400px;
  }
  */  
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1024px) {
  
}

@media only screen and (max-width: 960px) {
  
}

@media only screen and (max-width: 640px) {
  
}

@media only screen and (max-width: 480px) {
  
}

@media only screen and (max-width: 320px) {
  
}


/* +++++++++++ FINE PARTE DA MODIFICARE +++++++++++ */


