h1 {
  color: rgb(54,137,153);
  font-family: 'Gilda';
  font-weight: normal;
  text-align: center;
}

p {
  color: rgb(163,163,163);
  font-family: 'Karla';
}

.align-right {
  text-align: right;
}

body {
  background-color: rgba(54,147,153,0.65);
  overflow-x: hidden;
}

#splash {
  background-color: #fff;
  box-shadow: 2px 4px 16px rgba(0,0,0,0.5);
  position: relative;
  z-index: 900;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

#splash.move-up {
  -webkit-transform: translate3d(21em,0,0);
  -moz-transform: translate3d(21em,0,0);
  transform: translate3d(21em,0,0);
}

#splash .row {
  padding-bottom: 3em !important;
}

#splash p:not(.bold) {
  margin: auto;
  margin-bottom: 1em;
  width: 70%;
}

#splash p.bold {
  font-weight: bold;
  margin-bottom: 3em;
  text-align: center;
  text-transform: uppercase;
}

.tour {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

span.toggle-tour, span.scroll {
  background-color: rgb(54,137,153);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: auto;
  padding: 1em 2em;
  text-transform: uppercase;
}

span.scroll {
  display: none;
}

#tour {
  bottom: 0;
  overflow-y: auto;
  position: absolute;
  width: 100%;
}

#tour .row {
  margin: 0;
  width: 21em;
}

#tour p, #tour span, #tour i {
  color: #fff;
}

#tour i {
  display: block;
  font-size: 2em;
  margin-bottom: 0.5em;
}

#tour span {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}

.point {
  margin: 1em auto;
  text-align: center;
}

@media screen and (max-width: 40em) {
  /*body[style] {*/
    /*min-height: 0 !important;*/
  /*}*/

  /*#splash[style] {*/
    /*min-height: 0 !important;*/
  /*}*/

  #splash.move-up {
    -webkit-transform: none;
  }

  #splash p:not(.bold) {
    width: 100%;
  }

  span.toggle-tour {
    display: none;
  }

  span.scroll {
    display: inline-block;
  }

  #tour[style] {
    height: auto !important;
  }

  #tour {
    position: relative;
  }

  #tour .row {
    width: 100%;
  }
}
