* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  min-height: 1280px;
  color: #222222;
  background-color: #000000;
  font-size: 24px;
}

p,
h1,
h2,
h3,
h4,
a {
  margin: 0;
  font-weight: 400;
}

a,
a:visited,
a:hover {
  color: #ffff00;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #24202c;
  padding: 1rem;
  padding-right: 5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.nav__examples > * {
  margin-right: 0.5rem;
}

#intro {
  max-width: 40rem;
  margin: 1rem auto;
  text-align: center;
}



.intro__hed {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "MORF" 16,
    "SHLN" 10;
  font-size: 2em;
  margin: 2rem auto 0.5rem auto;
  color: #ffff00;
}

.intro__dek {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9c97ff;
}

.intro__dek__byline {
  margin-top: 1rem;
  /* font-size: 1rem; */
  font-family: "Geo", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #9c97ff;
}

#scrolly-video {
  /* Makes the video fill its container */
  width: 100%;
  height: 100%;
}


.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}

@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }

  20%,
  60% {
    transform: rotate(-25deg);
  }

  40%,
  80% {
    transform: rotate(10deg);
  }
}

@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    animation: none;
  }

  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }

  #intro {
        padding-left: 1rem;
        padding-right: 1rem;
    }
  .step {
        margin-bottom: 8rem; /* Increased from the default */
  }

  .extra-space-after {
        margin-bottom: 15rem;
  }

 }

#intro {
  /* margin-bottom: 320px; */
  margin-bottom: 3rem;
}

#outro {
  height: 640px;
}

@media (min-width: 840px) {
  .nav__examples {
    margin-top: 0;
    margin-left: 2rem;
  }
}
