/*-- Header --*/

.header .nav-link {
  text-transform: uppercase;
  font-weight: 400 !important;
}

.header .header-info-business a {
  font-size: 1.35rem;
}

.header .header-info-business:before {
  font-size: 1.5rem;
}

.header .header-business-phone:before {
  font-family: FontAwesome;
  content: "\f10b";
  padding-right: 0.25em;
  color: var(--color-theme-secondary) !important;
}

.header .header-business-text:before {
  font-family: FontAwesome;
  content: "\f27b";
  padding-right: 0.25em;
  color: var(--color-theme-secondary) !important;
}

.header .navbar .nav-link::before {
  border-width: 1px;
}

.header-info h5 {
  color: #fff;
  margin-top: -1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .header-info h5 {
      padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .header-info h5 {
      margin-top: -1.5rem;
      padding-bottom: .75rem;
  }
}

@media (min-width: 1200px) {
  .header-info h5 {
      margin-top: -2.5rem;
  }
}

/*---------------------------------------------------------------------------------*/

#hero {
  position: relative;
  padding: 7em 0;
}

#hero:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(16, 16, 16, 0.45);
}

#hero-divider-container {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 2;
}

.slogan {
  z-index: 2;
}

.slogan h1 {
  font-size: 3rem;
  line-height: 1;
}

.slogan h2 {
  font-size: 1.5rem;
  line-height: 1;
  font-family: lato, sans-serif;
}

@media screen and (min-width: 768px) {
  #hero {
    padding: 11em 0;
  }
  .slogan h1 {
    font-size: 6.5rem;
  }
  .slogan h2 {
    font-size: 2.5rem;
  }

  .cw-intro-text h3 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cw-about {
  padding-top: 4rem !important;
}

.carousel {
  max-width: 850px;
  margin: 0 auto 2em;
  padding: 2em 0 3em;
  border-top: 1px solid var(--color-theme-secondary);
}

.carousel .item {
  min-height: 340px;
  color: #0f0f0f;
  text-align: center;
  overflow: hidden;
}

.carousel .img-box {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
}

.carousel .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 2em 1em 1em;
  font-size: 20px;
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.carousel .overview strong {
  display: block;
  padding-bottom: 1rem;
  color: #000;
  font-size: 0.975rem;
  text-transform: uppercase;
}

.carousel .carousel-indicators {
  bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.carousel-indicators li {
  border: none;
  background: #e2e2e2;
  border-color: transparent;
}

.carousel-indicators li.active {
  background: #888;
}

@media (min-width: 768px) {
  .carousel .testimonial {
    font-size: 23px;
  }
  .carousel .overview strong {
    font-size: 1.25rem;
  }
}
