@media( max-width: 576px ){

}



@media only screen and (max-width: 991.98px) {
  #hero {
    display: none;
  }

  #hero-mobile {
    display: block;
  }
}/*768*/


@media(min-width: 992px){
    #hero .content-container .btn{
      font-size: 20px;
    }

  #hero {

    overflow: hidden;
    position: relative;
  }


  .layer {
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    position: fixed;
    z-index: -1;
  }

  #hero-mobile {
    display: none;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/full_illustration.png") no-repeat center bottom/cover;
    height: 320px;
  }

  .first-section {
    padding: 50px 0 20px 0;
  }

  .text-header {
    font-size: 50px;
    text-align: center;
  }

  h1 {
    line-height: 120%;
    margin-bottom: 30px;
  }

  p {
    color: #ede0d5;
    font-size: 18px;
    line-height: 150%;
  }

  #hero,
  .layer {
    height: 1080px!important;
  }

  .layer-bg {
    background-image: url("../img/Layer4-Back-Money.jpg");
    background-size: cover;
  }

  .layer-1 {
    background-image: url("../img/Layer3-Words.png");
    background-position: top 50px left 18%;
  }

  .layer-2 {
    background-image: url("../img/Layer2-Josh.png");
    background-position: bottom 100px left 34%;
  }

  .layer-3{
    background: rgba(3,16,50, 0.9);
  }

  .layer-3,
  .holder-layer {
    padding-left: 25px;
    padding-right: 25px;
    background-position: bottom right;
    width: 40%;
    height: 100%;
    right: 8%;
  }

  .holder-layer{
    position: absolute;
  }

  .layer-4 {
    background-image: url("../img/white-fade.png");
    background-size: 100%;
    background-position: center bottom;
    top: 20px;
  }

  .layer-overlay {
    background-image: url("../img/money-nofade.png");
    background-size: 100%;
    background-position: center top 750px;
  }


  .bg-transparent-blue{
    background: rgba(3,16,50, 0.9);
  }

  .top-container{
    z-index: 1;
    position: relative;
  }

  .content-container{
    margin-bottom: 180px;
  }
}/* 992*/


@media(min-width: 1200px){
  .layer-overlay {
    background-position: center top 670px;
  }

  .layer-3,
  .holder-layer {
    padding-left: 25px;
    padding-right: 25px;
    background-position: bottom right;
    width: 40%;
    height: 100%;
    right: 8%;
    max-width: 500px;
  }


}/* 1200 */
