body {
  margin: 0;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent; }

html.dark-bg {
  background-color: #505050;
  color: #F8F8F8; }
  html.dark-bg .button, html.dark-bg .contact-button {
    color: #f8f8f8;
    border: 1px solid rgba(248, 248, 248, 0.33); }
    html.dark-bg .button:hover, html.dark-bg .contact-button:hover {
      color: #505050;
      background-color: #f8f8f8;
      border: 1px solid #f8f8f8; }

html.light-bg, #work-detail {
  background-color: #F8F8F8;
  color: #505050; }
  html.light-bg .button, html.light-bg .contact-button, #work-detail .button, #work-detail .contact-button {
    color: #505050;
    border: 1px solid rgba(80, 80, 80, 0.33); }
    html.light-bg .button:hover, html.light-bg .contact-button:hover, #work-detail .button:hover, #work-detail .contact-button:hover {
      color: #f8f8f8;
      background-color: #505050;
      border: 1px solid #505050; }

.button, .contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  text-transform: uppercase;
  cursor: pointer;
  width: 120px; }
  .button:hover, .contact-button:hover {
    color: #505050;
    background-color: #F8F8F8; }

.browserupgrade {
  background-color: #e74c3c;
  color: #F8F8F8;
  position: absolute;
  top: 0px;
  z-index: 1000;
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin-top: 0px;
  padding: 10px;
  letter-spacing: 0.05em; }
  .browserupgrade a {
    color: inherit;
    text-decoration: underline; }

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/roboto-v15-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/fonts/roboto-v15-latin-100.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-100.woff2") format("woff2"), url("/fonts/roboto-v15-latin-100.woff") format("woff"), url("/fonts/roboto-v15-latin-100.ttf") format("truetype"), url("/fonts/roboto-v15-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url("/fonts/roboto-v15-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("/fonts/roboto-v15-latin-100italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-100italic.woff2") format("woff2"), url("/fonts/roboto-v15-latin-100italic.woff") format("woff"), url("/fonts/roboto-v15-latin-100italic.ttf") format("truetype"), url("/fonts/roboto-v15-latin-100italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/roboto-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/roboto-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-300.woff2") format("woff2"), url("/fonts/roboto-v15-latin-300.woff") format("woff"), url("/fonts/roboto-v15-latin-300.ttf") format("truetype"), url("/fonts/roboto-v15-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/roboto-v15-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("/fonts/roboto-v15-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-300italic.woff2") format("woff2"), url("/fonts/roboto-v15-latin-300italic.woff") format("woff"), url("/fonts/roboto-v15-latin-300italic.ttf") format("truetype"), url("/fonts/roboto-v15-latin-300italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/roboto-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts/roboto-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("/fonts/roboto-v15-latin-regular.woff") format("woff"), url("/fonts/roboto-v15-latin-regular.ttf") format("truetype"), url("/fonts/roboto-v15-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/roboto-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/fonts/roboto-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-italic.woff2") format("woff2"), url("/fonts/roboto-v15-latin-italic.woff") format("woff"), url("/fonts/roboto-v15-latin-italic.ttf") format("truetype"), url("/fonts/roboto-v15-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/roboto-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/roboto-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-500.woff2") format("woff2"), url("/fonts/roboto-v15-latin-500.woff") format("woff"), url("/fonts/roboto-v15-latin-500.ttf") format("truetype"), url("/fonts/roboto-v15-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/roboto-v15-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("/fonts/roboto-v15-latin-500italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-500italic.woff2") format("woff2"), url("/fonts/roboto-v15-latin-500italic.woff") format("woff"), url("/fonts/roboto-v15-latin-500italic.ttf") format("truetype"), url("/fonts/roboto-v15-latin-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/roboto-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/roboto-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-700.woff2") format("woff2"), url("/fonts/roboto-v15-latin-700.woff") format("woff"), url("/fonts/roboto-v15-latin-700.ttf") format("truetype"), url("/fonts/roboto-v15-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/roboto-v15-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/fonts/roboto-v15-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-700italic.woff2") format("woff2"), url("/fonts/roboto-v15-latin-700italic.woff") format("woff"), url("/fonts/roboto-v15-latin-700italic.ttf") format("truetype"), url("/fonts/roboto-v15-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/roboto-v15-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("/fonts/roboto-v15-latin-900.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-900.woff2") format("woff2"), url("/fonts/roboto-v15-latin-900.woff") format("woff"), url("/fonts/roboto-v15-latin-900.ttf") format("truetype"), url("/fonts/roboto-v15-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url("/fonts/roboto-v15-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("/fonts/roboto-v15-latin-900italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-v15-latin-900italic.woff2") format("woff2"), url("/fonts/roboto-v15-latin-900italic.woff") format("woff"), url("/fonts/roboto-v15-latin-900italic.ttf") format("truetype"), url("/fonts/roboto-v15-latin-900italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/roboto-slab-v6-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"), url("/fonts/roboto-slab-v6-latin-100.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab-v6-latin-100.woff2") format("woff2"), url("/fonts/roboto-slab-v6-latin-100.woff") format("woff"), url("/fonts/roboto-slab-v6-latin-100.ttf") format("truetype"), url("/fonts/roboto-slab-v6-latin-100.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/roboto-slab-v6-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("/fonts/roboto-slab-v6-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab-v6-latin-300.woff2") format("woff2"), url("/fonts/roboto-slab-v6-latin-300.woff") format("woff"), url("/fonts/roboto-slab-v6-latin-300.ttf") format("truetype"), url("/fonts/roboto-slab-v6-latin-300.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/roboto-slab-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("/fonts/roboto-slab-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab-v6-latin-regular.woff2") format("woff2"), url("/fonts/roboto-slab-v6-latin-regular.woff") format("woff"), url("/fonts/roboto-slab-v6-latin-regular.ttf") format("truetype"), url("/fonts/roboto-slab-v6-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/roboto-slab-v6-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("/fonts/roboto-slab-v6-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-slab-v6-latin-700.woff2") format("woff2"), url("/fonts/roboto-slab-v6-latin-700.woff") format("woff"), url("/fonts/roboto-slab-v6-latin-700.ttf") format("truetype"), url("/fonts/roboto-slab-v6-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* rasa-300 - latin */
@font-face {
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/rasa-v1-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Rasa Light"), local("Rasa-Light"), url("/fonts/rasa-v1-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/rasa-v1-latin-300.woff2") format("woff2"), url("/fonts/rasa-v1-latin-300.woff") format("woff"), url("/fonts/rasa-v1-latin-300.ttf") format("truetype"), url("/fonts/rasa-v1-latin-300.svg#Rasa") format("svg");
  /* Legacy iOS */ }

/* rasa-regular - latin */
@font-face {
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/rasa-v1-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Rasa"), local("Rasa-Regular"), url("/fonts/rasa-v1-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/rasa-v1-latin-regular.woff2") format("woff2"), url("/fonts/rasa-v1-latin-regular.woff") format("woff"), url("/fonts/rasa-v1-latin-regular.ttf") format("truetype"), url("/fonts/rasa-v1-latin-regular.svg#Rasa") format("svg");
  /* Legacy iOS */ }

/* rasa-500 - latin */
@font-face {
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/rasa-v1-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Rasa Medium"), local("Rasa-Medium"), url("/fonts/rasa-v1-latin-500.eot?#iefix") format("embedded-opentype"), url("/fonts/rasa-v1-latin-500.woff2") format("woff2"), url("/fonts/rasa-v1-latin-500.woff") format("woff"), url("/fonts/rasa-v1-latin-500.ttf") format("truetype"), url("/fonts/rasa-v1-latin-500.svg#Rasa") format("svg");
  /* Legacy iOS */ }

/* rasa-600 - latin */
@font-face {
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/rasa-v1-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Rasa SemiBold"), local("Rasa-SemiBold"), url("/fonts/rasa-v1-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/rasa-v1-latin-600.woff2") format("woff2"), url("/fonts/rasa-v1-latin-600.woff") format("woff"), url("/fonts/rasa-v1-latin-600.ttf") format("truetype"), url("/fonts/rasa-v1-latin-600.svg#Rasa") format("svg");
  /* Legacy iOS */ }

/* rasa-700 - latin */
@font-face {
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/rasa-v1-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Rasa Bold"), local("Rasa-Bold"), url("/fonts/rasa-v1-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/rasa-v1-latin-700.woff2") format("woff2"), url("/fonts/rasa-v1-latin-700.woff") format("woff"), url("/fonts/rasa-v1-latin-700.ttf") format("truetype"), url("/fonts/rasa-v1-latin-700.svg#Rasa") format("svg");
  /* Legacy iOS */ }

/**
*
* Roboto (Weights)
*
* 100 || 100 italic
* 300 || 300 italic
* 400 || 400 italic
* 500 || 500 italic
* 700 || 700 italic
* 900 || 900 italic
*
*/
.roboto, html, body, .work figure .game-footer .scroll h2, #work-detail .intro, #work-detail .images {
  font-family: 'Roboto', sans-serif; }

/**
*
* Roboto Slab (Weights)
*
* 100
* 300
* 400
* 700
*
*/
.roboto-slab {
  font-family: 'Roboto Slab', serif; }

/**
*
* Rasa (Weights)
*
* 300
* 400
* 500
* 600
* 700
*
*/
.rasa, .work, .interviews header h1, .interviews .link .link-name, .resume header q, .contact h1, .contact h2 {
  font-family: 'Rasa', serif; }

html.sticky-nav nav {
  position: fixed; }

html:not(.sticky-nav) nav {
  position: absolute;
  top: 0px;
  z-index: 1; }

nav {
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
  z-index: 9999; }
  nav ul {
    list-style: none;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.7em;
    padding-left: 0px; }
    nav ul li {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px;
      padding-bottom: 2px;
      cursor: pointer; }
    nav ul li:hover {
      border-bottom: 2px solid;
      padding-bottom: 0px; }
    nav ul li:nth-child(2) {
      margin-right: 80px; }
    nav ul li:nth-child(3) {
      margin-left: 80px; }
  @media (max-width: 599px) {
    nav {
      padding-top: 20px;
      padding-top: 20px;
      height: 13px; }
      nav ul {
        font-size: 10px; }
        nav ul li {
          margin-left: 5px;
          margin-right: 5px; }
        nav ul li:nth-child(2) {
          margin-right: 40px; }
        nav ul li:nth-child(3) {
          margin-left: 40px; } }

html.dark-bg nav {
  color: #F8F8F8; }
  html.dark-bg nav ul li:hover {
    border-bottom: 2px solid #F8F8F8; }
  html.dark-bg nav .monogram-text {
    fill: #F8F8F8; }
  html.dark-bg nav .monogram-circle {
    stroke: #F8F8F8; }
  @media (max-width: 599px) {
    html.dark-bg nav {
      background-color: #F8F8F8;
      color: #505050; }
      html.dark-bg nav ul li:hover {
        border-bottom: 2px solid #505050; }
      html.dark-bg nav .monogram-text {
        fill: #505050; }
      html.dark-bg nav .monogram-circle {
        stroke: #505050; } }

html.light-bg nav {
  color: #505050; }
  html.light-bg nav ul li:hover {
    border-bottom: 2px solid #505050; }
  html.light-bg nav .monogram-text {
    fill: #505050; }
  html.light-bg nav .monogram-circle {
    stroke: #505050; }
  @media (max-width: 599px) {
    html.light-bg nav {
      background-color: #505050;
      color: #F8F8F8; }
      html.light-bg nav ul li:hover {
        border-bottom: 2px solid #F8F8F8; }
      html.light-bg nav .monogram-text {
        fill: #F8F8F8; }
      html.light-bg nav .monogram-circle {
        stroke: #F8F8F8; } }

.monogram {
  position: relative;
  z-index: 1;
  top: -61px;
  cursor: pointer;
  height: 70px;
  width: 70px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .monogram:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 599px) {
    .monogram {
      height: 40px;
      width: 40px;
      top: -42px; } }

html.viewing-work.dark-bg nav ul li:nth-child(1), html.viewing-interviews.dark-bg nav ul li:nth-child(2), html.viewing-resume.dark-bg nav ul li:nth-child(3), html.viewing-contact.dark-bg nav ul li:nth-child(4) {
  border-bottom: 2px solid #F8F8F8;
  padding-bottom: 0px; }
  @media (max-width: 599px) {
    html.viewing-work.dark-bg nav ul li:nth-child(1), html.viewing-interviews.dark-bg nav ul li:nth-child(2), html.viewing-resume.dark-bg nav ul li:nth-child(3), html.viewing-contact.dark-bg nav ul li:nth-child(4) {
      border-bottom: 2px solid #505050; } }

html.viewing-work.light-bg nav ul li:nth-child(1), html.viewing-interviews.light-bg nav ul li:nth-child(2), html.viewing-resume.light-bg nav ul li:nth-child(3), html.viewing-contact.light-bg nav ul li:nth-child(4) {
  border-bottom: 2px solid #505050;
  padding-bottom: 0px; }
  @media (max-width: 599px) {
    html.viewing-work.light-bg nav ul li:nth-child(1), html.viewing-interviews.light-bg nav ul li:nth-child(2), html.viewing-resume.light-bg nav ul li:nth-child(3), html.viewing-contact.light-bg nav ul li:nth-child(4) {
      border-bottom: 2px solid #F8F8F8; } }

html:not(.viewing-work) .work {
  display: none; }

html:not(.viewing-interviews) .interviews {
  display: none; }

html:not(.viewing-resume) .resume {
  display: none; }

html:not(.viewing-contact) .contact {
  display: none; }

.work {
  width: 100%;
  height: 100vh; }
  .work #work-directory {
    width: 100%;
    height: 100vh;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s; }
  .work figure {
    /* filter: saturate(126%) contrast(63%); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s; }
    .work figure:last-of-type .game-footer .scroll {
      display: none; }
    .work figure h1 {
      margin: 0px;
      line-height: 45px;
      font-size: 45px;
      font-weight: 400;
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
      @media (min-width: 599px) {
        .work figure h1 {
          line-height: 70px;
          font-size: 70px; } }
    .work figure h1:hover {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      transform: scale(1.5); }
    .work figure aside {
      /* use this to ensure that h1 is vertically centered */
      height: 120px;
      width: 200vw; }
    .work figure .game-footer {
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      bottom: 0px;
      position: relative;
      align-self: flex-end;
      text-align: center; }
      .work figure .game-footer .scroll {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 100%;
        width: auto;
        padding-left: 20px;
        padding-right: 20px; }
        .work figure .game-footer .scroll h2 {
          font-weight: 400;
          font-size: 13px;
          letter-spacing: 0.2em;
          line-height: 1.7em;
          text-transform: uppercase;
          -webkit-transition: -webkit-transform 0.3s;
          -moz-transition: -moz-transform 0.3s;
          transition: transform 0.3s; }
        .work figure .game-footer .scroll i.fa {
          font-size: 30px;
          -webkit-transition: -webkit-transform 0.3s;
          -moz-transition: -moz-transform 0.3s;
          transition: transform 0.3s; }
        .work figure .game-footer .scroll:hover h2 {
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          transform: scale(1.5); }
        .work figure .game-footer .scroll:hover i.fa {
          -webkit-transform: translateY(8px);
          -moz-transform: translateY(8px);
          transform: translateY(8px); }
      .work figure .game-footer .close {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 100%;
        width: auto;
        padding-left: 20px;
        padding-right: 20px; }
        .work figure .game-footer .close i.fa {
          font-size: 30px;
          -webkit-transition: -webkit-transform 0.3s;
          -moz-transition: -moz-transform 0.3s;
          transition: transform 0.3s; }
        .work figure .game-footer .close:hover i.fa {
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          transform: scale(1.5); }
  .work figure.last-of-set .scroll:hover i.fa {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }

.focus {
  height: 50vh; }

#work-detail {
  background-color: #F8F8F8;
  min-height: 50vh;
  color: #505050;
  text-align: center;
  margin: 0; }
  #work-detail .intro {
    padding: 40px;
    padding-bottom: 0px;
    display: inline-block;
    max-width: 960px;
    margin: 0;
    letter-spacing: 0.2em;
    line-height: 1.7em; }
    #work-detail .intro > h1 {
      text-transform: uppercase;
      font-size: 21px;
      font-weight: 900; }
    #work-detail .intro > p {
      letter-spacing: initial;
      font-size: 14px;
      font-weight: 300; }
    #work-detail .intro .button, #work-detail .intro .contact-button {
      display: inline-block;
      width: 160px;
      margin: 30px; }
  #work-detail article {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(80, 80, 80, 0.15); }
  #work-detail .video {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(80, 80, 80, 0.15); }
    @media (max-width: 599px) {
      #work-detail .video {
        padding-bottom: 0px; } }
    #work-detail .video .player {
      display: inline-block;
      background: no-repeat center center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }
      #work-detail .video .player iframe {
        height: 100%;
        width: 100%; }
      #work-detail .video .player .controller {
        font-size: 75px;
        color: rgba(248, 248, 248, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        text-align: center;
        cursor: pointer; }
        #work-detail .video .player .controller i {
          -webkit-transition: -webkit-transform 0.2s, color 0.2s;
          -moz-transition: -moz-transform 0.2s, color 0.2s;
          transition: transform 0.2s, color 0.2s; }
        #work-detail .video .player .controller:hover {
          color: #f8f8f8; }
          #work-detail .video .player .controller:hover i {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            transform: scale(1.3); }
  #work-detail .images {
    display: inline-block;
    max-width: 960px;
    padding-top: 40px; }
    @media (max-width: 1040px) {
      #work-detail .images {
        padding-left: 40px;
        padding-right: 40px; } }
    #work-detail .images aside, #work-detail .images main {
      width: 100%; }
      @media (min-width: 600px) {
        #work-detail .images aside, #work-detail .images main {
          width: 50%; } }
    #work-detail .images aside {
      letter-spacing: 0.2em;
      line-height: 1.7em;
      padding-right: 40px;
      padding-bottom: 40px;
      box-sizing: border-box; }
      @media (min-width: 600px) {
        #work-detail .images aside {
          float: left; } }
      @media (min-width: 600px) {
        #work-detail .images aside {
          position: -webkit-sticky;
          position: sticky;
          top: 40px; } }
      #work-detail .images aside > h1 {
        text-transform: uppercase;
        font-size: 21px;
        font-weight: 900;
        text-align: left;
        margin-top: 0px; }
      #work-detail .images aside > p {
        letter-spacing: initial;
        font-size: 14px;
        font-weight: 300;
        text-align: left;
        margin-bottom: 0px; }
        #work-detail .images aside > p a {
          color: inherit;
          text-decoration: underline; }
    @media (min-width: 600px) {
      #work-detail .images main {
        float: right; } }
    #work-detail .images main figure img {
      width: 100%;
      height: auto;
      margin-bottom: 40px; }
  #work-detail .full-bleed img {
    width: 100%; }

.interviews {
  padding-top: 124px;
  text-align: center; }
  .interviews header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(80, 80, 80, 0.15);
    padding-bottom: 60px; }
    .interviews header h1 {
      display: inline-block;
      font-size: 64px;
      font-weight: 300;
      letter-spacing: 0.05em;
      max-width: 960px; }
      @media (max-width: 599px) {
        .interviews header h1 {
          font-size: 32px; } }
  .interviews h2 {
    background-color: rgba(80, 80, 80, 0.75);
    color: #F8F8F8;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.7em;
    height: 73px;
    line-height: 73px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .interviews article {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(80, 80, 80, 0.15); }
  .interviews .video {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media (max-width: 599px) {
      .interviews .video {
        padding-bottom: 0px; } }
    .interviews .video .player {
      display: inline-block;
      background: no-repeat center center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }
      .interviews .video .player iframe {
        height: 100%;
        width: 100%; }
      .interviews .video .player .controller {
        font-size: 75px;
        color: rgba(248, 248, 248, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        text-align: center;
        cursor: pointer; }
        .interviews .video .player .controller i {
          -webkit-transition: -webkit-transform 0.2s, color 0.2s;
          -moz-transition: -moz-transform 0.2s, color 0.2s;
          transition: transform 0.2s, color 0.2s; }
        .interviews .video .player .controller:hover {
          color: #f8f8f8; }
          .interviews .video .player .controller:hover i {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            transform: scale(1.3); }
  .interviews article.video:not(:first-of-type) {
    padding-top: 120px; }
    @media (max-width: 599px) {
      .interviews article.video:not(:first-of-type) {
        padding-top: 40px; } }
  .interviews .link {
    height: 278px;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
    .interviews .link .origin .origin-icon {
      height: 64px;
      width: auto; }
    .interviews .link .origin .origin-text {
      font-weight: 400;
      font-size: 13px;
      letter-spacing: 0.2em;
      line-height: 1.7em;
      text-transform: uppercase;
      padding-top: 16px;
      padding-bottom: 16px; }
    .interviews .link .link-name {
      font-size: 25px;
      font-weight: 500;
      letter-spacing: 0.2em;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
    .interviews .link:hover .link-name {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      transform: scale(1.5); }

.resume {
  padding-top: 124px;
  text-align: center; }
  .resume header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(80, 80, 80, 0.15);
    padding-bottom: 60px; }
    .resume header q {
      margin: 0.67em 0;
      display: inline-block;
      font-size: 64px;
      font-weight: 300;
      letter-spacing: 0.05em;
      max-width: 960px; }
      @media (max-width: 599px) {
        .resume header q {
          font-size: 32px; } }
    .resume header .button, .resume header .contact-button {
      display: inline-block;
      width: 160px;
      margin: 10px; }
  .resume .experience {
    padding: 40px;
    letter-spacing: 0.2em;
    line-height: 1.7em; }
    .resume .experience > h1 {
      text-transform: uppercase;
      font-size: 21px;
      font-weight: 900; }
    .resume .experience .job {
      padding: 10px; }
      .resume .experience .job h1, .resume .experience .job h2 {
        text-transform: uppercase;
        line-height: 1.4em;
        font-weight: 500; }
      .resume .experience .job h1 {
        font-size: 16px; }
        .resume .experience .job h1 a {
          color: inherit;
          text-decoration: inherit; }
          .resume .experience .job h1 a:hover {
            text-decoration: underline; }
      .resume .experience .job h2 {
        font-size: 11px; }
      .resume .experience .job ul {
        list-style: none;
        padding-left: 0px;
        line-height: 2.7em;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.05em; }
        .resume .experience .job ul em {
          cursor: pointer; }
          .resume .experience .job ul em:hover {
            text-decoration: underline; }

.contact {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .contact h1, .contact h2, .contact h3 {
    margin: 0px;
    padding: 20px; }
  .contact h1 {
    display: inline-block;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 0.05em;
    max-width: 960px; }
    @media (max-width: 599px) {
      .contact h1 {
        font-size: 32px; } }
  .contact h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .contact h2:hover {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      transform: scale(1.3); }
  .contact h3 {
    font-size: 32px; }
    .contact h3 i {
      cursor: pointer;
      margin-left: 0.5em;
      margin-right: 0.5em;
      -webkit-transition: -webkit-transform 0.2s;
      -moz-transition: -moz-transform 0.2s;
      transition: transform 0.2s; }
      .contact h3 i:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3); }

html:not(.show-footer) .page-footer {
  display: none; }

.page-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 256px; }

.dark-bg .page-footer {
  background-color: #F8F8F8; }
  .dark-bg .page-footer .contact-button {
    color: #505050;
    border: 1px solid rgba(80, 80, 80, 0.33); }
    .dark-bg .page-footer .contact-button:hover {
      color: #f8f8f8;
      background-color: #505050;
      border: 1px solid #505050; }

.light-bg .page-footer {
  background-color: #505050; }
  .light-bg .page-footer .contact-button {
    color: #f8f8f8;
    border: 1px solid rgba(248, 248, 248, 0.33); }
    .light-bg .page-footer .contact-button:hover {
      color: #505050;
      background-color: #f8f8f8;
      border: 1px solid #f8f8f8; }
