[data-component='scrambled-text'] {
  color: white;
  padding: 0 1.5em;
  box-sizing: border-box;
  text-transform: uppercase;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1;
  transform: translate(-50%, -50%);
  margin: 0;
  display: block;
  z-index: 0;
  font-weight: 700
}

[data-component='scrambled-text'] .text {
  margin: 0 auto;
  font-size: 2em
}

[data-component='scrambled-text'] .text span {
  word-break: break-all
}

@media (min-width: 40em) {

  [data-component='scrambled-text'] .text {
    font-size: 6em;
    max-width: 8em
  }
}

[data-component="project-wrapper"] {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2em);
  transition: 1s
}

@media (min-width: 50em) {

  [data-component="project-wrapper"] {
    height: 100vh
  }
  }

[data-component="project-wrapper"] img {
  display: block;
  width: 100%;
  height: auto
}

[data-component="project-wrapper"] ul {
  margin: 0;
  padding: 2em 2em 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap
}

@media (min-width: 50em) {

  [data-component="project-wrapper"] ul {
    padding: 0
  }
}

[data-component="project-wrapper"] ul li {
  width: 50%;
  padding: 0;
  box-sizing: border-box;
  min-height: 6em;
  font-size: 1em
}

@media (min-width: 50em) {

  [data-component="project-wrapper"] ul li {
    font-size: 1.5em;
    width: 25%;
    padding: 2em;
    margin-bottom: 1em
  }
}

[data-component="project-wrapper"] ul li .project-title {
  cursor: pointer;
  line-height: 1.2;
  display: inline-block
}

[data-component="project-wrapper"] ul li .project-title:hover {}

@media (min-width: 50em) {

  [data-component="project-wrapper"] ul li .project-title:hover {
    text-decoration: underline
  }
}

[data-component="project-wrapper"] ul li .project-content {
  width: 100%;
  max-width: 40em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .5s
}

[data-component="project-wrapper"] ul li .project-content.small {
  max-width: 25em
}

@media (min-width: 50em) {

  [data-component="project-wrapper"] ul li .project-content.small {
    max-width: 30em
  }
}

[data-component="project-wrapper"] ul li .project-content.video-small {
  max-width: 30em
}

[data-component="project-wrapper"] ul li .project-content.video-small [data-component="video-container"] {
  padding-top: 100%
}

[data-component="project-wrapper"] ul li .project-content.bio {}

[data-component="project-wrapper"] ul li .project-content.bio .inner {
  display: flex
}

[data-component="project-wrapper"] ul li .project-content.bio .inner .image-wrapper {}

[data-component="project-wrapper"] ul li.visible {}

[data-component="project-wrapper"] ul li.visible .project-content {
  opacity: 1;
  visibility: visible
}

body.page-ready {
  height: 100vh
}

body.page-ready [data-component="project-wrapper"] {
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

[data-component="projects"] {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-component="video-container"] {
  position: relative;
  height: 0;
  padding-top: 50%;
  width: 100%
}

[data-component="video-container"] .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0
}

[data-component="video-container"] .video-wrapper video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
  height: 100%;
  object-fit: cover
}

.sam-bio {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #587250;
  background-color: rgba(88, 114, 80, .85);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

@media (min-width: 50em) {

  .sam-bio {
    right: 0;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
  }
  }

.sam-bio .close-button {
  text-align: right;
  margin-bottom: 1em
}

.sam-bio .close-button .image {
  display: inline-block;
  width: 1.5em;
  cursor: pointer
}

.sam-bio .inner {
  max-width: 40em;
  width: 100%;
  margin: auto;
  color: white;
  padding: 3em 1em;
  box-sizing: border-box
}

@media (min-width: 50em) {

  .sam-bio .inner {
    padding: 1em
  }
}

.sam-bio .inner img {
  display: block;
  width: 100%;
  height: auto
}

.sam-bio .inner .copy {
  line-height: 1.5;
  margin-top: 0
}

@media (min-width: 50em) {

  .sam-bio .inner .copy {
    margin-top: -2em
  }
}

.sam-bio .inner .copy p {
  margin: 0 0 1em
}

.sam-bio .inner .copy p:last-of-type {
  margin-bottom: 0
}

.sam-bio .inner .copy a {
  color: white;
  text-decoration: underline
}

.sam-bio.visible {
  visibility: visible;
  opacity: 1
}

.credits {
  font-size: .75em;
  margin: 0 0 2em;
  padding: 0 2.5em
}

@media (min-width: 50em) {

  .credits {
    padding: 0 4em;
    margin: 2em 0
  }
  }

.credits p {
  margin: 0
}

.credits p a {
  color: black;
  text-decoration: underline
}

html {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  line-height: 1;
  color: black;
  background-color: #587250
}

body.touch-device {
  cursor: pointer
}

::-moz-selection {
  background-color: #ffff00;
  background-color: rgba(255, 255, 0, 0.5);
}

::selection {
  background-color: #ffff00;
  background-color: rgba(255, 255, 0, 0.5);
}

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