#scrolly {
  position: relative;
  background-color: #242424;
  padding: 0;
  margin-bottom: -340px; /* per compensare il margine messo da javascript */
}

#scrolly_geo {
  position: relative;
  background-color: #242424;
  padding: 0;
  margin-bottom: 530px;
}

article {
  position: relative;
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}

figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #8a8a8a;
  z-index: 0;
}

#title {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 240px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#inner_title {
  width: 100%;
  max-width: 1020px;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

h1 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 110px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

#firma {
  width: 100%;
  margin: auto;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

#firma span {
  color: #858585;
}

.separatore_firma_img {
  margin: 0 10px;
  max-width: 20px;
}

.mouse_img {
  max-width: 38px;
}

#mouse {
  width: 100%;
  max-width: 150px;
  margin: auto;
  margin-top: 50px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

figure p {
  text-align: center;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
}

.step {
  margin: 0 auto 2rem auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.step_con_foto {
  margin: 0 auto 2rem auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.first_step {
  margin-top: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

#scrolly_geo .first_step {
  margin-bottom: 100vh;
}

.step:last-child {
  margin-bottom: 0;
}

.step.is-active p {
  background-color: #3b3b3b;
  color: #3b3b3b;
}

.step-titolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.step-titolo::before {
  content: url("img/1_Storia.svg");
  position: absolute;
  left: 330px;
  top: 38px;
}

.step-domanda,
.step-domanda_con_foto {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
}

.step-risposta,
.step-risposta_con_foto {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-top: 10px;
  width: 100%;
}

.step-titolo,
.step-domanda_con_foto,
.step-risposta_con_foto {
  max-width: 380px;
}

.step-img {
  width: 400px;
  height: 332px;
}

.step_con_foto .box_img {
  text-align: end;
}

.step-credit {
  opacity: 0.3;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 100%;
}

/*----- RESPONSIVE --------*/

@media screen and (max-width: 375px) {
  #scrolly {
    position: relative;
    /* margin-bottom: -200px; */
  }

  #scrolly_geo {
    position: relative;
    margin-bottom: 500px;
  }

  figure {
    width: 100vw;
    height: calc(100vh - 100px);
  }

  article {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    width: 95%;
    max-width: 95%;
  }

  #inner_title {
    max-width: 100%;
  }

  h1 {
    font-size: 42px;
  }

  #firma {
    flex-direction: column;
    font-size: 20px;
  }

  .separatore_firma_img {
    opacity: 0;
  }

  .step {
    padding: 50px 20px;
  }

  .step_con_foto {
    margin: 0 auto 2rem auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #sezione_geografia {
    flex-direction: column;
  }

  .step-domanda,
  .step-domanda_con_foto {
    font-size: 28px;
  }

  .step-risposta,
  .step-risposta_con_foto {
    font-size: 18px;
  }

  .step_con_foto.step-titolo,
  .step_con_foto.step-domanda_con_foto,
  .step_con_foto.step-risposta_con_foto {
    max-width: 100%;
  }

  .step-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 30px auto 10px auto;
  }

  .step_con_foto .box_img {
    text-align: start;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  #scrolly {
    position: relative;
    margin-bottom: -200px;
  }

  #scrolly_geo {
    position: relative;
    margin-bottom: 500px;
  }

  figure {
    width: 100vw;
    height: calc(100vh -100px);
  }

  article {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  #inner_title {
    max-width: 100%;
  }

  h1 {
    font-size: 50px;
  }

  #firma {
    flex-direction: column;
    font-size: 20px;
  }

  .separatore_firma_img {
    opacity: 0;
  }

  .step {
    padding: 50px 20px;
  }

  .step_con_foto {
    margin: 0 auto 2rem auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #sezione_geografia {
    flex-direction: column;
  }

  .step-domanda,
  .step-domanda_con_foto {
    font-size: 28px;
  }

  .step-risposta,
  .step-risposta_con_foto {
    font-size: 18px;
  }

  .step_con_foto.step-titolo,
  .step_con_foto.step-domanda_con_foto,
  .step_con_foto.step-risposta_con_foto {
    max-width: 100%;
  }

  .step-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 30px auto 10px auto;
  }

  .step_con_foto .box_img {
    text-align: start;
  }
}
