body {
  padding-top: 50px;
}
.main-container {
  padding: 40px 15px;
}
.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 {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption{
padding: 0px 0px 0px 0px !important;
}
.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;
	margin-top: -180px;
	margin-left: 490px;
	color: #fefecc;
	font-family: arial;
	font-size: 40px;
	padding: 3px 3px 3px 3px;
	background: rgba(128, 0, 0, 0.8);
	border: 10px;
	border-radius: 10px;
	width: 500px !important;
	height: auto;
}
.carousel-caption img:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin-top:-27%;
	margin-left: 60%;
	height: 150px;
	width: auto;
}
/*.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}*/
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	color: white;
	color: #fefecc;
	font-family: terminal;
	font-size: 40px;
	background-color: #6e0000;
	margin-top: -11px;
	margin-left: 200px;

}
.carousel-caption button {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}