/*#sliderBar {
  padding: 0;
  right: 0;
  left: 0;
  bottom: -28px;
}*/

@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto-Regular.ttf')  format('truetype');
}

#homeSlideshow {
  height: calc(100vh - 56px);
}
/* 
@media screen and (orientation:portrait) {
  #homeSlideshow {
    min-height: 40vh;
  }
} */

@media only screen and (max-width: 720px) {
  #homeSlideshow {
    height: auto;
  }

  #discover-button {
    display: none;
  }

  .caption-container {
    width: 75% !important;
  }

  .caption-left {
    top: 1vh !important;
  }

  .caption-right {
    bottom: 1vh !important;
  }

  .caption-box h5 {
    font-size: 0.7rem !important;
  }

  .caption-box p {
    font-size: 0.7rem !important;
  }

  .capiton-image {
    display: none;
  }
}

#homeSlideshow .carousel-indicators {
  margin: 0;
}

#homeSlideshow .carousel-item, #homeSlideshow .carousel-inner {
  height: 100%;
  overflow: hidden;
}

#discover-button {
  position: absolute;
  bottom: 10vh;
}

#discover-button a {
  width: 50px;
  height: 50px;
  padding: 8px 13px;
  border-radius: 50%;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}

#discover-button a:hover {
  width: 100px;
  height: 100px;
}

#discover-button a:hover #dh {
  display: block !important;
}

#discover-button a img {
  max-width: 70px;
}

.caption-container {
  display: flex;
  position: absolute;
  width: 35%;
  height: 100%;
  padding: 0;
  font-family: "Roboto-Regular";
  z-index: 1;
}

.caption-left {
  align-items: flex-start;
  top: 10vh;
  right: auto;
  left: 0 !important;
  animation-delay: 1.5s;
}

.caption-right {
  align-items: flex-end;
  bottom: 10vh;
  left: auto;
  left: unset;
  right: 0 !important;
  animation-delay: 0.5s;
}

.caption-box {
  background-color: rgba(0,0,0,0.5);
}

.caption-left .caption-box {
  text-align: left;
  border-radius: 0 0.2rem 0.2rem 0;
}

.caption-right .caption-box {
  text-align: right;
  border-radius: 0.2rem 0 0 0.2rem;
}

.caption-box h5 {
  font-size: 2rem;
}

/*#yourElement {
  -vendor-animation-duration: 3s;
  -vendor-animation-iteration-count: infinite;
}*/
