.carousel {
  height: 520px;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 520px;
  background-color: #2b7eb0;
  border: 1px solid #2b7eb0;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-caption {
    text-shadow:none;
    line-height:2.0;
} 
.carousel-caption p:nth-child(3) {
    color:#94c7e6;
}
.carousel_quote {
    font-style: italic;
    line-height:2.0;
}
.carousel .item {
    height:520px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 430px) {
  .carousel-caption p {
    font-size: 22px;
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  .carousel-caption p {
    font-size: 22px;
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  .carousel-caption p {
    font-size: 28px;
    line-height: 1.6;
  }
}
