@font-face {
  font-family: "Grotto Medium";
  src: url('../fonts/Grotto-Medium.eot');
  src: url('../fonts/Grotto-Medium.eot?#iefix') format("embedded-opentype"),
       url('../fonts/Grotto-Medium.woff') format("woff");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  background: #009B48;
  bottom: 0;
  color: #000000;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
}

body {
  font-family: "Grotto Medium", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  line-height: 1.1875em;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
p,
ul {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.1875em;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}

h1,
p {
  max-width: 19em;
}

li {
  margin: 0;
  padding: 0;
}

h1:first-child,
p:first-child {
  margin-top: 0;
}

h1:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000000;
  pointer-events: auto;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.small {
  font-size: 1em;
  max-width: 36em;
}

.light-text,
.light-text a {
  color: #FFFFFF;
}

.logo {
  display: block;
  font-size: 10.6875em;
  line-height: 0.92em;
}

.grid__wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 3em 3.5em;
  pointer-events: none;
  position: relative;
  min-height: 100vH;
  width: 100vW;
  z-index: 1;
}

.grid__column {
  position: relative;
  width: 50%;
}

.grid__column.grid__column--align-bottom {
  align-self: flex-end;
}

.slideshow {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.slideshow__slide {
  display: none;
  position: relative;
}

.slideshow__slide.current {
  display: block;
}

.slideshow__nav,
.credits__nav {
  bottom: 0;
  cursor: none;
  overflow: hidden;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  z-index: 0;
}

.credits__nav {
  display: none;
}

.slideshow__nav.full,
.credits__nav.full {
  left: 0;
  right: 0;
}

.slideshow__nav.half.left {
  left: 0;
  width: 50%;
}

.slideshow__nav.half.right {
  right: 0;
  width: 50%;
}

.cursor {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.1875em;
  margin: -0.59375em -5em;
  text-align: center;
  width: 10em;
}

.credits__toggle {
  display: inline-block;
}

.credits__toggle__label {
  left: 0;
  top: 0;
}

.credits {
  display: none;
}

.slideshow__slide.credits-active .hidden-when-credits-active,
.slideshow__slide.credits-active .background-image,
.slideshow__slide.credits-active .slideshow__nav,
.slideshow__slide.credits-active .credits__toggle {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.slideshow__slide.credits-active .credits {
  display: block;
}

.slideshow__slide.credits-active .credits__toggle {
  pointer-events: none;
}

.slideshow__slide.credits-active .credits__nav {
  display: block;
}

.background-image,
.background-color {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.background-color {
  background-color: #009B48;
}

.transition-opacity {
  opacity: 0;
}

.current .transition-opacity {
  opacity: 1;
}

.future .transition-steps-wrapper {
  transform: translateY(150vh);// scaleY(10);
}

.current .transition-steps-wrapper {
  transform: translateY(0);// scaleY(1);
}

.cursor {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 12px;
  }

  .grid__wrapper {
    align-content: flex-start;
    flex-direction: column;
    padding: 3em;
  }

  .grid__column {
    padding-bottom: 3em;
    width: 100%;
  }

  .grid__column--last {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    order: 1;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  body {
    font-size: 10px;
  }

  .no-mobile {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  body {
    font-size: 8px;
  }
}