/* 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 */

/*.splide__slide img {
  width: 100%;
  height: auto;
}
.slick-slide {
    margin:0 -15px;
}
.slick-slide {
    padding:10px;
    background-color:red;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}*/
.carousel-inner{
  width:100%;
  height:80%;
  max-height: 90% !important;
  max-width: 100% !important;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-item {
  /*height: 45rem;*/
  max-height: 80% !important;
  background-color: black;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease,-webkit-transform 2s ease-out;
}
.carousel-item .img-fluid {
  width:100%;
  max-height: 90% !important;
  height:90%;
}
.img-fluid {
  max-width: 100%;
  max-height: 90% !important;
  /*height: auto;*/
}
.carousel-item .img-fluid {
  margin: auto;
  width:100%;
  height:90%;
}
.carousel-item > img {
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rcorners2 {
  border-radius: 25px;
  border: 2px solid #eaa911;
}
.rcorners3 {
  border-radius: 25px;
  border: 2px solid #eaa911;
  background-color: white;
}

.body_des {
  background-color: black;
  font-family: ReloadAlt-Medium;
}
/* 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;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

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

@media (min-width: 40em) {
  .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;
  }
}
