/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 18px;
}

.navbar-brand {
  /* background: url(images/cw-site-banner.png) no-repeat left center; */
  /* width: 208px; */
  margin-left: 8px;
}

.jumbotron {
  background-color: transparent !important;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.jumbotron-hero {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron-hero img {
  margin-left: 10px;
  float: right;
}

.bordered-image {
  border: 1px solid #021a40;
}

@media all and (max-width: 1000px) {
  .carousel-controls {
    display: none;
  }
}

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
  margin-top: 0px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-indicators li {
  background: #ccc;
}

.carousel-indicators .active {
  background: #666;
}

.carousel-controls {
  position: relative; 
  width: 300px;
  margin: 0 auto;
  top: 24px;
}

.carousel-indicators{
   top: -8px; 
}