@charset "UTF-8";
body {
  font-size: 1em;
  margin: 0;
  padding: 0;
  /*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: #111;
  background-attachment: fixed;
  background-size: cover;
  color: white; }

a {
  text-decoration: none;
  color: white; }

h2 {
  width: 70%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  opacity: 0.6;
  font-weight: 400; }

p {
  width: 70%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  opacity: 0.6; }

nav {
  overflow: hidden;
  padding: .5em 3.5em 0em 3em; }
  nav h3 {
    font-family: 'Montserrat', sans-serif;
    float: left;
    letter-spacing: .20em;
    font-weight: 700;
    font-size: 1.4em;
    opacity: 0.8; }
  nav h3:hover {
    opacity: 1; }
  nav ul {
    list-style: none;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .9em;
    padding-top: .5em; }
    nav ul li {
      float: left;
      padding: .3em 0em 0em 2em; }
      nav ul li a {
        opacity: 0.8; }
      nav ul li a:hover {
        opacity: 1; }

.navanimate {
  -webkit-animation-name: navFadeIn;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 15s;
  /* Chrome, Safari, Opera */
  animation-name: navFadeIn;
  animation-duration: 15s; }

@-webkit-keyframes navFadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  23% {
    opacity: 1; }
  100% {
    opacity: 100; } }


iframe#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url() no-repeat;
  background-size: cover;
  -webkit-animation-name: fadeIn;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-name: fadeIn;
  animation-duration: 4s; }

.constrain {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .constrain {
    width: 100%;
    margin: 0 auto;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
.work-list {
  list-style: none;
  padding-left: 0px;
  overflow: hidden;
  width: 97%;
  margin: 1.3em auto; }
  .work-list .work-item {
    position: relative;
    width: 48.5%;
    margin: 0px .75% 1.5% .75%;
    float: left; }

.work-list img {
  width: 100%; }

.work-list li a,
.work-list li a img {
  display: block;
  width: 100%; }

.work-list li a div {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity .8s ease, color .8s ease, -webkit-transform .10s ease; }

.work-list h2 {
  padding-top: 40%;
  margin-left: auto;
  margin-right: auto; }

.work-list li a:hover div {
  opacity: 1; }

.video {
  width: 70%;
  position: relative;
  padding-bottom: 40%;
  padding-top: 0px;
  margin: 4em auto 1em auto;
  overflow: hidden; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.reel {
  margin-bottom: 4em; }

.cv-wrapper {
  width: 60%;
  margin: 4em auto 5em auto; }

.cv-wrapper img {
  width: 100%; }

.about-wrapper {
  width: 40%;
  margin: 4em auto 5em auto; }

.image-wrapper {
  width: 100%;
  float: left;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%; }

.text-wrapper {
  width: 100%;
  float: left;
  padding: 3em 0 4em 0;
  overflow: hidden; }
  .text-wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px; }

.work-item {
  margin-bottom: 5em; }

#background-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 1; }

#inner {
  width: 110%;
  position: absolute;
  top: -75px;
  left: 50%;
  bottom: -75px;
  margin-left: -55%;
  text-align: center;
  background: #000; }

#inner iframe {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 639px) {
  nav {
    padding: 0 1.5% 0 3%; }
    nav .nav-toggle {
      font-family: 'Archivo Narrow', sans-serif; }

  .work-list .work-item {
    width: 98.7%; }

  .nav-collapse,
  .nav-collapse * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .nav-collapse,
  .nav-collapse ul {
    list-style: none;
    width: 100%;
    float: right;
    padding: 0; }

  .nav-collapse li {
    float: right;
    width: 100%; }

  .nav-collapse a {
    color: #fff;
    text-decoration: none;
    float: right;
    padding-right: 7%; }

  .cv-wrapper {
    width: 90%; }

  .image-wrapper {
    width: 100%; }

  .text-wrapper {
    width: 100%;
    padding-left: 0em; } }
.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right; }

.nav-toggle:before {
  color: white;
  /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 3px; }

.nav-toggle.active::before {
  font-size: 24px;
  content: "x"; }

#backgroundimage {
  width: 100%;
  height: 100%;
  background: url(../images/mobilestill.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.stills {
  width: 70%;
  margin: 3em auto 1em auto;
}

.stills img {
  width: 100%;
  margin: 1em auto;
}

@media screen and (max-width: 1200px) {
  #inner iframe {
    width: 175%;
    -ms-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}  
