#homeContainer .section-hero .jumbotron {
  color: white;
  background-image: url("../img/hero-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

#homeContainer .section-hero .jumbotron .hero-text, #homeContainer .section-hero .jumbotron .hero-phone {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}

#homeContainer .section-hero .jumbotron .hero-text span, #homeContainer .section-hero .jumbotron .hero-phone span {
  color: #cc9966;
}

#homeContainer .section-hero .jumbotron .hero-text:hover, #homeContainer .section-hero .jumbotron .hero-phone:hover {
  color: #fff;
  text-decoration: none;
}

#homeContainer .section-about-us p {
  border-bottom: 1px solid #ccc;
}

#homeContainer .section-practice-areas .practice-area {
  border: 1px solid #ccc;
  height: 100%;
}

#homeContainer .section-practice-areas .practice-area .icon img {
  width: 2.5rem;
}

#homeContainer .section-practice-areas .practice-area .area-title {
  color: #304771;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-transform: uppercase;
}

#homeContainer .section-practice-areas .practice-area .area-paragraph {
  font-size: 0.85rem;
  margin: 0.5rem 0 1rem 0;
}

#homeContainer .section-attorneys {
  background: #ede3dc;
}

#homeContainer .section-attorneys .attorneys .attorney a {
  text-decoration: none;
}

#homeContainer .section-attorneys .attorneys .attorney a .attorney-img {
  width: 100%;
}

#homeContainer .section-attorneys .attorneys .attorney a .attorney-name {
  background: #cc9966;
  padding: 1rem 0.75rem;
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

#homeContainer .section-reviews .carousel-indicators {
  position: relative;
  bottom: 0;
  margin-top: 5rem;
}

#homeContainer .section-reviews .carousel-indicators li {
  background-color: #ccc;
}

#homeContainer .section-reviews .carousel-indicators li.active {
  background-color: #cc9966;
}

#homeContainer .section-reviews .carousel-inner .carousel-item .review-quote {
  color: #aaa;
  font-size: 2rem;
  margin-right: 0.5rem;
}

#homeContainer .section-reviews .carousel-inner .carousel-item .review-name {
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .attorneys {
    max-width: 60vw;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=home.css.map */