
.skyblue {
	background-color: #22c8ff;
}
.deepskyblue {
	background-color: #00bfff;
}
.darkerskyblue {
	background-color: #00a6dd;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
} 
.carousel .item {

}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
} 
.carousel-caption h3 {
}

.carousel-caption h3 img {


    margin: auto;
     }
    
.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 p:first-child {
	-webkit-animation-delay: 1.5s;
	animation-delay: 0.5s;
}
.carousel-caption h1:first-child {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.carousel-caption h4 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}