 

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    padding-top: 0px;
    padding-left: 0px;
    padding-right:  0px;
    padding-bottom:  0px;
    height: 100%;
    width: 100%;

}

.HomeLogo{
    padding-bottom: 200px;
    z-index: auto;
    position:absolute;
    bottom:10px;
    left:50%;
    z-index:auto;
    width:60%;
    margin-left:-32%;
    padding-left:0;
    list-style:none;
    text-align:center
}

.carousel-indicators{
    padding-bottom: 140px;
    z-index: auto;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {

    right: 15%;
    bottom: 12px;
    left: 15%;
    z-index: auto;
    padding: 20px 0px 250px 0px;
    color: #fff;
    text-align: left; 
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 100%;
    width: 100%;
    background-color: #333333;
}
.carousel-inner > .item > img {
    position:relative;
    top: 0;
    left: 0;
    width: 2500px;
    height:  720px;

}



/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {


    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 25px;
        font-size: 21px;
        line-height: 1.5;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
