/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption h1{
  color: #ffffff;
  text-shadow: -1px 0 #374D63, 0 1px #374D63, 1px 0 #374D63, 0 -1px #374D63;
  font-size: 28px;
  line-height: 100%;
}
.carousel-caption h2{
  color: #ffffff;
  text-shadow: -1px 0 #374D63, 0 1px #374D63, 1px 0 #374D63, 0 -1px #374D63;
  font-size: 18px;
  line-height: 100%;
}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-height: 600px;
  height: auto;
}

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

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1400px) {
  #myCarousel {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .carousel-inner > .item > img {
    min-width: 100%;
    height: 200px;

  }
  .carousel-caption h1{
	  color: #ffffff;
	  text-shadow: -1px 0 #374D63, 0 1px #374D63, 1px 0 #374D63, 0 -1px #374D63;
	  font-size: 20px;
	  line-height: 70%;
  }
	.carousel-caption h2{
	  color: #ffffff;
	  text-shadow: -1px 0 #374D63, 0 1px #374D63, 1px 0 #374D63, 0 -1px #374D63;
	  font-size: 14px;
	  line-height: 70%;
	}

}

