/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 101%; }

body {
  min-height: 100%; }

html {
  box-sizing: border-box; }

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

section.hero div.video-cover .down-arrow, section.hero div.video-overlay .down-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

section.hero div.video-cover .logo-overlay, section.hero div.video-overlay .logo-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

a.seamless {
  line-height: 0;
  display: block; }

img, video {
  width: 100%;
  display: block; }

@media (max-width: 767px) {
  .hide-for-mobile {
    display: none !important; } }

@media (min-width: 767px) {
  .show-for-mobile {
    display: none !important; } }

.hide {
  display: none !important; }

* {
  font-family: inherit; }

body {
  font-weight: 300;
  font-style: normal; }

h1 {
  font-weight: 600;
  font-style: normal; }

html {
  min-height: 100%;
  min-width: 100%; }

body {
  font-family: "din-2014",sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0.05rem;
  color: #E5E5E5; }

em {
  font-style: italic; }

a {
  color: #E5E5E5;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 1px transparent solid;
  transition: color .4s, background .4s, border .4s; }

a:hover {
  color: #E5E5E5;
  border-bottom: 1px #E5E5E5 solid; }

h1, h2, h3, h4 {
  color: #E5E5E5; }

h1 {
  font-size: 1.2rem;
  letter-spacing: 0.08rem; }

p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: .05rem;
  color: #E5E5E5; }

p:not(:first-child) {
  margin-top: 1rem; }

section.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: black; }
  section.hero div.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    section.hero div.video-cover .logo-overlay {
      width: 20%;
      min-width: 30rem; }
      @media (max-width: 767px) {
        section.hero div.video-cover .logo-overlay {
          min-width: 80%; } }
    section.hero div.video-cover .down-arrow {
      bottom: 0px;
      max-width: 50px; }
  section.hero div.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    section.hero div.video-overlay .logo-overlay {
      width: 20%;
      min-width: 30rem; }
      @media (max-width: 767px) {
        section.hero div.video-overlay .logo-overlay {
          min-width: 80%; } }
    section.hero div.video-overlay .down-arrow {
      bottom: 0px;
      max-width: 50px; }

div.block-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  position: relative;
  width: 100%;
  height: 50vh; }

div.block-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  position: relative;
  width: 100%; }

main.home {
  background-color: black; }
  main.home .block-flex {
    margin-top: 6rem;
    padding-left: 10%;
    padding-right: 10%;
    border-top: 1px black solid; }
  main.home .block-instagram {
    margin-top: 6rem; }
    main.home .block-instagram h1 {
      padding-left: 10%;
      margin-bottom: 2rem; }
  main.home .home-blurb .center {
    margin: 0 auto;
    width: 80%;
    min-width: 30rem; }
    @media (max-width: 767px) {
      main.home .home-blurb .center {
        min-width: 80%; } }
  main.home .contact .link {
    margin: 2rem auto; }
  main.home .clients p {
    -webkit-column-count: 3;
            column-count: 3;
    line-height: 160%; }
    @media (max-width: 767px) {
      main.home .clients p {
        -webkit-column-count: 2;
                column-count: 2; } }
  main.home #instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%; }
    main.home #instafeed .instagram {
      -webkit-box-flex: 1;
          -ms-flex: 1 25%;
              flex: 1 25%;
      max-width: 25%; }
      @media (max-width: 767px) {
        main.home #instafeed .instagram {
          -webkit-box-flex: 1;
              -ms-flex: 1 50%;
                  flex: 1 50%; } }
      @media (max-width: 767px) {
        main.home #instafeed .instagram {
          max-width: 50%; } }
  main.home .end-logo {
    margin: 3rem auto 0 auto;
    height: 20rem;
    width: 20%;
    min-width: 30rem; }
    @media (max-width: 767px) {
      main.home .end-logo {
        min-width: 80%; } }
