@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 65px, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
}

.parallax-figure img {
  animation: kenburns 55s infinite;
}

.slick-active img.parallax-figure {
  animation: kenburns 55s infinite;
}

@media (max-width: 768px) {
  .parallax-figure img {
    animation: none;
  }
}

@media (max-width: 768px) {
  .parallax-figure img {
    animation: none;
  }
}

.h1, h1 {
}

.hero {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: -200px auto 0 auto;
  padding: 5px;
}

@media (max-width: 768px) {
  .parallax-figure img {
    animation: none;
  }
}

@media (max-width:768px) {
  .h1, h1 {
    font-size: 44px;
  }
}

@media (max-width:500px) {
  .h1, h1 {
    font-size: 36px;
  }
}

.w-100.d-block {
  object-fit: cover;
  height: 100%;
}

#carousel-1 {
}

.carousel-inner {
  color: rgb(255,255,255);
}

p {
}

.btn.btn-primary {
}

.carousel-fade .carousel-item {
  background-position: center;
  height: 100vh;
}

