@media screen and (min-width: 360px) {
  .titolocover {
    font-size: 160px;
    line-height: 160px;
  }
  .titolo {
    font-size: 88px;
    line-height: 88px;
  }
  .testocorrente {
    font-size: 44px;
    line-height: 66px;
  }
  .testocorrenteb {
    font-size: 44px;
    line-height: 66px;
  }
  .testopiccolo {
    font-size: 16px;
    line-height: 28px;
  }
  .testofooter {
    font-size: 22px;
  }
  #title {
    height: 600px;
    width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .titolocover {
    font-size: 88px;
    line-height: 88px;
  }
  .titolo {
    font-size: 55px;
    line-height: 55px;
  }
  .testocorrente {
    font-size: 22px;
    line-height: 33px;
  }
  .testocorrenteb {
    font-size: 22px;
    line-height: 33px;
  }
  .testopiccolo {
    font-size: 16px;
    line-height: 28px;
  }
  .testofooter {
    font-size: 12px;
  }
  #title {
    height: 400px;
    width: 400px;
  }
}
/*sito*/
#spazio {
  height: 20px;
}
#topbar {
  background-color: rgba(255, 255, 255, 0);
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: +1;
}
#logo {
  left: 50px;
  float: left;
  position: relative;
  top: 40%;
}
#cta {
  float: right;
  right: 50px;
  top: 30%;
  position: relative;
}
#title {
  margin: 0 auto;
  position: relative;
  top: 15%;
}
#titlesotto {
  margin: 0 auto;
  position: relative;
  top: 15%;
}
#titlenewsletter {
  margin: 0 auto;
  position: relative;
  top: 10%;
  padding: 100px;
}
#buttonscopri {
  margin: 0 auto;
  position: relative;
  top: 25%;
}
#buttonnewsletter {
  margin: 0 auto;
  position: relative;
  top: 20%;
}
.boxbianco {
  width: 70%;
  border-radius: 50px;
  margin: 0 auto;
  padding: 100px;
  background-color: #fff;
}
.boxlato {
  width: 700px;
  height: 400px;
  top: 10%;
  position: relative;
  padding: 50px;
}
.spex {
  position: relative;
  height: 60px;
  width: 400px;
}
#footer {
  margin-top: 100px;
  height: 150px;
  padding: 130px 0px 0px 0px;
  border-top: 1px solid #828282;
}
#head {
  height: 100vh;
  background: url(images/kids1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrap1 {
  width: 90%;
  height: 80vh;
  margin: 0 auto;
  border-radius: 50px;
  background: url(images/cards.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrap2 {
  width: 90%;
  height: 60vh;
  margin: 0 auto;
  border-radius: 50px;
  background: url(images/mazzi.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrap3 {
  width: 90%;
  height: 60vh;
  margin: 0 auto;
  border-radius: 50px;
  background: url("images/deck.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrap4 {
  width: 90%;
  height: 60vh;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 100px;
  background: url("images/kids2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*fonts*/
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
@font-face {
  font-family: "myFontB";
  src: url(font/NeueMachina-Regular.otf);
}
@font-face {
  font-family: "myFontR";
  src: url(font/NeueMachina-Regular.otf);
}
body, td, th {
  line-height: 36px;
}
.titolocover {
  font-family: 'myFontB';
  color: #fff;
}
.titolo {
  font-family: 'myFontB';
  color: #0D0E80;
}
.testocorrente {
  font-family: 'myFontR';
  color: #333333;
}
.testocorrenteb {
  font-family: 'myFontB';
  color: #0D0E80;
}
.testofooter {
  font-family: 'myFontB';
  color: #828282;
}