/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 30px;
}
.carousel-logo {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption span {
	background-color: #000000;
	background: rgba(255,255,255,0.5);
	color: #29EB2E;
	padding: 3px;
	line-height: 1.6;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
/* Bump up size of carousel content */
/*
	.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}
*/