/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3f2448");
  
@font-face {
  font-family: "EuropaGroteskSH-DemBol";
  src: url('../webFonts/EuropaGroteskSHDemBol/font.woff2') format('woff2'), url('../webFonts/EuropaGroteskSHDemBol/font.woff') format('woff');
}



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #ddd;
  font-size: 1em;
  line-height: 1.4;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  margin: 0px;
  background-color: #222;
}

@media (max-width: 1400px) {
  .width_container{
    max-width: 100%;
  }
}

.width_container{
  max-width: 1400px;
  margin: 0 auto;
}


.hero_vid{
  position: relative;
  width: 100%;
  height:auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  overflow-y: hidden;
}

@media (max-width: 575px){
  .hero_vid{
    overflow-x: hidden;
    margin-top: 25px;

  }

}


.showreel img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.logocontainer {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.hero_logo{
  width:100%;
}



@media (max-width: 900px) {
.hero_logo{
  width:70%;
}
}

@media (max-width: 575px) {
.hero_logo{
  width:50%;
}
}

.feature-img__bgvideo {
            position: relative;
            width: 100%;
            overflow-y: hidden;
           
        }

        @media (max-width: 575px) {
.feature-img__bgvideo{
  width:200%;
  margin-left: -50%;
}
}


.hero_logo_blurb {
  font-family: 'EuropaGroteskSH-DemBol', sans-serif;
 
  font-size: 14px; 
  position: relative;
  text-align: center;
  margin-top: 20px;
  color: #fff;


}




.home_intro{
  position: relative;
  width: 60%;
  padding-right: 40px;
  font-family: 'EuropaGroteskSH-DemBol', sans-serif;
  font-weight: 700;
  font-size: 50px; 
  color: #fff;
  letter-spacing: 2px;
  line-height: 120%;
  margin:0 auto; 
  padding-top:200px; 
  padding-bottom: 200px;
  text-align:left; 
  max-width: 1200px;

  
}

.home_intro_grey{
  background-color: #1a1a1a;
}

@media (max-width: 960px){
  .home_intro{
    width:80%;
    font-size: 40px;
    border-right: solid 0px #fff;
    padding-top:60px; 

  }
}

@media (max-width: 780px){
  .home_intro{
    width:80%;
    font-size: 25px;
    border-right: solid 0px #fff;
    padding-top:60px; 

  }
}

@media (max-width: 575px) {
  .home_intro{ 
    font-size: 30px;
    padding-bottom: 70px;
    
  }
}

.casestudy_short{
  display: block;
    background-color: #eee;
  width: 33.333333%;
  position: relative;
}

.casestudy_short:hover {
  opacity: 0.98;
}

.casestudy_short:before{
  content:'';
    float:left;
    padding-top:100%;
}


@media (max-width: 1660px) {
  .casestudy_short{
    width: 50%;
  }
}

@media (max-width: 575px) {
  .casestudy_short{
    width: 100%;
  }
}


@media (max-width: 575px){
.casestudy_copyblock{
position:absolute;
top: 50%;
padding: 0 40px;
    left: 0;
transform: translateY(-50%);

}
}


.casestudy_shortblurb_sounds {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/sounds_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_sounds{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_sounds{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  
  
  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_macbeth {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/macbeth_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_macbeth{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_macbeth{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  
  
  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_salty {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/saltytv_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_salty{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_salty{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  
  
  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_southside {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/southside_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_southside{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}


}

.casestudy_shortblurb_bottle {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/bottles_thumb_v2.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_bottle{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}


}

.casestudy_shortblurb_3hour{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/3hour_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_3hour{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}


}

.casestudy_shortblurb_needy{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/needy_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_needy{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}


}

@media (max-width: 575px) {
  .casestudy_shortblurb_southside{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  
  
  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_loop {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/loop_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_loop{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_loop{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  
  
  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_jbw {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/jbw_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_jbw{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_jbw{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  
  
  background-repeat: no-repeat;
}
}


.casestudy_shortblurb_volvo {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/volvo_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_volvo{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_volvo{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
}
}


.casestudy_shortblurb_cav {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/cav_thumb.png');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_cav{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_cav{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_samoa {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/samoa_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_samoa{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_samoa{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
}


.casestudy_shortblurb_finn {
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/finn_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_finn{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_finn{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;

}
}

.casestudy_shortblurb_elemental{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/elemental_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_elemental{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_elemental{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_emirates{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/emirates_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_emirates{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_emirates{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}


.casestudy_shortblurb_steiny{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/steiny_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_steiny{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_steiny{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_schhh{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/schhh_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_schhh{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_schhh{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_virgin{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/virgin_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_virgin{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_virgin{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_ditch{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/itch_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_ditch{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_ditch{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_learndrive{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/learn_drive_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_learndrive{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_learndrive{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_tastetest{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/simparica_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_tastetest{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_tastetest{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}


.casestudy_shortblurb_play_melbourne{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/play_melb_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_play_melbourne{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_play_melbourne{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;


  background-repeat: no-repeat;
}
}

.casestudy_shortblurb_kenneth{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/kenneth_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_kenneth{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_kenneth{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;

}
}

.casestudy_shortblurb_personal{
  display: flex;
  align-items: center;
  padding: 60px;
  background-image: url('../img/thumbs/tom_thumb.jpg');
  background-color: #eee;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  letter-spacing: 1px;
  line-height: 140%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
    background-position: center;
}

@media (max-width: 995px) {
  .casestudy_shortblurb_personal{
  display: flex;
  align-items: center;
  padding: 40px;
  
  
}
}

@media (max-width: 575px) {
  .casestudy_shortblurb_personal{
  padding: 40px;
  padding-bottom:100%;
position:relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;

}
}


.casestudy_shortimg{
  background-color: #333;
  width: 50%;
  height: 50%;
  float: right;
  overflow: hidden;
}

.casestudy_shortimg img{
  background-color: #333;
  width: 100%;
}

@media (max-width: 575px) {
.casestudy_shortimg{
  display: none;
}
}


#header{
	position: relative;
  max-width: 1440px;
	width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
  padding: 10px 20px;
  display: flex;
  align-items: center;
	  justify-content: space-between;

}

.nav_width{
  width:100%;
  background-color: #000;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  z-index: 3;
}

.content{
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

  .content_jc{
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;

/*
  margin-top: 800px;


    z-index: 1;
	*/
}

.awards_background{
  position: relative;
  width: 100%;
  background-color: #292929;

    background-image: url('../img/brags_v1.png');
  background-size: cover;
  background-repeat: no-repeat;

}

@media (max-width: 575px){
  .awards_background{
     padding-left: 0%;
  }
}

.awards{
  margin:0 auto;
  padding: 40px 0;
  position: relative;
  width: 90%;
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-size: 25px; 
  letter-spacing: 1px;
  line-height: 100%;
  text-align:left; 
  max-width: 1200px;
  z-index: 2;


}

.darkergrey{
  background-color: #000;
  /* margin: 40px; */
  padding-top: 5px;
}

.thirtygrey{
  background-color: #303030;
  /* margin: 40px; */
  padding-top: 5px;
}

.thirtygreypadd{
  background-color: #303030;
  /* margin: 40px; */
  padding-top: 0px;
  padding-bottom: 0px;
}

.darkgrey_insitu{
  background-color: #303030;
  /* margin: 40px; */
  padding-top: 100px;
  padding-bottom: 100px;
}

.darkgrey_insitu2{
  background-color: #303030;
  /* margin: 40px; */
  padding: 3%;

}

.white_insitu{
  background-color: #000;
  /* margin: 40px; */
  padding: 5%;

}

.black_insitu{
  background-color: #000;
  /* margin: 40px; */
  padding: 3%;

}


.lightgrey{
  background-color: #F2F3F5;
  /* margin: 40px; */
  text-align: center;
}

.lightgrey_cycle{
  background-color: #d9dee1;
  /* margin: 40px; */
  text-align: center;
  padding: 3%;
}

.lightgrey_steiny {
  padding-bottom: 40px;
}

.yelloo{
  background-color: #fccf53;
  /* margin: 40px; */
  text-align: center;
}

.lightgrey_waikare{
  background-color: #ebebeb;
  /* margin: 40px; */
  text-align: center;
}

.lightgrey_salty{
  background-color: #d9dee1;
  /* margin: 40px; */
  text-align: center;
}

.lightgrey_animate{
  padding: 120px;
  background-color: #F2F3F5;
}

@media (max-width: 768px) {
  .lightgrey_animate{
  padding: 40px;
}
}

@media (max-width: 575px) {
  .lightgrey_animate{
  padding: 40px;
}
}

.jeremy-wrapper {
	overflow: hidden;
}

.jeremy{
	position: relative;
  display: block;
  width:100%;
  background-color: #000;
}

.jeremy_mob {
	position: relative;
  display: none;
}

@media (max-width: 575px) {
.jeremy_mob {
  display: block;
  width:100%;
}
}


@media (max-width: 575px) {
.jeremy{
 display:none;
}
}

.jbw_dsk{
  display: block;
}

@media (max-width: 575px) {
.jbw_dsk{
  display: none;
}
}


.jbw_mob{
  display: block;
}

@media (min-width: 575px) {
.jbw_mob{
  display: none;
}
}


/*Salty*/

.bleed-img{
  display: block;
}

@media (max-width: 575px) {
.bleed-img{
  display: none;
}
}


.salty_mob{
  display: block;
}

@media (min-width: 575px) {
.salty_mob{
  display: none;
}
}

.south_mob{
  display: block;
}

@media (min-width: 575px) {
.south_mob{
  display: none;
}
}

/*endSalty*/


.jbw_animate {
    padding: 0px;


}

.jbmob {
  display: none;
}

@media (max-width: 575px) {
.jbmob {
  display: block;
}
}

.darkgrey{
  background-color: #151515;

}

.darkgrey_pad{
  background-color: #151515;
    padding: 3%;
  /*padding-bottom: 3%;*/

}

.darkishgrey{
  background-color: #323232;

}

.darkmelbgrey{
  background-color: #333333;

}

.midgrey{
  background-color: #ccc;

}

.pink{
  background-color: #feeefb;

}

.red{
  background-color: #E91D49;

}

.dark_blue_at{
  background-color: #232B37;

}

.lightblue_at{
  background-color: #CFEBF7;

}

.lightblue{
  background-color: #cfebf7;

}

.dark_drive{
  background-color: #2A3F44;

}

.mint{
  background-color: #dbf4ef;

}

.yellow{
  background-color: #FFFCDB;

}
.white{
  background-color: #FFFfff;
}

}

.main{
  position: relative;
}

.skills{
  position: relative;
  margin-top: 40px;
}



.content img {
	max-width: 1440px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  z-index:100;
}

.content img.bleed-img {
max-width: 2000px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  z-index:100;
}

.content img.desktop-img {
  display: inline;
   margin-top: -200px;
   max-width: 960px;
   width: 70%;
}

@media (max-width: 900px) {
.content img.desktop-img {
  margin-top: -100px;

}
}

@media (max-width: 575px) {
.content img.desktop-img {
  margin-top: -100px;

}
}

.video-group {
  position: relative;
  cursor: pointer;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
}
#logo{
	position: relative;
		max-width: 1200px;
  width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	padding: 20px;
	padding-left:15px;
	padding-right:15px;
	background-color: #000;
	

}

.logo-home {
  display: inline-block;
  width: 90%;
  height: auto;
}

@media (max-width: 575px) {
.logo-home {
  width: 30px;

}
}


#nav { 
	margin-top:0px; 
	text-align:right; 
	font-family: 'EuropaGroteskSH-DemBol', sans-serif;
  font-weight: 300
	font-size: 20px; 


}

#nav ul { padding:0; margin:0;}
#nav ul li { display:inline; padding-left:20px;}
#nav ul li a { text-decoration: none;}
#nav ul li img { background-color:#fff; border: 0; margin-bottom:-3px;padding-right: 9px; padding-left: 6px;}
#nav a:link, #nav a:visited { color:#A9A9A9; text-decoration: none;}
#nav a:hover, #nav li.cur a:link, #nav li.cur a:visited { color: #ffe333; background-color: transparent; }


.intro {
	margin-top:40px; 
	text-align:left; 
  width: 50%;
  border-right: solid 1px #eee;
  padding-right: 40px;

}


@media (max-width: 900px) {
  .intro { width: 90%; border-right: none; padding-right: 0;}

}

img {
  margin:0 auto;
  display: block;
}

.button {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 18px; 
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
}

.button:link, .button:visited { color:#fff; text-decoration: none;}

@media (max-width: 575px){
  .button:link, .button:visited { color:#fff; text-decoration: none;}
}

.button:hover { color: #ffe333; background-color: transparent; }

.casestudy_shortblurb_jbw:hover .button {
  color: #ffe333;
}

.button:after{  
  display:block;
  width: 17px;
  height: 21px;
  position: absolute;
  right: -25px;
  top: -1px;
  background-image: url('../img/arrow_white.png');
  background-repeat: no-repeat;
  background-size: 90%;
  content: '';
}

@media (max-width: 575px){
.button:after{
    background-image: url('../img/arrow_white.png');
}

}

.button_watch {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 18px; 
  color: #ccc;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
}

.button_watch:link, .button_watch:visited { color:#fff; text-decoration: none;}

@media (max-width: 575px){
  .button_watch:link, .button_watch:visited { color:#fff; text-decoration: none;}
}

.button_watch:hover { color: #ffe333; background-color: transparent; }

/*.casestudy_shortblurb_jbw:hover .button_watch {
  color: #ffe333;
}
*/

.button_watch:after{  
  display:block;
  width: 17px;
  height: 21px;
  position: absolute;
  right: -25px;
  top: -1px;
  /*background-image: url('../img/arrow_white.png');*/
  background-repeat: no-repeat;
  background-size: 90%;
  content: '';
}

@media (max-width: 575px){
.button_watch:after{
/*    background-image: url('../img/arrow_white.png');*/
}

}



.button_dark {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 18px; 
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
}

.button_dark:link, .button_dark:visited { color:#000; text-decoration: none;}

@media (max-width: 575px){
  .button_dark:link, .button_dark:visited { color:#000; text-decoration: none;}
}

.button_dark:hover { color: #ffe333; background-color: transparent; }


.button_dark:after{  
  display:block;
  width: 17px;
  height: 21px;
  position: absolute;
  right: -25px;
  top: 5px;
  background-image: url('../img/arrow_black.png');
  background-repeat: no-repeat;
  background-size: 90%;
  content: '';
}

@media (max-width: 575px){
.button_dark:after{
    background-image: url('../img/arrow_black.png');
}

}

.copy { 

	margin:0 auto; 
	margin-top:20px; 
	margin-bottom: 150px;
	text-align:left; 
	max-width: 1200px;
  width: 90%;
/*
    position: fixed; Set the navbar to fixed position
  top: 20; /* Position the navbar at the top of the page 
  z-index: 0;
*/
}

.vert_divider {
  border-left: 3px #eee;
  height: 500px;
 position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

h1 {

	margin-top:190px; 
	text-align:left; 
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 24px; 
	margin-bottom: 15px;

}


@media (max-width: 575px){
  h1 {
    margin-top:160px; 
    font-size: 18px; 
  }
}


h1.home_case {
  font-family: 'Muli', sans-serif;
  color: #fff;
  margin-top: 0px; 
  font-size: 15px; 
  margin-bottom: 10px;
  line-height: 1;
}


@media (max-width: 768px){
  h1.home_case {
  font-size: 13px; 
  }
}

@media (max-width: 575px){
  h1.home_case {
    
  }
}

h1.home_case_dark {
  color: #000;
  margin-top: 0px; 
  font-size: 18px; 
  margin-bottom: 10px;
  line-height: 1;
}


@media (max-width: 768px){
  h1.home_case_dark {
  font-size: 15px; 
  }
}

@media (max-width: 575px){
  h1.home_case_dark {
    
  }
}


h2 {
		margin:0 auto; 
		margin-top:-3x; 
		margin-left: -3px;
	text-align:left; 
	font-family: 'EuropaGroteskSH-DemBol';
	font-weight: normal;
	font-size: 120px; 
  letter-spacing: 2px;
	margin-bottom: 60px;
	line-height: 0.9;
}

@media (max-width: 768px) {
  h2 { font-size: 77px;
    margin-top:-5px;
   }
}

@media (max-width: 575px) {
  h2 { font-size: 60px;
    margin-top: 3px;
   }
}

h2.home_case {
  font-size: 60px; 
  color: #fff;
  margin-bottom: 30px;
  line-height: 0.9;
}

@media (max-width: 1600px){
  h2.home_case {
    font-size: 80px; 
  }
}

@media (max-width: 1200px){
  h2.home_case {
    font-size: 60px; 
  }
}

@media (max-width: 900px){
  h2.home_case {
    font-size: 35px; 
  }
}

@media (max-width: 780px){
  h2.home_case {
    font-size: 30px; 
  }
}

@media (max-width: 575px){
  h2.home_case {
    font-size: 40px; 
    
  }
}

h2.home_case_dark {
  font-size: 60px; 
  color: #000;
  margin-bottom: 30px;
  line-height: 0.9;
}

@media (max-width: 1600px){
  h2.home_case_dark{
    font-size: 45px; 
  }
}

@media (max-width: 1200px){
  h2.home_case_dark {
    font-size: 45px; 
  }
}

@media (max-width: 900px){
  h2.home_case_dark {
    font-size: 35px; 
  }
}

@media (max-width: 780px){
  h2.home_case_dark {
    font-size: 30px; 
  }
}

@media (max-width: 575px){
  h2.home_case_dark {
    font-size: 40px; 
    
  }
}


h3 {
		margin:0 auto; 
	text-align:left; 
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	font-size: 12px; 
	margin-bottom: 50px;
	line-height: 100%;

}

@media (max-width: 575px){
  h3{
    font-size: 10px; 
  }
}


h4{
      margin:0 auto; 
  text-align:left; 
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 20px; 
  line-height: 110%;
  padding-top: 40px;

}

@media (max-width: 575px){
  h4{
    font-size: 15px; 
  }
}

h5{
      margin:0 auto; 
  text-align:left; 
 font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px; 
  line-height: 150%;
  padding-top: 10px;

}

@media (max-width: 575px){
  h5{
    font-size: 13px; 
  }
}

.next {    
  margin-top:50px; 
  text-align:left; 
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 18px; 
  margin-bottom: 0px;

}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; 
	letter-spacing: 1px;
	line-height: 150%;
}



@media (max-width: 768px) {
  p { font-size: 14px; }
}

p a:link, a:visited { color:#A9A9A9; text-decoration: none;}

p a:hover { color: #ffe333; background-color: transparent; }

.video_wrapper{
  background-color: #fff;
}
.video_image:hover {
  opacity: .8;
}

.casestudy {
    margin-top: 0px; 
  text-align:left; 
  font-family: 'EuropaGroteskSH-DemBol', sans-serif;
  font-weight: 700;
  font-size: 48px; 
  letter-spacing: 1px;
  margin-bottom: 0px;
    line-height: 1;
}

.casestudy a:link, .casestudy a:visited { color:#A9A9A9; text-decoration: none;}

.casestudy a:hover { color: #ffe333; background-color: transparent; }

@media (max-width: 575px) {
  .casestudy { font-size: 30px; }
}


.work_container{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  background-color: #eee;
}

.footer {
  margin:0 auto; 
  margin-top:60px; 
  margin-bottom: 60px;
  text-align:left; 
  max-width: 1200px;
  width: 90%;

/*
  padding: 50px;
  position: relative;
  max-width: 1200px;
  */
}

.footer_about {
  background-color: #000;
  margin:0 auto; 
  padding-top:60px; 
  padding-bottom: 60px;
  text-align:left; 
  max-width: 1200px;
  width: 90%;
}

/* ==========================================================================
   Video
   ========================================================================== */

body.body--video-open {
    overflow: hidden;
    padding-right: 15px; }
    @media (max-width: 767px) {
      body.body--video-open {
        padding-right: 0; } }

.work-video {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: fixed;
  left: -100%;
  opacity: 0;
  -webkit-transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out; }
  .work-video.videoopen {
    left: 0%;
    opacity: 1; }
    .work-video .work-video_container {
        position: relative;
        margin: 40px 15px 0;
    }
    @media (min-width: 768px) {
      .work-video .work-video_container {
        margin: 40px auto 0;
        max-width: 80%;} }
  .work-video .work-video-bg {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.9);
    position: absolute; }
  .work-video .intro-video {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    display: block; }
  .work-video .player-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .work-video .player-container iframe, .work-video .player-container object, .work-video .player-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .work-video .container {
    padding-top: 50px;
    position: relative; }
  .work-video .modal-close-btn {
    right: 0;
    top: -40px;
    width: 29px;
    height: 40px;
    position: absolute;
    background-image: url(../img/close-mob-nav.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
  .work-video .close-btn:after {
    content: "g";
    font-size: 12px;
    top: 14px; }
  .work-video .close-btn:hover:after, .work-video .close-btn:active:after {
    right: 20px; }
  .work-video .close-btn:hover {
    background-color: #000; }
    .work-video .endframe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px; }
    .work-video .endframe.is-visible {
      display: -webkit-box;
      display: flex;
      visibility: visible; }
  .work-video .vidcontrols {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
  .work-video .logo {
    display: none;
    width: 172px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .work-video .logo {
        display: block;
        width: 305px;
        margin: 0 auto 40px; } }
  .work-video .button_watch {
    cursor: pointer;
    text-align: center;
      font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
    display: block;
    width: 230px;
    margin: 30 auto; }
    @media (min-width: 768px) {
      .work-video .button_watch {
        display: inline-block;
        width: initial;
        margin: 30 10px; } }
  .work-video .replay {
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;   }

/*.work-video.replay a:link, .work-video.replay a:visited { color:#A9A9A9; text-decoration: none;}

.work-video.replay a:hover { color: #ffe333; background-color: transparent; }*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}


