.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
 .carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
 .carousel .item {
    width: 100%;
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: -2px;
	left: 54px;
	min-width: 100%;
	height: 500px;
}
@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}
.footer{
    position: absolute;
    top:400%;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
}
