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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*color: #5a5a5a;*/
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    /*height: 38rem;*/
    width: 100%;
    height: 100%;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.Xcarousel-control-prev {
    left: 0;
}

.Xcarousel-control-next {
    right: 0;
}

.Xcarousel-indicators {
    position: absolute;
    top:10px;
    right: 0;
   // bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
   
    // Use the .carousel-control's width as margin so we don't overlay those margin-right: $carousel-control-width;
    margin-bottom: 10rem;
    //margin-left: $carousel-control-width;
    list-style: none;
}

.carousel-item{
    margin-top: 25px;
}

.Xcarousel-control-prev,
.Xcarousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    // Use flex for alignment (1-3) display: flex;
    // 1. allow flex styles align-items: center;
    // 2. vertically center contents justify-content: center;
    // 3. horizontally center contents width: $carousel-control-width;
    padding: 0;
    // color: $carousel-control-color;
    text-align: center;
    background: none;
    border: 0;
    opacity: $carousel-control-opacity;
    @include transition($carousel-control-transition);
    // Hover/focus state &:hover, &:focus
    {
  //      color: $carousel-control-color;
        text-decoration: none;
        outline: 0;
        opacity: $carousel-control-hover-opacity;
    }

}

/*.carousel-control-prev {
    left: 0;
    background-image: if($enable-gradients, linear-gradient(90deg, rgba($black, .25), rgba($black, .001)), null);
}

.carousel-control-next {
    right: 0;
    background-image: if($enable-gradients, linear-gradient(270deg, rgba($black, .25), rgba($black, .001)), null);
}
*/
// Icons for within
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: $carousel-control-icon-width;
    height: $carousel-control-icon-width;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


    /* 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;
}*/
    /* rtl:begin:ignore */
    /*.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}*/
    /* rtl:end:ignore */
    /* 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;*/
    /* rtl:remove */
    /*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;
        }
    }
