.main-container {
  padding: 10px 15px;
}

.banner-home-1 {
	background: url(../img/banner-home-1.jpg) center;
	background-size:cover;
}
.banner-home-2 {
	background: url(../img/banner-home-2.jpg) center;
	background-size:cover;
}
.banner-home-3 {
	background: url(../img/banner-home-3.jpg) center;
	background-size:cover;
}
.banner-home-4 {
	background: url(../img/banner-home-1.jpg) center;
	background-size:cover;
}
.carousel-indicators {
	bottom: 70px;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}
.carousel-caption button {
	-webkit-animation-delay: 5s;
	        animation-delay: 5s;
}

