@charset "UTF-8";
/* CSS Document */

/* desktop */
.menu_back {
  position: fixed;
  top: 0;
  background-color: white;
  height: 150px;
  width: 100%;
}

.txt_biografia_contatti {
  font-family: FFLight;
  text-align: justify;
  margin-left: 5%;
  margin-right: 2%;
  margin-bottom: 0%;
}

.sinistra {
  background-image: url("foto/biografia.jpg");
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
  background-size: contain;
  margin-left: 15%;
  width: 35%;
  height: 100%;
}

.sinistra_contatti {
  background-image: url("foto/contatti.jpg");
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
  background-size: contain;
  margin-left: 15%;
  width: 35%;
  height: 100%;
}

.destra {
  width: 35%;
  height: 100%;
  overflow-y: scroll;
}

.footer_desk {
   text-align: center;
   margin: 4vh 0vw 0vh 0vw;
}


/* mobile */
.menu_back_mobile {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.bio_mobile {
  position: fixed;
  margin-top: 100px;
  margin-bottom: 10%;
  height: 75%;
  overflow-y: scroll;
}

.img_bio_mobile {
  width: 90%;
  margin-left: 5%;
}

.txt_biografia_contatti_mobile {
  font-family: FFLight;
  text-align: justify;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 0%;
}

.main_box {
  margin-top: 150px;
  display: flex;
  columns: 2;
  height: 68vh;
}

.footer_mobile {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2%;
  text-align: center;
}

/* serve per far sparire la barra di scorrimento*/
::-webkit-scrollbar {
  display:none;
}

/* accorgimenti per tablet */
@media only screen and (max-width: 1085px) and (min-width: 601px) {

  .footer_desk {
    margin: 2vh 0vw 0vh 0vw;
  }

  .footer_desk {
    margin: 1vh 0vw 0vh 0vw;
  }
        
}
