html {
  font-size: 12.5px;
}

body {
  background: rgba(247, 195, 17, 1);
  margin: 0;
  overflow: hidden;
  font-family: "Circular", sans-serif;
  font-size: 100%;
}

button#screenshot {
  position: fixed;
  display: block;
  z-index: 50;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 60px;
  appearance: none;
  cursor: pointer;
  background: url(/images/btn-screenshot.png) center no-repeat;
  background-size: 100%;
  text-indent: -100000em;
  border: 0;
  outline: none;
}

.hidden {
  display: none;
}

@media screen and (orientation: landscape) {
  button#screenshot {
    left: auto;
    right: 20px;
    bottom: 50%;
    transform: translate(0, 50%);
  }
}

button#screenshot.hidden {
  display: none;
}

div.onboard-wrapper {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 195, 17, 1);
  z-index: 60;
}

div.onboard-wrapper.onboarding {
  background: rgba(247, 195, 17, 0.5);
}

div.onboard-wrapper div.onboard {
  width: 80%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
}

div.onboard-wrapper div.onboard p {
  font-size: 1.35rem;
  color: #333;
  font-weight: 500;
  max-width: 500px;
  margin: 1em auto;
}

div.onboard-wrapper div.onboard p.smaller {
  font-size: 1rem;
}

div.onboard-wrapper div.onboard.hidden {
  display: none;
}

div.onboard-1 img.splash {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-height: 400px) {
  div.onboard-1 img.splash {
    max-width: 200px;
  }
}

div.onboard-wrapper img.logo {
  display: block;
  position: fixed;
  width: 64px;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (orientation: landscape) {
  div.onboard-wrapper img.logo {
    left: 20px;
    bottom: auto;
    top: 20px;
    transform: translate(0, 0);
  }
}

div.onboard-2 {
  background: #ed8120;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 25px;
}

div.onboard-2 .instructions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

div.onboard-2 .instructions > div {
  width: 50%;
  box-sizing: border-box;
  padding: 1.5em;
}

@media screen and (orientation: portrait) {
  div.onboard-2 .instructions {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  div.onboard-2 .instructions > div {
    width: 100%;
  }
}

div.onboard-2 img {
  margin: 0 auto;
  width: 80%;
  max-width: 100px;
}

div.onboard-wrapper.hidden {
  display: none;
}

button.eyeyah-button {
  background: #5d268c;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Circular", sans-serif;
  color: white;
  border: 0;
  appearance: none;
  outline: none;
  padding: 0.6em 2em;
  border-radius: 50px;
  cursor: pointer;
}
