/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 10px;
}
.carousel-caption p {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.4;
  }
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background-color:rgba(0,0,0,0.3);
  padding:5px 10px 30px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel-inner > .item > img {
  /*position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  */
  width:100%;
}
.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-brand{
	color:#fff;
}