* {
  outline: none;
  margin: 0;
}

/* Basic page style resets */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

body.night {
  background-color: black;
}

.night {
  background-color: black;
  position: relative;
  max-height: 100vh;
  max-width: 100vw;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/*    $wmdelay: 0s;
    $wmduration: 0s;
    $circlesdelay: 0s;
    $circlesduration: 0s;
*/
.logo-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-container .logo {
  position: relative;
  width: 30vh;
  min-width: 200px;
  margin: auto;
}

.logo-container .logo .circles {
  margin-bottom: 10px;
  opacity: 0;
  -webkit-animation: zoomin 5s 1;
  animation: zoomin 5s 1;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  /* Chrome 16+, Safari 4+ */
  /* FF 5+ */
  /* Not implemented yet */
  /* IE 10+ */
  animation-fill-mode: forwards;
  /* When the spec is finished */
}

.logo-container .logo .wordmark, .logo-container .logo .greetings {
  position: relative;
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  color: #1c82e0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.logo-container .logo .wordmark.animated, .logo-container .logo .greetings.animated {
  -webkit-animation: appear 4s 1;
  animation: appear 4s 1;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
  /* Chrome 16+, Safari 4+ */
  /* FF 5+ */
  /* Not implemented yet */
  /* IE 10+ */
  animation-fill-mode: forwards;
  /* When the spec is finished */
}

.logo-container .logo .wordmark .letter, .logo-container .logo .greetings .letter {
  display: inline-block;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.logo-container .logo .wordmark .theE, .logo-container .logo .greetings .theE {
  -webkit-transform: rotate(-23deg) scaleX(1);
          transform: rotate(-23deg) scaleX(1);
}

.logo-container .logo .greetings {
  margin-top: -3.5rem;
  z-index: 0;
  opacity: 1;
}

.logo-container .logo .greetings .letter {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo-container .logo .wordmark:hover .letter {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.logo-container .logo .wordmark:hover .theE {
  -webkit-transform: rotate(-23deg) scaleX(0);
          transform: rotate(-23deg) scaleX(0);
}

.logo-container .logo .wordmark:hover ~ .greetings .letter {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/**
       * Thanks to Keith Clark and his "starfield" demo:
       * http://codepen.io/keithclark/pen/zqcEd
       */
.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  -webkit-animation: zoom 10s infinite;
  animation: zoom 10s infinite;
  opacity: 0;
}

.stars:nth-child(1) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars1.png) no-repeat center center fixed;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.stars:nth-child(2) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars2.png) no-repeat center center fixed;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.stars:nth-child(3) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars3.png) no-repeat center center fixed;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.stars:nth-child(4) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars4.png) no-repeat center center fixed;
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.stars:nth-child(5) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars1.png) no-repeat center center fixed;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.stars:nth-child(6) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars2.png) no-repeat center center fixed;
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.stars:nth-child(7) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars3.png) no-repeat center center fixed;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.stars:nth-child(8) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars4.png) no-repeat center center fixed;
  -webkit-animation-delay: 3500ms;
  animation-delay: 3500ms;
}

.stars:nth-child(9) {
  background: url(https://cdn.glitch.com/e0ceb3c7-2c2e-4c2e-8ea9-a7387afbe930%2Fstars1.png) no-repeat center center fixed;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
/*# sourceMappingURL=style.css.map */