@charset "utf-8";
/* CSS Document */

 /* Remove the absolute positioning from carousel-caption */
.carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff; /* Dark text since it's on white background */
  background: #000; /* Light background */
  text-shadow: none;
  margin-top: 0;
  width: 100%;
}

/* Keep the carousel-caption within the carousel-inner */
.carousel-inner {
  position: relative;
}

/* Adjust the carousel-inner to accommodate the caption */
.carousel-item {
  background: #000;
}

/* Make sure images display properly */
.carousel-item img {
  display: block;
  width: 100%;
}   