.carousel {

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
  background-color: #777;
}
.carousel-item > img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.carousel-control-prev-icon{width: 41px; height: 41px; background-image: url(../images/left-arrow.png);}
.carousel-control-next-icon{width: 41px; height: 41px; background-image: url(../images/right-arrow.png);}

.carousel-indicators li{ width:16px; height:16px; background:none; border:2px solid #FFF; border-radius:10px;
 -moz-box-shadow:    inset 0 0 5px rgba(0,0,0,0.4);
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
   box-shadow:         inset 0 0 5px rgba(0,0,0,0.4);
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}


.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

@media only screen and (max-width: 767px) {
.carousel-control-next-icon{ width:30px; height:30px;}
.carousel-control-prev-icon{ width:30px; height:30px;}
.carousel-indicators{ display:none;}
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
