

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
 position: relative;
    text-align: center;
}

.carousel-inner {
    position: relative;
    width: 100%;
    text-align: center !important;
    overflow: hidden;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: white;
    text-align: center
}


.carousel h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: .75rem;
    font-weight: 500;
    line-height: 2.75rem;
}


.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    	border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #D0D0CF;

}

.carousel-indicators .active {
    background-color: #00C2B0;
}

.carousel-indicators{
bottom: 10%;

}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
