.container-fluid {
  background-image: linear-gradient(140deg,#b9b78e,#80bbd0,#b591b3,#d9d8d4,#d7c3a2);
  background-size: 300%;
  animation: bganimation 15s infinite;
  overflow: hidden;
}

@keyframes bganimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 75% 50%;
  }
  100% {
    background-position: 0% 25%;
  }
}

body {
  overflow: hidden;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-height: 999999px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-x: hidden;
}

.erik, .joe {
  position: fixed;
  left: -40vh;
  transform: rotate(90deg);
  color: #FFF;
  font-size: 3vh;
  width: 90vh;
  text-align: center;
}

.soon {
  position: fixed;
  color: #FFF;
  font-size: 2vh;
  width: 100vw;
  text-align: center;
  bottom: 5vh;
}

.soon a {
color: #fff !important;
    text-shadow: none !important;
}

.joe {
  left: auto;
  right: -40vh;
  transform: rotate(-90deg);
}

strong, a {
  -webkit-transition: all .5s;
  transition: all .5s;
  color: transparent;
  text-shadow: 0 0 0.5em rgba(255,255,255,0.7);
}

p:hover strong, p:hover a {
  color: #FFF;
  text-shadow: none;
}

a {
  text-decoration: none;
  color: transparent;
}

a:hover {
  text-decoration: line-through;
}

strong {
  font-weight: normal;
}

.frame {
  display: none;
}

.svg_box:active .frame {
  display: block;
}

.svg_box:active .logo {
  display: none;
}

