@charset "utf-8";
/* main css */

.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 49s;
  opacity: 1;
  transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 6;
}
.slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 5;
}
.slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 4;
}
.slideshow-image:nth-child(4) {
  animation-name: kenburns-4;
  z-index: 3;
}
.slideshow-image:nth-child(5) {
  animation-name: kenburns-5;
  z-index: 2;
}
.slideshow-image:nth-child(6) {
  animation-name: kenburns-6;
  z-index: 1;
}
.slideshow-image:nth-child(7) {
  animation-name: kenburns-7;
  z-index: 0;
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  0.5102% {
    opacity: 1;
  }
  13.77551% {
    opacity: 1;
  }
  14.79592% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  99.4898% {
    opacity: 0;
    transform: scale(1.2069);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-2 {
  13.77551% {
    opacity: 1;
    transform: scale(1.2);
  }
  14.79592% {
    opacity: 1;
  }
  28.06122% {
    opacity: 1;
  }
  29.08163% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  28.06122% {
    opacity: 1;
    transform: scale(1.2);
  }
  29.08163% {
    opacity: 1;
  }
  42.34694% {
    opacity: 1;
  }
  43.36735% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-4 {
  42.34694% {
    opacity: 1;
    transform: scale(1.2);
  }
  43.36735% {
    opacity: 1;
  }
  56.63265% {
    opacity: 1;
  }
  57.65306% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-5 {
  56.63265% {
    opacity: 1;
    transform: scale(1.2);
  }
  57.65306% {
    opacity: 1;
  }
  70.91837% {
    opacity: 1;
  }
  71.93878% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-6 {
  70.91837% {
    opacity: 1;
    transform: scale(1.2);
  }
  71.93878% {
    opacity: 1;
  }
  85.20408% {
    opacity: 1;
  }
  86.22449% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-7 {
  85.20408% {
    opacity: 1;
    transform: scale(1.2);
  }
  86.22449% {
    opacity: 1;
  }
  99.4898% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  padding: 1em 2em;
  line-height: 1.5;
}
h1 small {
  display: block;
  text-transform: lowercase;
  font-size: .7em;
}
h1 small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: .5em;
}
h1 small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: .5em;
}
