body {
  padding-top: 60px;
  background-color: #333;
}
.navbar-brand {
    padding-top: 2px;
    height: 50px;
}
.jumbotron {
    background-color: #DDD;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #333;
}
/*.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto%;
}*/

.carousel-indicators li {
    border: none;
    background-color: #777;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    background-color: #999;
}

/* FOOTER
-------------------------------------------------- */
.footer-text {
 color: #777;   
}