/***** RESET *****/
html, body, div, object, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, fieldset, input, textarea, select, label, legend, button, a, small, table, th, td {margin:0; padding:0; line-height:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
body {text-rendering:optimizeLegibility;}
html, fieldset, img, abbr {border:0;}
img {vertical-align:middle;}
ul, ol {padding-left:1.5em;}
input, textarea, select, button {font-size:1em; font-family:inherit;}
input[type="text"] {-webkit-appearance:none; border-radius:0;}
button, input[type="button"], input[type="reset"], input[type="submit"], label[for] {cursor:pointer; outline: none;}
sup, sub {position:relative; top:-.4em; vertical-align:baseline;}
sub {top:.3em;}
table {border-collapse:collapse; border-spacing:0;}
th {text-align:left;}
code {white-space:pre;}
abbr[title] {cursor:help;}
ins {text-decoration:none;}
q:before, q:after {content:"";}
a:hover, a:focus, a:active {outline:0;}
/***** CLEARFIX *****/
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}

body {
    font-family: Oswald;
    background: #ffffff;
    font-weight: lighter;
    text-transform: uppercase;
}

/* --- Hero Section --- */

.hero-container {
    background: #ffffff;
    position: relative;
    height: calc(100vh);
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateZ(0); /*this forces the GPU to render it*/
}

#videoContainer {
    max-width: 100%;
    -webkit-transform: translateZ(0); /*this forces the GPU to render it*/
}

img.hero-logo {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 50px auto;
}
#video {
  position: absolute;
  min-height: 500px;
}
.hero-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.hero-video video {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/overlay-white.png) no-repeat 50% 50%;
    background-size: cover;
    opacity: .9;
    z-index: 3;
}

.hero-text {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    z-index: 5;
    text-transform: uppercase;
    text-align: left;
    font-size: 45px;
    opacity: .6;
}

.hero-text h1 {
    display: block;
    font-style: normal;
    font-weight: normal;
    pointer-events: none;
    font-weight:  800;
    padding-top: 25%;
    padding-left: 15%;
    padding-right: 20%;
}

.gallery {
    background: #fff;
    min-height: 600px;
}

.gallery-wrapper {
  margin-bottom: 10px;
}


#footer {
    margin-top: 100px;
}

/* --- Client Gallery --- */
.client-gallery {
  background-color: #fff;
  padding: 50px 60px;
}

.client-gallery h2 {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}
.logo-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}


.client {
  display: inline-block;
  width: 18%;
  padding: 25px 3%;
}

.client img {
  width: 100%;
  height: auto;
}

/* --- Instagram Section --- */
#instagram {
  margin: 50px auto;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.instagram-image {
  width: 200px;
  height: 200px;
  background-size: cover;
}

.instagram-image a {
  height: 100%;
  width: 100%;
  display: block;
}

.gallery-filters {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.filter {
  color: #fff;
  margin: 0 20px;
}

.filter:hover p {
  text-decoration: underline;
  cursor: pointer;
}

.menu {
  color:white;
  font-weight: lighter;
}

.btn-main {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

/*#exploreBtn {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  border: none;
  padding: 5px 10px;
  border-radius: 2px;
  background: #FFF;
  margin: 0 auto;
  display: block;
}*/
#exploreBtn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  height: auto;
  z-index: 6;
  cursor: pointer;
}

/*
@media only screen and (max-width: 1200px) {
  .hero-logo {
    top: 170px;
  }
  #exploreBtn {
    margin: 37% 0 0 -150px;
  }

}
*/

.hero-video.no-video {
    background: url(../img/mobile.gif) no-repeat 0 50%;
    background-size: 100%;
  }

  .hero-video.no-video #video {
    display: none;
  }


@media only screen and (max-width: 600px) {
  #video {
    display: none;
  }
  .hero-video {
    background: url(../img/mobile.gif) no-repeat 0 50%;
    background-size: 100%;
  }
}

/* --- Hamburger Menu --- */

.header-menu {
  position: relative;
  float: right;
  top: 30px;
  width: 35px;
  height: 20px;
  margin-right:50px;
  cursor: pointer;
  z-index:9999;
}

.header-menu span {
  position: absolute;
  top: 8px;
  width: 100%;
  border-top: 3px solid #FFF;
  transition: all .3s ease-in-out;
}

.header-menu span:first-child {
  width: 50%;
  top: 0;
}

.header-menu span:nth-child(2) {
  width: 75%;
}

.header-menu span:last-child {
  top: 16px;
}

.header-menu:hover span {
  width: 100%;
}

.header-menu:hover span:first-child {
  float: left;
  width: 100%;
}

.header-menu:hover span:nth-child(2) {
  float: left;
  width: 100%;
}

.header-menu:hover span:last-child {
  float: left;
  width: 100%;
}

.right {
    float: right;
}

#accordion {
  position: absolute;
  float: right;
  display: none;
  margin-top: 100px;
}



/* --- END Hamburger Menu --- */

h3, p {
  color: #000;
  line-height: 3;
  text-align: center;
}

/*#menuBtn, #menuSlide {
    padding: 5px;
    text-align: center;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
}

#menuSlide {
    padding: 50px;
    display: none;*/
.menu-items {
  color: white;
  display: none;
  z-index: 9999999;
  position: absolute;
  right: 100px;
  top: 35px;
}

.menu-items ul {
  list-style: none;
  z-index: 99999;
  display: inline-flex;
}

.menu-items li {
  padding-right: 40px;
  cursor: pointer;
  text-transform: uppercase;
  min-height: 40px;
}

.menu-items li:hover {
  opacity: 0.5;
}

.gallery-filters p:hover {
  opacity: 0.7;
  text-decoration: none;
}

.contact-information a {
  color: #000;
}



