.header-info {
	background-image: url(https://apihoard.webit.com/api/v1/Image/38675587EB61C169974D91C7221B156B/38675587EB61C169974D91C7221B156B.jpg?size=1920x1440);
	background-position: center;
	background-size: cover;
}

.header .header-info {
    font-weight: 800;
    text-shadow: 2px 2px 4px #000;
}

/* Header */
    .header .navbar-dark .navbar-nav a.nav-link:hover {
    -webkit-box-shadow: 0 0 0 .05rem var(--header-highlight);
    box-shadow: 0 0 0 .05rem var(--header-highlight)
}

.header .navbar-dark .navbar-nav>.active .nav-link {
    color: #fff!important
}

.header .header-info-logo-img img {
    max-width: 130px;
    padding-top: 5px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0!important
}

.cw-header-info {
    padding: .5rem;
    color: #fff
}

.cw-header-info a {
    color: #fff
}

.cw-header-info a:hover {
    color: #000
}

.header a.header-business-phone,.header span {
    vertical-align: middle
}

@media(min-width: 992px) {
    .header .navbar-dark .navbar-nav .nav-link {
        line-height:28px;
        border-radius: 50px
    }

    .header .header-info-logo-img {
        position: fixed;
        top: 0;
        z-index: 1032;
        padding: 0
    }

    nav.navbar .container {
        position: relative;
        height: 150px;
        margin: 0 auto
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        bottom: 2rem
    }

    .cw-header-info {
        position: fixed;
        z-index: 1031;
        top: 0;
        width: 100%
    }
}

/* Hero */
  .display-4 {
    font-size: 4em;
  }

  @media (max-width: 812px) {
    h1,
    .h1 {
      font-size: 1.85rem;
    }
    h2,
    .h2 {
      font-size: 1.5rem;
    }
    h3,
    .h3 {
      font-size: 1.25rem;
    }
    .display-4 {
      font-size: 2.25em;
    }
    .hero-divider {
      display: none !important;
    }
  }

  .hero {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)),
      url("https://apihoard.webit.com/api/v1/Image/0BA57D6493DB03C3136329720493CC34/0BA57D6493DB03C3136329720493CC34.jpg?size=800x600");
    background-position: 15% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
  }

  @media (min-width: 991px) {
    .hero {
      background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)),
        url("https://apihoard.webit.com/api/v1/Image/0BA57D6493DB03C3136329720493CC34/0BA57D6493DB03C3136329720493CC34.jpg?size=1920x1440");
      background-position: 15% bottom;
      background-size: cover;
      background-repeat: no-repeat;
      height: 700px;
      position: relative;
    }
  }

  .jumbotron {
    background-color: transparent !important;
    border-radius: none !important;
  }

  .hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 102px;
    fill: #dd0000;
    transform: rotate(-180deg);
    overflow: hidden;
  }

  /* Parallax Section */
      .cw-cascade {
    margin: 0 auto;
    padding: 8em 0
}

.cw-cascade p {
    font-size: 1.5rem;
    line-height: 1
}

.cw-cascade:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #dd00002f
}

@media(min-width: 768px) {
    .page-home .cw-cascade {
        padding:10em 0
    }

    .page-home .cw-cascade .btn {
        padding: 1rem 3rem;
        font-size: 1.5rem
    }
}

/* Homes for Sale Summary List */
.list {
    padding-top: 1em;
    padding-bottom: 2em;
    text-align: center;
}