/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption p {
    line-height: 1.4;
	font-family: Lato-Light;
	font-size: 2.5em;
	color: #082b53;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 28rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 30rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 990px) {
  .carousel-caption h2 {
    margin-bottom: 1.25rem;
    font-size: 2.8em;
    line-height: 1.6;
  }
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.7em;
    line-height: 1.4;
  }
}

@media (min-width: 576px) and (max-width: 990px) {
	.carousel-caption {
	  bottom: 2rem;
	  z-index: 10;
	}

  .carousel-caption h2 {
    margin-bottom: 1.25rem;
    font-size: 2.1em;
    line-height: 1.6;
  }
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.4em;
    line-height: 1.4;
  }
}

@media (max-width: 576px) {
	.carousel {
	  margin-bottom: 2rem;
	}
	.carousel-caption {
	  bottom: 2rem;
	  z-index: 10;
	}
	.carousel-item {
	  height: 18rem;
	}

	.carousel-caption {
	  bottom: 2rem;
	}
  .carousel-caption h2 {
    margin-bottom: 0.75rem;
    font-size: 1.5em;
    line-height: normal;
  }
  .carousel-caption p {
    margin-bottom: 0.25rem;
    font-size: 1.1em;
    line-height: normal;
  }
