@font-face {
  font-family: 'Rialto';
  src: url("../fonts/rialto/RialtoPiccoloTest.eot");
  src: url("../fonts/rialto/RialtoPiccoloTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/rialto/RialtoPiccoloTest.woff") format("woff"); }
@font-face {
  font-family: 'Rialto';
  font-style: italic;
  src: url("../fonts/rialto/RialtoPiccoloItalicTest.eot");
  src: url("../fonts/rialto/RialtoPiccoloItalicTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/rialto/RialtoPiccoloItalicTest.woff") format("woff"); }
@font-face {
  font-family: 'Rialto';
  font-weight: bold;
  src: url("../fonts/rialto/RialtoPiccoloBoldTest.eot");
  src: url("../fonts/rialto/RialtoPiccoloBoldTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/rialto/RialtoPiccoloBoldTest.woff") format("woff"); }
@font-face {
  font-family: 'Rialto';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/rialto/RialtoPiccoloBoldItalicTest.eot");
  src: url("../fonts/rialto/RialtoPiccoloBoldItalicTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/rialto/RialtoPiccoloBoldItalicTest.woff") format("woff"); }
@font-face {
  font-family: 'RialtoGrande';
  src: url("../fonts/rialto/RialtoGrandeTest.eot");
  src: url("../fonts/rialto/RialtoGrandeTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/rialto/RialtoGrandeTest.woff") format("woff"); }
@font-face {
  font-family: 'RialtoGrande';
  font-style: italic;
  src: url("../fonts/rialto/RialtoGrandeItalicTest.eot");
  src: url("../fonts/rialto/RialtoGrandeItalicTest.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/rialto/RialtoGrandeItalicTest.woff") format("woff"); }
body {
  padding: 0;
  margin: 0;
  font-family: "Rialto"; }

strong {
  font-weight: bold; }

a {
  color: white; }

.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 {
    background-image: url(../img/rialto_intro.svg);
    background-size: contain;
    background-repeat: no-repeat;
    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 .description {
    position: absolute;
    top: 45vw; }
    #intro .description p {
      font-style: italic; }
    #intro .description span.scroll a {
      background-image: url(../img/manicule-bianca.svg); }

#description {
  background-image: url(../img/description.png);
  font-size: 1.8rem;
  line-height: 1.3;
  font-style: italic; }
  #description span.scroll a {
    background-image: url(../img/manicule-nera.svg); }

#show {
  background-image: url(../img/show.png);
  font-size: 1.8rem;
  line-height: 1.3;
  font-style: italic;
  color: white; }
  #show .buy-it {
    text-align: center;
    font-weight: bold;
    padding: 2.5rem 0;
    background-image: url(../img/deco.svg), url(../img/deco.svg);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 2.5rem, 2.5rem; }

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 .piccolo {
    font-family: 'Rialto'; }
  #test .grande {
    font-family: 'RialtoGrande'; }
  #test .italic {
    font-style: italic; }
  #test .bold {
    font-weight: bold; }

@media screen and (min-width: 601px) {
  #intro {
    font-size: 1.7rem;
    min-height: 70vh; }
    #intro .container {
      min-height: 70vh; }
    #intro .description {
      top: 40vw; }

  #description, #show {
    font-size: 2rem; }

  #show .buy-it {
    padding: 3rem 0;
    background-size: 3rem, 3rem; } }
@media screen and (min-width: 993px) {
  #intro {
    font-size: 2.5rem;
    min-height: 100vh; }
    #intro .container {
      min-height: 100vh; }
    #intro .description {
      top: 35vw; }

  #description, #show {
    font-size: 2.5rem; }

  #show .buy-it {
    padding: 4rem 0;
    background-size: 4rem, 4rem; } }

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