/* Carousel section */
.carousel-item {
  margin-top: 70px;
  padding: 0 12% 3%;
}

/* Content section */
#content {
  background-color: #706c61;
  padding: 7% 15% 3%;
  text-align: center;
}

.content-text {
  color: #e3e3e3;
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
}

/* Horrisontal rule */
.hr-wrapper {
  background-color: #706c61;

}

hr {
  background-color: #706c61;
  border-style: dotted none none none;
  border-width: 7px;
  border-color: #dee3e2;
  color: #dee3e2;
  margin-top: 7%;
  width: 50px;
}

/* Band member section */
#band-members {
  background-color: #706c61;
  padding: 2% 10% 5%;
  text-align: center;
}

.band-member-heading {
  color: #fff;
  font-family: 'Metal Mania', cursive;
  font-size: 4rem;
  letter-spacing: 5px;
}

.band-wrapper {
  padding: 3% 5%;
}

.band-image {
padding-bottom: 3%;
height: 300px;
}

.band-wrapper-heading {
  color: #e3e3e3;
  font-family: "Montserrat";
}
