@-webkit-keyframes color-rainbow {
  0% {
    color: #fd8800;
  }
  20% {
    color: #fd008f;
  }
  40% {
    color: #9700fd;
  }
  60% {
    color: #003dfd;
  }
  80% {
    color: #05c7e6;
  }
  100% {
    color: #4bd58d;
  }
}
@keyframes color-rainbow {
  0% {
    color: #fd8800;
  }
  20% {
    color: #fd008f;
  }
  40% {
    color: #9700fd;
  }
  60% {
    color: #003dfd;
  }
  80% {
    color: #05c7e6;
  }
  100% {
    color: #4bd58d;
  }
}
@-webkit-keyframes color-rainbow2 {
  0% {
    color: #fd8800;
  }
  20% {
    color: #fd008f;
  }
  40% {
    color: #9700fd;
  }
  60% {
    color: #003dfd;
  }
  80% {
    color: #05c7e6;
  }
  100% {
    color: #4bd58d;
  }
}
@keyframes color-rainbow2 {
  0% {
    color: #fd8800;
  }
  20% {
    color: #fd008f;
  }
  40% {
    color: #9700fd;
  }
  60% {
    color: #003dfd;
  }
  80% {
    color: #05c7e6;
  }
  100% {
    color: #4bd58d;
  }
}
@-webkit-keyframes fill-rainbow {
  0% {
    fill: #fd8800;
  }
  20% {
    fill: #fd008f;
  }
  40% {
    fill: #9700fd;
  }
  60% {
    fill: #003dfd;
  }
  80% {
    fill: #05c7e6;
  }
  100% {
    fill: #4bd58d;
  }
}
@keyframes fill-rainbow {
  0% {
    fill: #fd8800;
  }
  20% {
    fill: #fd008f;
  }
  40% {
    fill: #9700fd;
  }
  60% {
    fill: #003dfd;
  }
  80% {
    fill: #05c7e6;
  }
  100% {
    fill: #4bd58d;
  }
}
@-webkit-keyframes background-rainbow {
  0% {
    background-color: #fd8800;
  }
  20% {
    background-color: #fd008f;
  }
  40% {
    background-color: #9700fd;
  }
  60% {
    background-color: #003dfd;
  }
  80% {
    background-color: #05c7e6;
  }
  100% {
    background-color: #4bd58d;
  }
}
@keyframes background-rainbow {
  0% {
    background-color: #fd8800;
  }
  20% {
    background-color: #fd008f;
  }
  40% {
    background-color: #9700fd;
  }
  60% {
    background-color: #003dfd;
  }
  80% {
    background-color: #05c7e6;
  }
  100% {
    background-color: #4bd58d;
  }
}
#logo {
  fill: #fff;
}

#nav-icon span {
  background-color: #fff !important;
  -webkit-animation: none;
          animation: none;
}

.header .header-toggle a {
  color: #fff !important;
  -webkit-animation: none;
          animation: none;
}

.gallery {
  height: 100vh;
  width: 100%;
  overflow-y: hidden;
}

.gallery-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-intro {
  -webkit-animation: background-rainbow 20s infinite alternate;
          animation: background-rainbow 20s infinite alternate;
}

.slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.slide-intro {
  max-width: 42em;
  margin: 0 20px;
  color: #fff;
}

.slide-content {
  margin: 0 20px;
  max-width: 30em;
  color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  z-index: 10;
  width: 100%;
}
.slide-content a {
  color: inherit;
  text-decoration: none;
}
.slide-content:hover + .page-gallery-layer {
  opacity: 0.8;
}

.page-gallery-layer {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
}

.slide-content-title {
  text-transform: uppercase;
}

.bkg-slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.flickity-page-dots {
  bottom: 1em;
}
.flickity-page-dots .dot {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #fff;
}
