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

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

.selection-section {
  background: #FDDC00;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  /* margin-top: 2rem; */
  /* width: 1200px;
  left: 300px; */
  /* width:100% !important; 
  overflow: hidden !important; 
  right:0 !important; 
  margin: 0!important; */
}

/* .row {
  margin: 0!important;
} */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 4rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel .carousel-item {
  height: 35rem;
}

#carouselExample .carousel-item {
  height: 5rem;
}

.multi-item-carousel{
   height: 5rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* 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-caption h1 {
  color:#ccb892 ;
  /* font-family: 'Ultra', serif; */
  /* font-family: 'Monoton', cursive; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.5em;
  position: relative;
  text-align: left;
  vertical-align: top;
  animation-name: myCorPAnim;
  animation-duration: 3s;
  animation-direction: forward;  
}

.carousel-caption div {
  position: relative;
  animation-name: myCorPAnim;
  animation-duration: 3s;
  animation-direction: forward;   
}

.carousel-caption p {
  color:white ;
  position: relative;
  animation-name: myCorPAnim;
  animation-duration: 3s;
  animation-direction: forward;  
}

@keyframes myCorPAnim {
  0% {left:-2000px;}

  100% {left:0px;}
}

.carousel-inner{
  overflow:visible;
}

.carousel-item{
  border-radius: 0px 0px 200px 0px;
}

/* ---------------------------fade animation settings--------------------------------------------- */

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 2s;
  left: 0;
  top: 0;
  position: absolute;
}
.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
.carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 2s;
}
.carousel.carousel-fade .carousel-item:second-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 2s;
}
.carousel-item .img-fluid {
  margin: 0 auto;
}
.carousel img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}


.carousel-indicators li  {
  background-color: gray;
}

.carousel-indicators .active {
  background-color: greenyellow;
}
.carousel-control-next,
.carousel-control-prev {
  /* color: #000; */
  filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
  /* background-color: teal; */
}

/* 3d myProds carousel specifics */
/* 
#myProds .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#myProds .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
} */