body {
  margin: 0;
  background-color: white;
  min-height: 100vh;
  min-width: 100vw;
}

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 1px;
}

section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax::after {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(2);
  background-size: 100%;
  z-index: -1;
}

#name {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}
#name div {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  font-family: "Andale Mono";
  font-weight: 900;
  font-size: 6rem;
}
#name .glitch, #name .glow {
  padding: 0 5px;
  color: black;
  position: relative;
  font-style: italic;
  margin: 0;
  animation: glitch 5s 5s infinite;
}
#name .glitch::before, #name .glow::before {
  line-height: 0;
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -2px 0 magenta;
  background: white;
  overflow: hidden;
  top: 0;
  animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}
#name .glitch::after, #name .glow::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -2px 0 lightgreen;
  background: white;
  overflow: hidden;
  top: 0;
  animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}
@keyframes glitch {
  1% {
    transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes noise-1 {
  3.3333333333% {
    clip-path: inset(15px 0 6px 0);
  }
  6.6666666667% {
    clip-path: inset(18px 0 2px 0);
  }
  10% {
    clip-path: inset(5px 0 14px 0);
  }
  13.3333333333% {
    clip-path: inset(1px 0 12px 0);
  }
  16.6666666667% {
    clip-path: inset(18px 0 3px 0);
  }
  20% {
    clip-path: inset(7px 0 4px 0);
  }
  23.3333333333% {
    clip-path: inset(2px 0 14px 0);
  }
  26.6666666667% {
    clip-path: inset(20px 0 1px 0);
  }
  30% {
    clip-path: inset(6px 0 14px 0);
  }
  33.3333333333% {
    clip-path: inset(19px 0 2px 0);
  }
  36.6666666667% {
    clip-path: inset(5px 0 7px 0);
  }
  40% {
    clip-path: inset(13px 0 3px 0);
  }
  43.3333333333% {
    clip-path: inset(9px 0 6px 0);
  }
  46.6666666667% {
    clip-path: inset(16px 0 5px 0);
  }
  50% {
    clip-path: inset(12px 0 6px 0);
  }
  53.3333333333% {
    clip-path: inset(9px 0 4px 0);
  }
  56.6666666667% {
    clip-path: inset(3px 0 8px 0);
  }
  60% {
    clip-path: inset(6px 0 12px 0);
  }
  63.3333333333% {
    clip-path: inset(18px 0 2px 0);
  }
  66.6666666667% {
    clip-path: inset(9px 0 12px 0);
  }
  70% {
    clip-path: inset(18px 0 3px 0);
  }
  73.3333333333% {
    clip-path: inset(14px 0 6px 0);
  }
  76.6666666667% {
    clip-path: inset(19px 0 2px 0);
  }
  80% {
    clip-path: inset(10px 0 1px 0);
  }
  83.3333333333% {
    clip-path: inset(10px 0 10px 0);
  }
  86.6666666667% {
    clip-path: inset(17px 0 1px 0);
  }
  90% {
    clip-path: inset(5px 0 3px 0);
  }
  93.3333333333% {
    clip-path: inset(1px 0 20px 0);
  }
  96.6666666667% {
    clip-path: inset(14px 0 7px 0);
  }
  100% {
    clip-path: inset(9px 0 8px 0);
  }
}
@keyframes noise-2 {
  0% {
    clip-path: inset(1px 0 24px 0);
  }
  3.3333333333% {
    clip-path: inset(28px 0 1px 0);
  }
  6.6666666667% {
    clip-path: inset(11px 0 11px 0);
  }
  10% {
    clip-path: inset(23px 0 5px 0);
  }
  13.3333333333% {
    clip-path: inset(9px 0 19px 0);
  }
  16.6666666667% {
    clip-path: inset(6px 0 4px 0);
  }
  20% {
    clip-path: inset(2px 0 7px 0);
  }
  23.3333333333% {
    clip-path: inset(16px 0 15px 0);
  }
  26.6666666667% {
    clip-path: inset(13px 0 5px 0);
  }
  30% {
    clip-path: inset(9px 0 16px 0);
  }
  33.3333333333% {
    clip-path: inset(18px 0 5px 0);
  }
  36.6666666667% {
    clip-path: inset(25px 0 6px 0);
  }
  40% {
    clip-path: inset(5px 0 14px 0);
  }
  43.3333333333% {
    clip-path: inset(15px 0 14px 0);
  }
  46.6666666667% {
    clip-path: inset(18px 0 13px 0);
  }
  50% {
    clip-path: inset(29px 0 1px 0);
  }
  53.3333333333% {
    clip-path: inset(8px 0 13px 0);
  }
  56.6666666667% {
    clip-path: inset(14px 0 12px 0);
  }
  60% {
    clip-path: inset(12px 0 19px 0);
  }
  63.3333333333% {
    clip-path: inset(30px 0 1px 0);
  }
  66.6666666667% {
    clip-path: inset(22px 0 5px 0);
  }
  70% {
    clip-path: inset(19px 0 10px 0);
  }
  73.3333333333% {
    clip-path: inset(1px 0 25px 0);
  }
  76.6666666667% {
    clip-path: inset(19px 0 8px 0);
  }
  80% {
    clip-path: inset(26px 0 4px 0);
  }
  83.3333333333% {
    clip-path: inset(21px 0 5px 0);
  }
  86.6666666667% {
    clip-path: inset(23px 0 2px 0);
  }
  90% {
    clip-path: inset(27px 0 1px 0);
  }
  93.3333333333% {
    clip-path: inset(14px 0 11px 0);
  }
  96.6666666667% {
    clip-path: inset(27px 0 3px 0);
  }
  100% {
    clip-path: inset(20px 0 3px 0);
  }
}
#name .scanlines {
  overflow: hidden;
  mix-blend-mode: difference;
}
#name .scanlines::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.05) 0.5%, transparent 1%);
  animation: fudge 7s ease-in-out alternate infinite;
}
@keyframes fudge {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 2%);
  }
}
#name .glow {
  text-shadow: 0 0 1000px #dfbfbf;
  color: transparent;
  position: absolute;
  top: 0;
}
#name .subtitle {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1rem;
  color: rgba(75, 68, 68, 0.797);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: center;
  position: absolute;
  animation: glitch-2 5s 5.02s infinite;
}
@keyframes glitch-2 {
  1% {
    transform: rotateX(10deg) skewX(70deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}

#kitties::after {
  background-image: url("http://placekitten.com/g/2000/1000");
}

footer {
  font-family: "Andale Mono";
  position: fixed;
  bottom: 0;
  padding: 1rem 1rem;
  width: 100%;
  font-size: 0.9rem;
}
footer #copyright {
  color: lightslategrey;
}
footer #social {
  position: absolute;
  right: 4rem;
  top: 1rem;
}
footer #social img {
  height: 0.9rem;
  padding: 0 0.2rem;
}

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