@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,100");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  background: #000; }

header {
  background-size: cover;
  padding: auto 40px;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1000px) {
    header {
      padding: 74px 20px 60px; } }
  header .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  header #top-bar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 40px 0;
    z-index: 2; }
    @media (max-width: 1000px) {
      header #top-bar {
        padding: 20px 20px 0; } }
    header #top-bar #logo {
      display: inline-block;
      float: left;
      border: rgba(255, 255, 255, 0.2) 1px solid; }
      header #top-bar #logo h3 {
        font-family: 'Roboto';
        font-size: 1em;
        font-weight: 300;
        color: #fff;
        letter-spacing: .05em;
        line-height: 1;
        margin: 0;
        padding: 8px 8px 8px; }
    header #top-bar nav {
      display: inline-block;
      text-align: right;
      float: right; }
      @media (max-width: 720px) {
        header #top-bar nav {
          display: none; } }
      header #top-bar nav ul {
        margin: 0;
        padding: 0; }
        header #top-bar nav ul li {
          padding: 0;
          margin: 0 20px 0 0;
          display: inline-block;
          font-family: 'Roboto';
          font-size: .9em;
          font-weight: 300;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: .05em; }
          header #top-bar nav ul li:first-child {
            margin-left: 0; }
          header #top-bar nav ul li:last-child {
            margin-right: 0; }
          header #top-bar nav ul li a {
            color: #fff;
            text-decoration: none; }
            header #top-bar nav ul li a:hover {
              opacity: .7; }
    header #top-bar #mobile-button {
      display: none;
      cursor: pointer; }
      @media (max-width: 720px) {
        header #top-bar #mobile-button {
          display: inline-block;
          text-align: right;
          float: right;
          line-height: 1; } }
      header #top-bar #mobile-button .fa-bars {
        font-size: 2em;
        color: #fff; }
      header #top-bar #mobile-button p {
        font-size: 2em;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 1; }
  header #mobile-nav-panel {
    display: none; }
    @media (max-width: 720px) {
      header #mobile-nav-panel {
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0.96);
        width: 70%;
        height: calc(100vh - 40px);
        margin: 0;
        padding: 20px;
        top: 0;
        bottom: 0;
        left: -650px;
        text-align: left;
        z-index: 999999;
        border-right: rgba(255, 255, 255, 0.1) 1px solid;
        overflow: hidden; }
        header #mobile-nav-panel ul {
          margin: 0 0 20px;
          padding: 0; }
          header #mobile-nav-panel ul li {
            margin: 0 20px 0 0;
            display: block;
            font-family: 'Roboto';
            font-size: 1.1em;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .05em;
            padding: 10px;
            white-space: nowrap;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            header #mobile-nav-panel ul li:first-child {
              margin-left: 0; }
            header #mobile-nav-panel ul li:last-child {
              margin-right: 0;
              border-bottom: 0; }
            header #mobile-nav-panel ul li a {
              color: #fff;
              text-decoration: none; }
              header #mobile-nav-panel ul li a:hover {
                opacity: .7; }
        header #mobile-nav-panel h3 {
          font-family: 'Roboto';
          font-size: 1em;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.4);
          text-transform: uppercase;
          margin: 0;
          padding: 0; } }
  header .container {
    text-align: center; }
    header .container h1 {
      font-family: 'Roboto';
      font-size: 4em;
      font-weight: 100;
      color: #fff;
      line-height: 1;
      margin: 0 auto;
      padding: 0;
      text-transform: uppercase; }
    header .container h2 {
      font-family: 'Roboto';
      font-size: 1.4em;
      font-weight: 100;
      color: #fff;
      line-height: 1;
      letter-spacing: .2em;
      margin: 0 auto;
      padding: 1em 0 0;
      text-transform: uppercase; }
    header .container p {
      font-family: 'Roboto';
      font-size: 1em;
      font-weight: 100;
      color: #fff;
      line-height: 2;
      letter-spacing: .2em;
      padding: 1.2em 0 0; }
    header .container .fa-arrow-circle-down {
      color: #fff;
      font-size: 3em;
      margin: 30px auto 0; }
      header .container .fa-arrow-circle-down:hover {
        opacity: .7; }
  header #main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    header #main .container {
      text-align: center; }
      header #main .container h1 {
        font-family: 'Roboto';
        font-size: 4em;
        font-weight: 100;
        color: #fff;
        line-height: 1;
        margin: 0 auto; }
      header #main .container h2 {
        font-family: 'Roboto';
        font-size: 1.1em;
        font-weight: 100;
        color: #fff;
        line-height: 1;
        letter-spacing: .2em;
        margin: 0 auto;
        padding-top: .1em;
        text-transform: uppercase; }
    header #main .button {
      font-family: 'league-gothic';
      font-size: 2.4em;
      font-weight: 400;
      margin: 1em .5em 1.5em 0;
      padding: .2em 2em;
      text-shadow: #000 1px 1px;
      background-color: rgba(0, 0, 0, 0.2); }
      header #main .button:last-child {
        margin-right: 0; }
      header #main .button:hover {
        text-shadow: #fff 0 0; }

#about {
  padding: 60px 40px;
  background: #fff;
  min-height: 90vh;
  text-align: center; }
  #about h2 {
    font-family: 'Roboto';
    font-size: 1.6em;
    font-weight: 100;
    color: #000;
    line-height: 1;
    letter-spacing: .2em;
    margin: 0 auto;
    padding-top: .1em;
    text-transform: uppercase; }

#samples {
  padding: 60px 40px;
  background: #000;
  min-height: 90vh;
  text-align: center; }
  #samples h2 {
    font-family: 'Roboto';
    font-size: 1.6em;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    letter-spacing: .2em;
    margin: 0 auto;
    padding-top: .1em; }

#technologies {
  padding: 60px 40px;
  background: #fff;
  min-height: 90vh;
  text-align: center; }
  #technologies h2 {
    font-family: 'Roboto';
    font-size: 1.6em;
    font-weight: 100;
    color: #000;
    line-height: 1;
    letter-spacing: .2em;
    margin: 0 auto;
    padding-top: .1em;
    text-transform: uppercase; }

#clients {
  padding: 60px 40px;
  background: #000;
  min-height: 90vh;
  text-align: center; }
  #clients h2 {
    font-family: 'Roboto';
    font-size: 1.6em;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    letter-spacing: .2em;
    margin: 0 auto;
    padding-top: .1em;
    text-transform: uppercase; }

footer {
  padding: 40px 40px;
  background: #fff;
  text-align: center; }
  footer h2 {
    font-family: 'Roboto';
    font-size: 1.6em;
    font-weight: 100;
    color: #000;
    line-height: 1;
    letter-spacing: .2em;
    margin: 0 auto;
    padding-top: .1em;
    text-transform: uppercase; }

/* Mobile Nav */
#nav-mobile {
  display: none; }
  @media (max-width: 720px) {
    #nav-mobile {
      display: block;
      padding: 0;
      margin: 0; }
      #nav-mobile #nav-mobile-top {
        position: fixed;
        z-index: 998;
        height: 44px;
        width: 100%;
        background: #000;
        border-bottom: #333 solid 1px;
        padding: 10px 10px 0;
        text-align: left; }
        #nav-mobile #nav-mobile-top h1 {
          font-family: 'league-gothic';
          font-size: 1em;
          line-height: 1;
          color: #fff !important; }
        #nav-mobile #nav-mobile-top img {
          height: 30px;
          display: inline-block; } }

/*********************************************************************************/
/* Social                                                                        */
/*********************************************************************************/
#social {
  display: block;
  position: relative;
  margin: 2em 0 0;
  padding: 0;
  text-align: center; }
  #social a {
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    opacity: .2;
    text-shadow: #000 1px 1px;
    display: inline;
    position: relative;
    margin: 0 .2em 0 0;
    padding: 0; }
    #social a:last-child {
      margin-right: 0; }
    #social a:hover {
      opacity: 1; }

/*********************************************************************************/
/* Video                                                                         */
/*********************************************************************************/
.video-responsive {
  max-width: 100%;
  margin: 2em auto 3em; }
  .video-responsive .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 frame */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    text-align: center; }
    .video-responsive .embed-container iframe, .video-responsive .embed-container object, .video-responsive .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-responsive .embed-container iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border: none; }
  .video-responsive .embed-container-fourthree {
    position: relative;
    padding-bottom: 75%;
    /* 4:3 frame */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    text-align: center; }
    .video-responsive .embed-container-fourthree iframe, .video-responsive .embed-container-fourthree object, .video-responsive .embed-container-fourthree embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*********************************************************************************/
/* Buttons                                                                       */
/*********************************************************************************/
.button {
  position: relative;
  display: inline-block;
  background: none;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: .7em 2em;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 300;
  -moz-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  -webkit-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  -o-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  -ms-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  text-align: center; }
  .button:hover {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    color: #000 !important; }
