body {
  font-family: sans-serif;
  background: black;
  color: white;
  text-align: center;
}

::selection {
  color: black;
  background: white;
}

.container-fluid {
  max-width: 1080px;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 3rem;
}

a,
a:visited {
  color: white;
}

a:hover,
a:active {
  color: grey;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 6rem;
  }
}
#hero {
  overflow: hidden;
  position: relative;
}
#hero h1 {
  position: absolute;
  top: 33%;
  width: 100%;
}
#hero #scans,
#hero #noise {
  position: absolute;
  z-index: 99;
}
#hero #numogram {
  margin: auto;
  background: linear-gradient(180deg, #555, #111);
  background-size: 400% 400%;
  animation: darkGradient 6s ease infinite;
}

.fade-in-1 {
  animation: fadeIn 2s;
}

.fade-in-2 {
  animation: fadeIn 4s;
}

.fade-in-3 {
  animation: fadeIn 6s;
}

.fade-in-4 {
  animation: fadeIn 8s;
}

.fade-in-5 {
  animation: fadeIn 10s;
}

.fade-in-6 {
  animation: fadeIn 12s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes darkGradient {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@-moz-keyframes darkGradient {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@-ms-keyframes darkGradient {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@keyframes darkGradient {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@-webkit-keyframes n1 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
}
@-moz-keyframes n1 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
}
@-ms-keyframes n1 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
}
@keyframes n1 {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
  }
}
