@font-face {
  font-family: 'Arzachel';
  src: url("../fonts/arzachel/ArzachelRegularTest.eot");
  src: url("../fonts/arzachel/ArzachelRegularTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/arzachel/ArzachelRegularTest.woff") format("woff"); }
@font-face {
  font-family: 'Arzachel';
  font-weight: 700;
  src: url("../fonts/arzachel/ArzachelBoldTest.eot");
  src: url("../fonts/arzachel/ArzachelBoldTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/arzachel/ArzachelBoldTest.woff") format("woff"); }
@font-face {
  font-family: 'Arzachel';
  font-weight: 500;
  src: url("../fonts/arzachel/ArzachelMediumTest.eot");
  src: url("../fonts/arzachel/ArzachelMediumTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/arzachel/ArzachelMediumTest.woff") format("woff"); }
@font-face {
  font-family: 'Arzachel';
  font-weight: 900;
  src: url("../fonts/arzachel/ArzachelBlackTest.eot");
  src: url("../fonts/arzachel/ArzachelBlackTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/arzachel/ArzachelBlackTest.woff") format("woff"); }
body {
  padding: 0;
  margin: 0;
  font-family: "Arzachel"; }

strong {
  font-weight: bold; }

a {
  color: #b917c6; }

.band {
  width: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: auto; }

#intro {
  background-image: url(../img/intro.png);
  font-size: 1.5rem;
  color: white;
  line-height: 1.1;
  min-height: 50vh; }
  #intro header {
    width: 10vw;
    height: 10.86vw;
    padding: 0;
    margin: 2rem 0 0 0; }
    #intro header h1 {
      background-image: url(../img/logo.svg);
      background-size: cover;
      text-indent: -9999rem;
      height: 100%;
      margin: 0;
      padding: 0; }
  #intro .container {
    min-height: 50vh; }
  #intro .intro-image {
    position: absolute;
    top: 2rem;
    width: inherit; }
    #intro .intro-image img {
      width: 100%; }
  #intro .text {
    position: absolute;
    top: 0;
    width: inherit; }
    #intro .text span {
      font-weight: 900; }
    #intro .text a {
      color: white; }
  #intro .description {
    margin-top: 2rem; }
    #intro .description p {
      font-weight: 400;
      font-size: 1.15rem;
      line-height: 1.35;
      color: #b917c6; }
    #intro .description span.scroll a {
      background-image: url(../img/manicule-bianca.svg); }
  #intro .lettere img {
    width: 100%; }

#description {
  font-size: 1.12rem;
  line-height: 1.42;
  font-weight: 700;
  color: #b917c6; }
  #description div.row {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background: linear-gradient(90deg, white, white 44%, grey 50%, white 56%, white);
    margin-bottom: 0; }
  #description img {
    width: 100%; }
  #description p.note {
    color: black;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 400;
    margin-left: 2rem; }
    #description p.note span {
      text-decoration: underline;
      font-size: 1.3rem; }

#moon {
  height: 120px;
  background-image: url(../img/intro.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }

#more {
  font-size: 1.2rem;
  line-height: 1.42;
  font-weight: 700;
  color: black;
  border-top: 1px solid #777;
  padding-top: 5rem; }
  #more img {
    width: 100%; }

#show {
  color: #b917c6; }
  #show .buy-it {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    padding: 2.5rem 0; }

span.nome {
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  color: #e60000; }

span.scroll {
  display: inline-block;
  text-indent: -9999rem;
  height: 3rem;
  width: 2rem;
  vertical-align: middle; }
  span.scroll a {
    display: block;
    height: 3rem;
    width: 3rem;
    background-size: cover;
    background-repeat: no-repeat; }

#test {
  background-color: white; }
  #test h2 {
    font-size: 1.2rem;
    margin: 2rem 0 0 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid black; }
  #test .tester-area {
    font-size: 6rem;
    line-height: 1.2; }
  #test .tester-area:focus {
    outline: none; }
  #test .regular {
    font-weight: normal; }
  #test .medium {
    font-weight: 500; }
  #test .bold {
    font-weight: 700; }
  #test .black {
    font-weight: 900;
    background-color: transparent !important; }

@media screen and (max-width: 600px) {
  #description div.row {
    background: none; } }
@media screen and (min-width: 601px) {
  #intro {
    font-size: 1.7rem;
    min-height: 70vh; }
    #intro .container {
      min-height: 70vh; }
    #intro .description {
      top: 40vw; } }
@media screen and (min-width: 993px) {
  #intro {
    font-size: 2.5rem;
    min-height: 100vh; }
    #intro .container {
      min-height: 100vh; }
    #intro .description {
      top: 35vw; } }

/*# sourceMappingURL=style.css.map */
