/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



.carousel-caption h1 {
    color: #1e3e72;
}

.carousel-caption p {
    color: #000;
}


/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 45rem;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 45rem;
    opacity: 0.5;
}




/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;

}


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.carousel-indicators {
    margin-bottom: 80px;
}


#slider1 {
    background: linear-gradient(rgba(0, 0, 0, 0.618), rgba(0, 0, 0, 0.673)), url(/assets/images/slider1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 170px 0px;
}

#slider2 {
    background: linear-gradient(rgba(0, 0, 0, 0.618), rgba(0, 0, 0, 0.673)), url(/assets/images/slider2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 170px 0px;
}


#slider3 {
    background: linear-gradient(rgba(0, 0, 0, 0.618), rgba(0, 0, 0, 0.673)), url(/assets/images/slider3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 170px 0px;
}


#slider4 {
    background: linear-gradient(rgba(0, 0, 0, 0.618), rgba(0, 0, 0, 0.673)), url(/assets/images/slider4.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 170px 0px;
}

.captionsMain h1 {
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

.captionsMain h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 576px) {
    #slider1 {
        padding: 100px 0px;
    }

    #slider2 {
        padding: 100px 0px;
    }

    #slider3 {
        padding: 100px 0px;
    }

    #slider4 {
        padding: 100px 0px;
    }

    .carousel-item {
        height: 600px;
        background-color: #777;
    }



}

@media only screen and (min-device-width: 577px) and (max-device-width: 800px) {}

@media only screen and (min-device-width: 801px) and (max-device-width: 1000px) {}

@media only screen and (min-device-width: 1001px) and (max-device-width: 1200px) {}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1500px) {}