/* Default 
*******************/
.hero {
  background-color: #333132;
  background-image: url('/images/home_images/hero-deer-hunt.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-position: 50% -10%;
  -webkit-background-size: 666px 343px;
  -moz-background-size: 666px 343px;
  -o-background-size: 666px 343px;
  background-size: 666px 343px;
}
.hero .hero-image {
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.hero .hero-image .container {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.hero .hero-image .container .hero-copy {
  padding-top: 325px;
}
.hero .hero-image .container .hero-copy span.sub-header {
  display: block;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}
.hero .hero-image .container .hero-copy h1 {
  margin: 10px 0 0;
  color: #FFF;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 36px;
}
.hero .hero-image .container .hero-copy div.icon-link {
  float: left;
  text-align: center;
  padding: 15px 3%;
  width: 25%;
}
.hero .hero-image .container .hero-copy div.icon-link:before {
  content: " ";
}
.hero .hero-image .container .hero-copy div.icon-link i {
  display: block;
  color: #FFF;
  font-size: 50px;
  font-size: 3.125rem;
}
.hero .hero-image .container .hero-copy div.icon-link a {
  display: block;
  padding-top: 5px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
/* Default Ends 
*******************/
/* MEDIA QUERIES
//////////////////////////////////////*/
/* Phone - Landscape 
***************************************/
@media screen and (min-width: 23.438em) and (max-width: 25.875em) {
  .hero .hero-image .container .hero-copy h1 {
    margin: 10px 0 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
  }
  .hero .hero-image .container .hero-copy div.icon-link {
    padding: 15px 0;
    width: 33%;
  }
}
@media screen and (min-width: 25.938em) and (max-width: 41.625em) {
  .hero .hero-image .container .hero-copy h1 {
    margin: 10px 0 0;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
  }
}
@media screen and (min-width: 41.688em) and (max-width: 47.938em) {
  .hero {
    height: 450px;
    background-position: 50% 50%;
    -webkit-background-size: 981px 505px;
    -moz-background-size: 981px 505px;
    -o-background-size: 981px 505px;
    background-size: 981px 505px;
  }
  .hero .hero-image .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero .hero-image .container .hero-copy {
    padding-top: 160px;
    padding-bottom: 0;
  }
  .hero .hero-image .container .hero-copy span.sub-header {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .hero .hero-image .container .hero-copy h1 {
    margin: 15px 0 20px;
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 70px;
  }
  .hero .hero-image .container .hero-copy div.icon-link {
    padding: 15px 0;
    width: 33%;
  }
}
/* Phone - Landscape End 
***************************************/
/* Tablet Portrait 
***************************************/
@media screen and (min-width: 48em) and (max-width: 61.938em) {
  .hero {
    height: 525px;
    background-position: 50% 50%;
    -webkit-background-size: 1280px 659px   ;
    -moz-background-size: 1280px 659px;
    -o-background-size: 1280px 659px;
    background-size: 1280px 659px;
  }
  .hero .hero-image .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero .hero-image .container .hero-copy {
    padding-top: 200px;
    padding-bottom: 0;
  }
  .hero .hero-image .container .hero-copy span.sub-header {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .hero .hero-image .container .hero-copy h1 {
    margin: 15px 0 15px;
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 70px;
  }
  .hero .hero-image .container .hero-copy div.icon-link {
    display: inline-block;
    float: none;
    width: auto;
  }
  .hero .hero-image .container .hero-copy div.icon-link a {
    display: inline-block;
    padding: 5px 15px;
  }
}
/* Tablet Portrait End 
***************************************/
/* Desktop Narrow/Tablet Landscape 
***************************************/
@media screen and (min-width: 62em) {
  .hero {
    height: 638px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero .hero-image .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero .hero-image .container .hero-copy {
    padding-top: 280px;
    padding-bottom: 0;
  }
  .hero .hero-image .container .hero-copy span.sub-header {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .hero .hero-image .container .hero-copy h1 {
    margin: 15px 0 15px;
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 95px;
  }
  .hero .hero-image .container .hero-copy div.icon-link {
    display: inline-block;
    float: none;
    padding: 15px 5px;
    width: auto;
  }
  .hero .hero-image .container .hero-copy div.icon-link i {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .hero .hero-image .container .hero-copy div.icon-link i.ion-iphone {
    font-size: 70px;
    font-size: 4.375rem;
  }
  .hero .hero-image .container .hero-copy div.icon-link a {
    display: inline-block;
    padding: 5px 15px;
  }
}
/* Desktop Narrow/Tablet Landscape End
***************************************/
/* Desktop Wide 
****************/
@media screen and (min-width: 75em) {
  .hero {
    height: 748px;
    background-position: 50% 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero .hero-image .container .hero-copy {
    padding-top: 320px;
  }
}
/* Desktop Wide End
********************/
