/* https://mycolor.space/?hex=%23F5FF6B&sub=1 */

html {
  font-size: 62.5%;
}

body {
  background: #fefefe;
  color: #3f3f3f;
  font-family: 'IBM Plex Mono', Monospace;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

@media screen and (min-width:768px) {
  body {
    font-size: 1.6rem;
    padding-top: 0;
  }
}

* {
  box-sizing: border-box;
}

.in {
  display: block;
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}

a {
  box-shadow: inset 0 -.75rem 0 0 #f5ff6b, 0 0 0 .3rem transparent;
  color: currentColor;
  text-decoration: none;
  transition: background .25s ease-in-out, box-shadow .25s ease-in-out;
}

a:active,
a:hover {
  background: #f5ff6b;
  box-shadow: inset 0 -.75rem 0 0 #f5ff6b, 0 0 0 .3rem #f5ff6b;
}

p {
  margin: 0 0 3em 0;
}

.home {
  display: block;
  height: auto;
  margin: 0 2rem 0 1.6rem;
  padding: 0;
  position: relative;
  width: auto;
  z-index: 5;
}

@media screen and (min-width:758px) {
  .home {
    margin: 0 auto 0 7.6rem;
    max-width: 86rem;
    width: 80%;
  }
}

.home--intro {
  align-items: center;
  display: flex;
  min-height: 80vh;
  position: relative;
}

@media screen and (min-width:758px) {
  .home--intro {
    max-width: 76rem;
    min-height: 70vh;
  }
}

@media screen and (min-width:1024px) {
  .home--intro {
    max-width: 76rem;
    min-height: 80vh;
  }
}

.post .home--intro {
  min-height: 25vh;
}

@media screen and (min-width:758px) {
  .post .home--intro {
    min-height: 25vh;
  }
}

@media screen and (min-width:1024px) {
  .post .home--intro {
    min-height: 25vh;
  }
}

.home--text h2 {
  font-style: italic;
  font-weight: 100;
  margin: 0 0 3em 0;
  min-width: 200px;
  width: 75%;
}

.home--text p:last-child {
  margin-bottom: 6em;
}

.home--text img {
  border: 1px solid #3f3f3f;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 800px;
}

.home--text .video iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: 800px;
  width: 100%;
}

.home--text video {
  border: 1px solid #3f3f3f;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 800px;
}

.home--intro>div {
  display: block;
  /* left: 0; */
  margin: 0;
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translate3d(0, -50%, 0); */
}

.post .home--intro>div {
  left: auto;
  margin: 15vh 0;
  position: relative;
  top: auto;
  transform: none;
}

.home--intro h1,
.home--intro h2 {
  font-family: 'Assistant', Sans-Serif;
  font-weight: 200;
  letter-spacing: .025em;
  line-height: 1.4;
  margin: 0 0 1.5em 0;
}

.home--intro h1:last-child,
.home--intro h2:last-child {
  margin-bottom: 0;
}

.home p strong {
  font-weight: 500;
}

.home--intro h1 {
  font-size: 2.4rem;
}

.home--intro h2 {
  font-size: 2.2rem;
}

@media screen and (min-width:758px) {
  .home--intro h1 {
    font-size: 4rem;
  }

  .home--intro h2 {
    font-size: 3.6rem;
  }
}

.home--intro h2 em,
.home--intro h1 em {
  display: inline;
  font-style: normal;
  position: relative;
}

.notfound {
  display: block;
  height: auto;
  margin: 0 2rem 0 1.6rem;
  padding: 0;
  width: auto;
}

@media screen and (min-width:758px) {
  .notfound {
    margin: 0 auto 0 7.6rem;
    max-width: 86rem;
    width: 80%;
  }
}

.notfound--intro {
  min-height: 80vh;
  position: relative;
}

.notfound--intro>div {
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media screen and (min-width:758px) {
  .notfound--intro {
    max-width: 76rem;
    min-height: 70vh;
  }
}

.notfound--intro h2 {
  font-family: 'Assistant', Sans-Serif;
  font-weight: 200;
  letter-spacing: .025em;
  line-height: 1.4;
  margin: 0 0 1.5em 0;
}

.notfound--intro h2:last-child {
  margin-bottom: 0;
}

.main-footer {
  display: block;
  margin: 2rem 0;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}

@media screen and (min-width:758px) {
  .main-footer {
    margin: 4rem auto 4rem 7.6rem;
    max-width: 86rem;
    padding: 0;
    width: 80%;
  }
}

.main-footer p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.main-footer--logo {
  display: inline-block;
  height: 2rem;
  vertical-align: middle;
  width: 2rem;
}

.main-header {
  background: transparent;
  display: block;
  height: 4rem;
  left: 1rem;
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: auto;
  z-index: 9;
}

.main-content {
  position: relative;
  z-index: 5;
}

@media screen and (min-width:768px) {
  .main-header>.in:after {
    background: #fefefe;
    content: "";
    display: block;
    height: 5rem;
    left: 0rem;
    position: absolute;
    top: -1rem;
    width: 5rem;
    z-index: 1;
  }
}

.main-header--toggle,
.main-header--logo {
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background .25s ease-in-out;
  width: 4rem;
  z-index: 9;
}

.main-header--toggle {
  left: auto;
  right: 0;
}

/*
.main-header--toggle:hover,
.main-header--logo:hover {
  background: #f5ff6b;
}
*/

.main-header--logo a {
  box-shadow: none;
  color: currentColor;
  transition: color .25s ease-in-out;
}

.main-header--logo a:hover,
.main-header--logo a:active {
  box-shadow: none;
  color: currentColor;
}

@media screen and (min-width:768px) {
  .main-header {
    height: 5rem;
  }

  .main-header--toggle,
  .main-header--logo {
    height: 5rem;
    width: 5rem;
  }
}

.list h2 {
  font-family: 'Assistant', Sans-Serif;
  font-weight: 200;
  letter-spacing: .025em;
  line-height: 1.4;
  margin: 0 0 3rem 0;
}

.list h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 3rem;
  margin: 0;
}

.list h3 small {
  font-family: 'Assistant', Sans-Serif;
  font-size: 1.2rem;
  font-weight: 200;
  text-transform: uppercase;
}

.list ol,
.list ul,
.list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list li {
  display: block;
  max-width: 80rem;
  min-height: 4rem;
  padding: 0 0 0 4rem;
  position: relative;
}

@media screen and (min-width:758px) {
  .list li {
    margin-left: -5.6rem;
    padding-left: 5.6rem;
  }
}

.list--number {
  display: block;
  float: left;
  height: 3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
  width: 3rem;
}

@media screen and (min-width:758px) {
  .list--number {
    left: 0;
  }
}

.logo {
  display: block;
  height: 100%;
  width: 100%;
}

.logo svg {
  display: block;
  height: 100%;
  width: 100%;
}

.logo .logo-text {
  fill: currentColor;
  font-family: 'IBM Plex Mono', Monospace;
  font-size: 288px;
  font-weight: 700;
}

.logo .logo-line {
  fill: currentColor;
  stroke-linecap: square;
  stroke-width: 0px;
}

.toggle {
  display: block;
  height: 100%;
  width: 100%;
}

.toggle svg {
  display: block;
  height: 100%;
  width: 100%;
}

.toggle .toggle-line {
  fill: currentColor;
  stroke-linecap: square;
  stroke-width: 0px;
}

.animation {
  bottom: auto;
  display: block;
  height: 99vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}

.animation .canvas {
  display: block;
  height: 100%;
  opacity: 1;
  width: 100%;
}

.map-demo-1,
.animation-demo-1 {
  background: hsl(0, 0.00%, 15%);
  border: 1px solid #3f3f3f;
  box-shadow: inset 0 0 0 1px rgba(193, 193, 193, .5);
  display: block;
  height: 20vh;
  margin: 0 0 3em 0;
  position: relative;
}

.map-demo-1 {
  aspect-ratio: 4 /3;
  height: auto;
}

.map-demo-1.stopped,
.animation-demo-1.stopped {
  cursor: pointer;
}

.map-demo-1.stopped:after,
.animation-demo-1.stopped:after {
  color: #f5ff6b;
  content: 'PLAY ►';
  display: block;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.map-demo-1 canvas,
.animation-demo-1 canvas {
  display: block;
  height: 100%;
  opacity: 1;
  width: 100%;
}

p.outlink {
  text-align: center;
}

a.linkTo {
  background: #f5ff6b;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

a.linkTo:hover,
a.linkTo:active {
  background: #00ddc2;
  box-shadow: inset 0 -.75rem 0 0 #00ddc2, 0 0 0 .3rem #00ddc2;
  color: #f2fedc;
}

a.linkTo span {
  text-decoration: underline;
}