@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  height: 100vh;
  font-size: 100%;
  font-family: 'Libre Baskerville', serif;
}

h1 {
  color: #ededed;
  text-align: right;
  margin: 0;
}

h2 {
  color: #ededed;
  margin: 0;
}

h3 {
  color: #ededed;
  margin: 0;
}

p {
  color: #ededed;
  margin: 0;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #ededed;
}

a:hover {
  text-decoration: none;
  color: #b9b9b9;
}

.ferma{
  clear: both;
}

.wrapper{
  width: 100%;
  margin:auto;
  background-color: #262626;
  /* height: 100vh; */
}

.atelier{
  width:50%;
  position: fixed;
  top: 20px;
  right: 20px;
}

.boxlogo{
  margin: auto;
  width: 22%;
  height: 100vh;
  position: relative;
}

.logo{
  width: 200%;
  height: auto;
  position: absolute;
  top: 48.5%;
  left: 50%;
    -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.copy{
  position: absolute;
  bottom: 30px;
  text-align: center;
}

.box{
  width: 100%;
  height: 100vh;
  background-image: url('imm/sfondogrey.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top:0;
  left:0;
  transform: translate(100%, 0);
  transition: all 0.8s ease;
}

.biomobile{
  width: 75%;
  position: absolute;
  top: 20px;
  left: 20px;
  float: left;
}

.contattimobile{
  position: absolute;
  bottom: 90px;
  left: 20px;
  float: left;
}

.bio{
  position: absolute;
  top: 20px;
  left: 20px;
  float: left;
  display: none;
}

.back{
  position: absolute;
  top: 20px;
  right: 20px;
  float: left;
  cursor: pointer;
}

.logotipo{
  display: none;
}

.logotipo{
  display: none;
}

.contatti1{
  position: absolute;
  bottom: 30px;
  left: 20px;
  float: left;
  display: none;
}

.social{
  position: absolute;
  width: 25%;
  bottom: 30px;
  margin-left: 37.5%;
  margin-right: 37.5%;
  text-align: center;
  display:none;
}

.socialicon{
  color: #ededed;
  cursor: pointer;
}

.socialicon3{
  color: #ededed;
  cursor: pointer;
}

.socialicon2{
  color: #ededed;
}

.plus{
  cursor: pointer;
}

.socialicon:hover {
  color: #b9b9b9;
}

.socialicon3:hover {
  color: #b9b9b9;
}

.socialicon2:hover {
  color: #b9b9b9;
}

.logotipo:hover{
  display: none
}

.logotipo:hover{
  display: inline-block;
}

.contatti2{
  position: absolute;
  bottom: 30px;
  right: 20px;
  text-align: right;
  float: left;
  display: none;
}

.entra{
  transform: translate(0,0);
}

@media only screen and (max-width: 600px){
/* Extra small devices (phones, 600px and down) */

  h1 {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  h2{
    font-size: 12px;
    letter-spacing:0.5px;
  }

  h3{
    font-size: 5px;
    letter-spacing:0.3px;
  }

  p {
    font-size: 12px;
    letter-spacing:0.5px;
  }

  .box{
    background-image: url('imm/sfondogrey1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .copy{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }

  .bio{
    width: 83.33%;
  }

  .socialicon{
    font-size: 20px;
  }

  .socialicon2{
    font-size: 20px;
  }

  .socialicon3{
    font-size: 20px;
  }

  .plus{
    display: none;
    width: 20px;
  }

}

@media screen and (min-width:600px){
  /* For tablets: */ /* Small devices (portrait tablets and large phones, 600px and up) */

  h1 {
    font-size: 16px;
    letter-spacing: 0.7px;
  }

  h2{
    font-size: 11px;
    letter-spacing:1px;
  }

  h3{
    font-size: 8px;
    letter-spacing:0.5px;
    display: inline-block;
  }

  p {
    font-size: 16px;
    letter-spacing:0.3px;
  }

  .copy{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }

  .biomobile{
    display: none;
  }

  .contattimobile{
    display: none;
  }

  .bio{
    width: 66.6%;
    display: inline-block;
  }

  .contatti1{
    display: inline-block;
  }

  .contatti2{
    display: inline-block;
  }

  .social{
    display: inline-block;
  }

  .socialicon{
    font-size: 24px;
  }

  .socialicon2{
    display: none;
  }

  .socialicon3{
    display: none;
  }

  .plus{
    width: 24px;
    display: inline-block;
  }

  .back{
    width: 8%;
  }

  .logotipo{
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .logo{
    width: 150%;
  }

}

@media screen and (min-width:768px){
  /* For desktop: */ /* Small devices (portrait tablets and large phones, 600px and up) */

  .boxlogo{
    width: 14%;
  }

  .box{
    background-image: url('imm/sfondogrey.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

}

@media only screen and (min-width: 992px){
/* Large devices (laptops/desktops, 992px and up) */

  h1 {
    font-size: 22px;
    letter-spacing: 0.9px;
  }

  h2{
    font-size: 14px;
    letter-spacing:1.2px;
  }

  h3{
    font-size: 10px;
    letter-spacing:0.7px;
  }

  p {
    font-size: 19px;
    letter-spacing: 0.5px;
  }

  .copy{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }

  .box{
  transition: all 1.2s ease;
  }
  .socialicon{
    font-size: 28px;
  }

  .plus{
    width: 28px;
  }

}

@media only screen and (min-width: 1200px){
/* Extra large devices (large laptops and desktops, 1200px and up) */


.bio{
  width: 41.66%;
}

.back{
  width: 5%;
}

}

@media only screen and (orientation: landscape) {
/* horizzontal */

}
