/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
.carousel, .item, .active {
	height:100%;
}
.carousel-inner {
	height:100%;
}
.carousel-caption {
	z-index: 10;
}

.carousel .carousel-inner .bg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center; 
}
.carousel-indicators {
	bottom: 40px;
}
.carousel-caption {
	padding-bottom: 50px;
}
.carousel-caption h1 {
    color: white;
}



/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */

footer {
	position: absolute;
	bottom: 0;
	z-index: 20;
	background-color: #f5f5f5;
	text-align: center;
	width: 100%;
	height: 40px;
}

footer .container{
    margin-top: 0;
}


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

@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}