/* CSS Document */
#landing-hero {
  background-color: #231f20;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#landing-hero .content {
  width: calc(100% - 80px);
  max-width: 1100px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
#landing-hero .content h1 {
  width: 50%;
  color: #fff;
  font-family: 'LuckyFellas', cursive;
  font-weight: 300;
  font-size: 12vmin;
  line-height: 11vmin;
}
#landing-hero .overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#231f20+0,231f20+100&0.5+80,0+100 */
  background: -moz-linear-gradient(left, rgba(35, 31, 32, 0.5) 0%, rgba(35, 31, 32, 0.5) 80%, rgba(35, 31, 32, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(35, 31, 32, 0.5) 0%, rgba(35, 31, 32, 0.5) 80%, rgba(35, 31, 32, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(35, 31, 32, 0.5) 0%, rgba(35, 31, 32, 0.5) 80%, rgba(35, 31, 32, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80231f20', endColorstr='#00231f20', GradientType=1);
  /* IE6-9 */
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#landing-hero-bar {
  background-color: #0071cf;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#landing-hero-bar .content {
  width: calc(100% - 80px);
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#landing-hero-bar .content .copy {
  width: 60%;
}
#landing-hero-bar .content .copy h2 {
  width: 100%;
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
#landing-hero-bar .content .copy h3 {
  width: 100%;
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  color: #93c0ea;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
#landing-hero-bar .content a.cta.outline:hover {
  background-color: #fff !important;
}
@media screen and (max-width: 1100px) {
  #landing-hero .content h1 {
    width: 60%;
    font-size: 10vmin;
    line-height: 9vmin;
  }
}
@media screen and (max-width: 840px) {
  #landing-hero {
    height: 300px;
  }
  #landing-hero .content h1 {
    width: 80%;
    font-size: 10vmin;
    line-height: 9vmin;
  }
}
@media screen and (max-width: 760px) {
  #landing-hero-bar .content {
    width: calc(100% - 80px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #landing-hero-bar .content .copy {
    width: 100%;
  }
  #landing-hero-bar .content .copy h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #landing-hero-bar .content .copy h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 660px) {
  #landing-hero {
    height: 240px;
  }
  #landing-hero .content {
    width: calc(100% - 40px);
  }
  #landing-hero .content h1 {
    font-size: 12vmin;
    line-height: 11vmin;
  }
}
@media screen and (max-width: 420px) {
  #landing-hero .content h1 {
    font-size: 14vmin;
    line-height: 13vmin;
  }
}
