/* Scss Document */
body {
  width: 100%;
  height: 100%;
  text-align: left;
  background: #fff;
}
.container {
  height: 120px;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
.letter {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 140px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  top: 0px;
  line-height: 120px;
  top: 0px;
  margin-right: -3px;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  color: #414042;
  opacity: 0;
}
.w {
  content: "W";
  font-size: 140px;
}
.o {
  content: "o";
  font-size: 140px;
}
.r {
  content: "r";
  font-size: 140px;
}
.k {
  content: "k";
  font-size: 140px;
}
.t {
  content: "t";
  font-size: 140px;
}
.h {
  content: "h";
  font-size: 140px;
}
.a-letter {
  content: "a";
  font-size: 140px;
}
.s {
  content: "s";
  font-size: 140px;
}
.letter:nth-child(1) {
  animation-delay: 41ms;
  -webkit-animation-delay: 41ms;
}
.letter:nth-child(2) {
  animation-delay: 81ms;
  -webkit-animation-delay: 81ms;
}
.letter:nth-child(3) {
  animation-delay: 121ms;
  -webkit-animation-delay: 121ms;
}
.letter:nth-child(4) {
  animation-delay: 161ms;
  -webkit-animation-delay: 161ms;
}
.letter:nth-child(5) {
  animation-delay: 201ms;
  -webkit-animation-delay: 201ms;
}
.letter:nth-child(6) {
  animation-delay: 241ms;
  -webkit-animation-delay: 241ms;
}
.letter:nth-child(7) {
  animation-delay: 281ms;
  -webkit-animation-delay: 281ms;
}
.letter:nth-child(8) {
  animation-delay: 321ms;
  -webkit-animation-delay: 321ms;
}
.letter:nth-child(9) {
  animation-delay: 361ms;
  -webkit-animation-delay: 361ms;
}
.letter:nth-child(10) {
  animation-delay: 401ms;
  -webkit-animation-delay: 401ms;
}
.letter:nth-child(11) {
  animation-delay: 441ms;
  -webkit-animation-delay: 441ms;
}
.letter:nth-child(12) {
  animation-delay: 481ms;
  -webkit-animation-delay: 481ms;
}
.letter:nth-child(13) {
  animation-delay: 521ms;
  -webkit-animation-delay: 521ms;
}
.letter:nth-child(14) {
  animation-delay: 561ms;
  -webkit-animation-delay: 561ms;
}
.letter:nth-child(15) {
  animation-delay: 601ms;
  -webkit-animation-delay: 601ms;
}
.letter {
  -webkit-animation: show 0.1s 4s 1 ease-out forwards;
  -moz-animation: show 0.1s 4s 1 ease-out forwards;
  -o-animation: show 0.1s 4s 1 ease-out forwards;
  animation: show 0.1s 4s 1 ease-out forwards;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
@keyframes up {
  30% {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
}
@-webkit-keyframes show {
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-webkit-keyframes up {
  30% {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
}
