/* DARK BACKGROUND */
/* DARK TEXT */
/* DARK BORDER */
/* LIGHT BACKGROUND */
/* LIGHT TEXT */
/* LIGHT BORDER */
#page-hero {
  background: #212121; }
  #page-hero #hero-mc-error,
  #page-hero #hero-mc-success {
    display: none; }
  #page-hero #hero-subscribe {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #page-hero #hero {
    border-bottom: 1px solid #616161; }
  #page-hero .hero-section-1 {
    padding: 35px 0 50px 0; }
  #page-hero .hero-section-2 {
    padding: 35px 0 50px 0; }
    #page-hero .hero-section-2 .hero-image {
      background-size: cover !important;
      background-position: center !important;
      background-color: #D32F2F !important; }
  #page-hero .hero-section-3 {
    padding: 35px 0 50px 0; }
  #page-hero .hero-section .hero-image {
    border-radius: 4px;
    height: 250px;
    width: 100%;
    margin-bottom: 25px;
    background-color: #616161; }
  #page-hero .hero-section .defcad {
    background-size: cover;
    background-position: center center; }
  #page-hero .hero-section .project {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom; }
  #page-hero .hero-section .guide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  #page-hero .hero-title {
    font-weight: 600;
    font-size: 24px;
    color: white;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 6px; }
  #page-hero .hero-description {
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400; }
  #page-hero .description {
    line-height: 27.2px;
    line-height: 1.7rem; }
  #page-hero .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2em;
    margin-top: 75px; }
  #page-hero .col-hero {
    position: relative; }
  #page-hero .featured-info {
    position: absolute;
    bottom: 50px;
    right: 0;
    display: none; }
    #page-hero .featured-info p {
      font-size: 14px;
      color: #6e6d7a; }
    #page-hero .featured-info a {
      color: #6e6d7a; }
  #page-hero .featured-project {
    width: 100%;
    margin-top: 50px; }

body.light-mode #page-hero #hero {
  border-bottom: 1px solid #CED4DA;
  background: white; }
  body.light-mode #page-hero #hero .hero-section .hero-image {
    background-color: #F1F1F1; }
  body.light-mode #page-hero #hero .hero-title {
    color: black; }
  body.light-mode #page-hero #hero .hero-description {
    color: black;
    font-weight: 300; }

@media (max-width: 1399.98px) {
  #page-hero .title {
    margin-top: 40px;
    font-size: 38px; } }

@media (max-width: 1199.98px) {
  #page-hero .title {
    margin-top: 40px;
    font-size: 38px; } }

@media (max-width: 991.98px) {
  #page-hero .hero-section {
    padding: 35px 0px; }
  #page-hero .container-hero {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  #page-hero .title {
    font-size: 32px;
    margin-top: 20px; } }

@media (max-width: 767.98px) {
  #page-hero .hero-section .hero-image {
    height: 215px;
    margin-bottom: 15px; }
  #page-hero .hero-section .hero-title {
    line-height: inherit;
    font-size: 16px; }
  #page-hero .hero-section .hero-description {
    font-size: 14px; }
  #page-hero .hero-section-1,
  #page-hero .hero-section-2 {
    padding: 20px 0 !important; }
  #page-hero .hero-section-3 {
    padding: 20px 0 35px 0 !important; }
  #page-hero .project-listing {
    margin-bottom: 35px; }
  #page-hero .hero-text {
    text-align: center; }
  #page-hero .title {
    margin-top: 35px; } }
