@import url("https://use.typekit.net/ycq2oex.css");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

html {
  background: radial-gradient(103.55% 113.75% at 50% 0%, rgba(53, 81, 215, 0.5) 0%, rgba(14, 19, 48, 0.5) 73.44%, rgba(1, 3, 16, 0.5) 100%), #0E122E;
}

#backgroundColor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(103.55% 113.75% at 50% 0%, rgba(53, 81, 215, 0.5) 0%, rgba(14, 19, 48, 0.5) 73.44%, rgba(1, 3, 16, 0.5) 100%), #0E122E;
  z-index: -100;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  z-index: 100;
  background-color: #1A2437;
}
#header .headerLogo {
  display: inline-block;
  width: 124px;
  height: 29px;
  background-image: url("images/KikoMintsLogo.svg");
}
#header .headerOptions {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Univia-Pro";
  font-weight: 900;
}
#header .headerOptions a {
  font-size: 12px;
  position: relative;
  height: 24px;
  text-decoration: none;
  color: white;
  margin: 0 0 0 16px;
}
#header .headerOptions a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-color: #E88934;
  transition: 200ms;
  transform: scale(0, 1);
  transform-origin: center;
}
#header .headerOptions a:hover {
  cursor: pointer;
}
#header .headerOptions a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
#header .headerOptions a.textLink span {
  display: inline-block;
  padding-top: 2px;
}
#header .headerOptions a.iconLink {
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: contain;
}
#header .headerOptions a.iconLink.discord {
  background-image: url("images/Icon=Discord.svg");
}
#header .headerOptions a.iconLink.twitter {
  background-image: url("images/Icon=Twitter.svg");
}

#splash {
  width: 100%;
  margin-top: 50px;
  height: calc(90vh - 50px);
  min-height: 400px;
  background-image: url("images/splash.png");
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash img {
  width: 50%;
  padding-bottom: calc(70vh - 128px);
}

#content {
  position: relative;
  max-width: 800px;
  margin: 0 auto 100px;
  color: white;
}
#content .spacer {
  height: 80px;
}
#content .box {
  position: relative;
  width: 100%;
  position: relative;
  background-color: #1A2437;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 60px 0;
  margin-bottom: 20px;
  font-family: "museo";
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
#content .box .kikoAvatar {
  position: absolute;
  width: 100px;
  top: -50px;
  left: calc(50% - 50px);
}
#content .box .welcomeRocks {
  position: absolute;
  width: 80%;
  top: -64px;
  left: 10%;
}
#content .box .welcomeTitle {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
#content .box.designed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/boxDesign.png");
  background-size: 100% auto;
  background-position: center bottom 200px;
  background-repeat: no-repeat;
  pointer-events: none;
}
#content .narration {
  background-image: url("images/narrativeBackground.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#content .kikoDialog {
  font-family: "Kalam";
  font-size: 18px;
}
#content .kikoDialog.gizmoHole {
  background-image: url("images/gizmo.png");
  background-size: 35% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#content p, #content ol {
  width: 75%;
  margin: 18px auto;
  list-style-position: inside;
}
#content p ul, #content ol ul {
  margin-left: 32px;
  list-style-position: outside;
}
#content .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  background: radial-gradient(73.22% 101.05% at 42.25% 0%, #21336D 38.54%, #152149 100%);
  border-radius: 4px;
  color: white;
  font-weight: 500;
  margin: 0 auto;
  height: 44px;
  width: 260px;
  text-align: center;
  text-decoration: none;
}
#content .button:hover {
  cursor: pointer;
  background: radial-gradient(73.22% 101.05% at 42.25% 0%, #2F78BC 38.54%, #1C386F 100%);
}
#content .button .text {
  display: block;
  font-size: 20px;
}
#content .beginTitle {
  height: 128px;
  background-image: url("images/titleWhite.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: calc(15vh + 50px);
  margin-bottom: 15vh;
}
#content .illustration {
  width: 100%;
  display: block;
  margin: 10% auto;
}
#content .illustration.room {
  margin: 0 0;
}
#content .clueStack {
  position: relative;
  height: 140px;
  width: 360px;
  margin: 0 auto;
}
#content .clueStack img {
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .clueStack img:nth-child(1) {
  transform: rotate(5deg);
}
#content .clueStack img:nth-child(2) {
  transform: rotate(-5deg);
}
#content .clueStack img:nth-child(3) {
  transform: rotate(10deg);
}
#content .clueStack img:nth-child(4) {
  transform: rotate(-10deg);
}
#content .clueStack img:nth-child(5) {
  transform: rotate(5deg);
}
#content .platforms {
  position: relative;
  text-align: center;
}
#content .platforms img {
  width: 50vw;
  height: 50vw;
  animation: spin 50s infinite;
  animation-timing-function: linear;
}
#content .platforms img:nth-child(even) {
  margin-left: 20vw;
}
#content .platforms img:nth-child(odd) {
  margin-right: 20vw;
}
#content .shredded {
  width: 540px;
  margin: 0 auto;
  text-align: center;
}
#content .shredded img {
  width: 5.4px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stick {
  top: 10vh;
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media only screen and (max-width: 800px) {
  .content {
    position: relative;
    width: 80vw;
    height: auto;
    min-height: auto;
    left: 10vw;
    padding-bottom: 100px;
  }

  #splash {
    width: 100%;
    margin-top: 50px;
    height: calc(50vh - 50px);
  }
  #splash img {
    width: 75%;
    padding-bottom: calc(30vh - 128px);
  }
}

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