/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */



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

/* Carousel base class */
.carousel {
    border-top: 3px solid #76B900;
    max-width: 980px;
    margin: auto;
}

.carousel-indicators {bottom:16px; margin-bottom:0;}
.carousel-indicators .active {margin:0px 2px;}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0px 2px;
    width: 12px;
    height: 12px;
    border: 0;


}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    padding-top: 0;
    font-weight:bold;
    text-align: left;
    top:15%;
    left:30px;
}

.carousel-caption h1{
    font-weight:bold;
    max-width: 315px;
    font-size:30px;
    margin:0;
}

.carousel-caption a {
    background: #76B900;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 15px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    background-color: #777;
}

.carousel-inner > .item > img {
    top: 0;
    left: 0;
    min-width: 100%;
}
.carousel-control {width: 5%;}
.carousel-control.left {background-image: none;}
.carousel-control.right {background-image: none;}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

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

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

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

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

@media (max-width: 767px) {
    .carousel-caption {
        top:initial;
        bottom:0;
        left: 22px;
    }
    .carousel-caption h1{
        font-size:26px;
    }
}

@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 10px;
        line-height: 1.4;
    }

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

@media (min-width: 768px) and (max-width: 991px) {
    .carousel {
        max-width: 750px;
    }

}


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

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel {
        max-width: 970px;
    }
}

