@font-face {
  font-family: 'moonlight';
  src: url("fonts/moon_light-webfont.woff2") format("woff2"), url("fonts/moon_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'moonbold';
  src: url("fonts/moon_bold-webfont.woff2") format("woff2"), url("fonts/moon_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'moonlight', sans-serif;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.container {
  z-index: 200;
  width: 80%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

h1 {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 30px;
  margin-bottom: 12px;
  font-family: 'moonlight', sans-serif;
  max-width: 400px; }

p, .t-small {
  font-size: 22px;
  display: block;
  margin: auto;
  text-align: center;
  font-family: 'Neuton', serif;
  max-width: 400px;
  margin-bottom: 18px; }

.t-small {
  font-size: 18px; }

.logoContainer {
  margin: auto;
  width: 100%;
  max-width: 400px; }
  .logoContainer .logo {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 38%;
    margin: 0 auto 24px;
    background: url("img/logo.svg") no-repeat 50% 50%; }

.landscape {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .landscape .sky {
    width: 200vw;
    height: 200vw;
    background: repeating-linear-gradient(to right, #a6c2e1, #a6c2e1 10px, #96b3dc 10px, #96b3dc 20px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(47deg); }
  .landscape .ground {
    position: absolute;
    bottom: 0;
    border-top: 10px solid #c5dc7a;
    width: 100%;
    height: 10vh;
    background: #e2eba6; }

.animations, .anvil, .tooth, .the-bunny, .the-carrot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  overflow: hidden; }

@media (max-width: 768px) {
  .mobile-hide, .tooth.tooth2, .tooth.tooth5, .tooth.tooth7, .tooth.tooth9, .tooth.tooth10, .tooth.tooth13, .tooth.tooth14, .tooth.tooth15, .tooth.tooth16, .tooth.tooth18 {
    display: none; } }

.anvil {
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0;
  animation-play-state: running;
  animation-fill-mode: forwards;
  background-size: contain;
  background-repeat: no-repeat; }
  .anvil.anvil1 {
    top: 30vh;
    animation-duration: 12s;
    width: 10vw;
    height: 10vw;
    z-index: 150; }
    @media (min-width: 768px) {
      .anvil.anvil1 {
        width: 7vw;
        height: 7vw; } }
  .anvil.anvil2 {
    top: 12vh;
    animation-duration: 8s;
    width: 11vw;
    height: 11vw;
    z-index: 300; }
    @media (min-width: 768px) {
      .anvil.anvil2 {
        width: 6vw;
        height: 6vw; } }
  .anvil.anvil3 {
    top: 50vh;
    animation-duration: 7s;
    width: 16vw;
    height: 16vw;
    z-index: 300; }
    @media (min-width: 768px) {
      .anvil.anvil3 {
        width: 12vw;
        height: 12vw; } }
  .anvil.anvil4 {
    top: 33vh;
    animation-duration: 13s;
    width: 13vw;
    height: 13vw;
    z-index: 150; }
    @media (min-width: 768px) {
      .anvil.anvil4 {
        width: 11vw;
        height: 11vw; } }
  .anvil.anvil5 {
    top: 24vh;
    animation-duration: 5s;
    width: 30vw;
    height: 30vw;
    z-index: 300; }
    @media (min-width: 768px) {
      .anvil.anvil5 {
        width: 20vw;
        height: 20vw; } }
  .anvil.animate-left {
    left: -24vw;
    animation-name: anvil-left;
    background-image: url(img/anvil-trailing-right.svg); }
  .anvil.animate-right {
    right: 0;
    left: auto;
    animation-name: anvil-right;
    background-image: url(img/anvil-trailing-right.svg);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }
    @media (min-width: 768px) {
      .anvil.animate-right {
        right: 0; } }

@keyframes anvil-left {
  0% {
    transform: translateX(-100%);
    left: 0; }
  100% {
    transform: translateX(0%);
    left: 100vw; } }
@keyframes anvil-right {
  0% {
    transform: translateX(100%) scaleX(-1);
    right: 0; }
  100% {
    transform: translateX(0%) scaleX(-1);
    right: 100vw; } }
.tooth {
  position: absolute;
  transform: translateY(-100%);
  background-image: url(img/tooth-trailing.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: tooth;
  max-width: 80px; }
  .tooth.tooth1 {
    left: 0;
    animation-duration: 4s;
    width: 8vw;
    height: 16vw;
    z-index: 300; }
  .tooth.tooth2 {
    left: 10vw;
    animation-duration: 11.5s;
    width: 3.8vw;
    height: 7.6vw; }
  .tooth.tooth3 {
    left: 23vw;
    animation-duration: 6s;
    width: 7vw;
    height: 14vw;
    z-index: 300; }
  .tooth.tooth4 {
    left: 32vw;
    animation-duration: 7s;
    width: 4vw;
    height: 8.4vw;
    z-index: 150; }
  .tooth.tooth5 {
    left: 44vw;
    animation-duration: 10.5s;
    width: 3vw;
    height: 6vw;
    z-index: 150; }
  .tooth.tooth6 {
    left: 54vw;
    animation-duration: 4.3s;
    width: 8vw;
    height: 16vw;
    z-index: 300; }
  .tooth.tooth7 {
    left: 62vw;
    animation-duration: 9.2s;
    width: 2.2vw;
    height: 4.4vw;
    z-index: 150; }
  .tooth.tooth8 {
    left: 69vw;
    animation-duration: 7s;
    width: 5.4vw;
    height: 10.8vw;
    z-index: 300; }
  .tooth.tooth9 {
    left: 79vw;
    animation-duration: 9.6s;
    width: 4.6vw;
    height: 9.2vw;
    z-index: 300; }
  .tooth.tooth10 {
    left: 83vw;
    animation-duration: 4s;
    width: 2.5vw;
    height: 5vw;
    z-index: 150; }
  .tooth.tooth11 {
    left: 98vw;
    animation-duration: 6.3s;
    width: 2.3vw;
    height: 4.6vw;
    z-index: 150; }
  .tooth.tooth12 {
    left: 7vw;
    animation-duration: 11.3s;
    width: 6.2vw;
    height: 12.4vw;
    z-index: 300; }
  .tooth.tooth13 {
    left: 7vw;
    animation-duration: 3.3s;
    width: 2.1vw;
    height: 4.2vw;
    z-index: 150; }
  .tooth.tooth14 {
    left: 16vw;
    animation-duration: 8.7s;
    width: 3.6vw;
    height: 7.2vw;
    z-index: 300; }
  .tooth.tooth15 {
    left: 29vw;
    animation-duration: 6.8s;
    width: 3.6vw;
    height: 8.2vw;
    z-index: 300; }
  .tooth.tooth16 {
    left: 34vw;
    animation-duration: 9.5s;
    width: 4.2vw;
    height: 8.4vw;
    z-index: 300; }
  .tooth.tooth17 {
    left: 56vw;
    animation-duration: 4s;
    width: 3.1vw;
    height: 6.2vw;
    z-index: 300; }
  .tooth.tooth18 {
    left: 82vw;
    animation-duration: 11s;
    width: 2.8vw;
    height: 5.6vw;
    z-index: 150; }
  .tooth.tooth19 {
    left: 96vw;
    animation-duration: 5.6s;
    width: 8.5vw;
    height: 17vw;
    z-index: 300; }

@keyframes tooth {
  0% {
    transform: translateY(-100%);
    top: 0; }
  100% {
    transform: translateY(0%);
    top: 100vh; } }
.the-bunny {
  position: absolute;
  background-image: url(img/bun-bun.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: bunny;
  left: 0;
  top: 70vh;
  animation-duration: 8s;
  width: 80px; }

@keyframes bunny {
  0% {
    transform: translateX(-100%);
    left: 0; }
  100% {
    transform: translateX(0%);
    left: 100vw; } }
.the-carrot {
  position: absolute;
  background-image: url(img/carrot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 2s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: carrot;
  top: auto;
  left: 0;
  bottom: 10vh;
  animation-duration: 8s;
  width: 58px;
  height: 21px;
  transform: translateX(-100%); }
  @media (min-width: 768px) {
    .the-carrot {
      animation-delay: 0.7s; } }

@keyframes carrot {
  0% {
    transform: translate(-100%, 0) rotate(0deg);
    left: 0; }
  20% {
    transform: translate(-80%, 1vh) rotate(5deg); }
  40% {
    transform: translate(-60%, 0) rotate(0deg); }
  60% {
    transform: translate(-40%, -1vh) rotate(-5deg); }
  80% {
    transform: translate(-20%, 0) rotate(0deg); }
  100% {
    transform: translate(0, 1vh) rotate(5deg);
    left: 100vw; } }
#mc_embed_signup input {
  position: relative;
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 10px auto;
  font-family: 'Neuton', serif;
  font-size: 18px;
  text-align: center;
  padding: 12px 12px 10px 12px;
  border: 5px solid #231f20;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none; }
#mc_embed_signup input[type=submit] {
  background-color: #c3e5de;
  transition: ease 0.2s;
  cursor: pointer;
  font-weight: bold;
  font-family: 'moonlight', sans-serif; }
#mc_embed_signup input[type=submit]:hover {
  background-color: #a2d8cb; }

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