/* CSS Document */

.carousel
{
	background-color: #0d47a1;
}
.carousel-caption
{
	border-radius: 8px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blue
{
	background-color:#0277bd;
}
.orange
{
	background-color:#ef6c00;
}
.carousel-img
{
    margin: auto;
	width: 400px!important;
	max-width: 100%;
}