/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;

}
.carousel-item a{
 text-decoration:none;
}
  
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #fff;
 
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-heading h1{
	margin-top: 3%;
	color:#333333;
	text-transform: uppercase
	}
.carousel-heading h3{
	font-weight:200;
	color:#333333;
	}

.carousel-control-next,
.carousel-control-prev {
	color:rgba(51,51,51,0.2);
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
	color:rgba(51,51,51,0.4);
}