/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* ===================================
DESIGN MODE 
=================================== */
/* primary */
/* secondary */
/* base */
/* logo colors */
/* ===================================
WIREFRAME MODE 
=================================== */
/* ===================================
   DESIGN MODE 
   =================================== */
.block.hero {
  /* structure */
  /*padding-top: 5rem;*/
  padding-bottom: 2.5rem;
}
@media (max-width: 576px) {
  .block.hero {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.hero {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.hero {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
  }
}
.block.hero .container-hero {
  /* structure */
  background-position: center 120px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 576px) {
  .block.hero .container-hero {
    text-align: center;
    background: none !important;
    padding: 140px 15px 0px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.hero .container-hero {
    text-align: center;
    background: none !important;
    padding: 140px 15px 0px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.hero .container-hero {
    text-align: center;
    background: none !important;
    padding: 140px 15px 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.hero .container-hero {
    padding: 120px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.hero .container-hero {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 576px) {
  .block.hero h1 {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.hero h1 {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.hero h1 {
    text-align: center;
  }
}
.block.hero .lead {
  padding: 1rem;
  padding-left: 0px;
}
@media (max-width: 576px) {
  .block.hero .lead {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.hero .lead {
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .block.hero .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.hero .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.hero .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.block.hero .anchor-img-wrapper {
  z-index: 1;
}
@media (max-width: 576px) {
  .block.hero .anchor-img-wrapper {
    margin-bottom: 2.5rem;
  }
}

.block.hero.animate .img-hero {
  /* animations */
  animation: fadeIn;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.hero.has_background {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  .hero.has_background {
    background: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hero.has_background {
    background: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .hero.has_background {
    background: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero.has_background {
    background-position: center 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.has_background {
    background-position: center 70px !important;
  }
}
@media (max-width: 576px) {
  .hero.has_background .container, .hero.has_background .col-12 {
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hero.has_background .container, .hero.has_background .col-12 {
    padding: 0px;
    margin: 0px;
  }
}
.hero.has_background .container-hero {
  /* structure */
  background-position: center 162px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 576px) {
  .hero.has_background .container-hero {
    background: none !important;
    padding: 140px 0px 20px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hero.has_background .container-hero {
    background: none !important;
    padding: 140px 0px 20px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .hero.has_background .container-hero {
    background: none !important;
    padding: 140px 0px 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero.has_background .container-hero {
    padding: 160px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.has_background .container-hero {
    padding: 160px 0px 0px 0px;
  }
}

/* ===================================
WIREFRAME MODE 
=================================== */
.hero.wireframe {
  border: solid 1px #80878D;
}
.hero.wireframe .body {
  border: solid 1px #80878D;
}

/*# sourceMappingURL=hero.css.map */
