/* 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;
}
#myCarousel {
  /*padding: 100px 20px;/*
min-height: auto;
background-image: 'url(./images/${randomImage.filename})';  

/* background-image: url(./images/pic03.jpg); */

  /*transition: transform 10s;*/

  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transform-style: preserve-3d;
  animation: rotate 3s linear infinite;
}

/* :required */
/* { */
/* background-color: red; */
/* } 

/* 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: 12rem;
}*/
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 50%;
  height: 12rem;
}

/* 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: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

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

.featurette-divider {
  margin: 0.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: -0.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;
  }
}

#pictInfo {
  background-color: rgba(155, 155, 155, 0.8);
  padding: 5px;
  color: var(--white);
  width: 200px;
  height: 100px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  position: relative;
}
#pictInfo h1 {
  font-family: Cantarell, Arial, sans-serif;
  font-size: 1.2em;
  margin: 5px 0;
}
#pictInfo p {
  margin: 5px 0;
  font-size: 0.8em;
}

.col-lg-4 img:hover {
  color: #888888;
  text-decoration: underline;
  display: flex;
  transition: transform 400ms;
  border-radius: 0%;
  @include vendor("transform", "scale(0.4)");
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  box-shadow: 2px 2px 10px #e2e3e9;
}

/* .bd-ploceholder-img img:hover { */
/* color: #888888; */
/* text-decoration: underline; */
/* transform: scale(10); */
/* transition: transform 400ms; */

/* } */

/* .carousel .item { */
/* height: 300px; */
/* } */

/* .item img { */
/* position: absolute; */
/* top: 0; */
/* left: 0; */
/* min-height: 300px; */
/* }  */
.carousel-inner {
  height: 300px;
}
/* 
.slick-slider { 
width: 200px; 
 } 
.slick-dots li.slick-active button:before {
opacity: .75;
 color: #346abf;
 } */
/* Global */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* .carousel-item {
  height: 200px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
} */

/* .item-0 { */
/* background-color: tomato; */
/* } */

/* .item-1 { */
/* background-color: blue; */
/* display: none; */
/* } */

/* .item-2 { */
/* background-color: green; */
/* display: none; */
/* } */

.img {
  /* height: 40px; */
  /* width: 40px; */
  background-color: #888888;
  border-radius: auto;
  display: flex;
  position: absolute;
 /* top: 50%; */
  transform: translateY(-50%);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.prev {
  left: 20px;
}

.fa-arrow-circle-left,
.fa-arrow-circle-right {
  font-size: 30px;
}

.next {
  right: 20px;
}

.caroussel-title {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

