@charset "UTF-8";
/* CSS Document */

/* Slideshow container */
.ss-slideshow-container {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 30vw;
  width: 90%;
  padding: 4vw 2% 0 5%;
  margin: 2vw 0 0 5%;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 18vw;
  width: 6%;
  margin-top: -22px;
  padding: 0;
}
/* Position the "next button" to the right */
.next {
  right: 0.5vw;
}
.prev {
  left: 0;
}

.prev img {
  width: 100%;
  height: auto;
}
.next img {
  width: 100%;
  height: auto;
}

/* Caption text */
.ss-slide-title-text {
  position: absolute;
  display: block;
  font-size: 3vw;
  line-height: 3vw;
  color: #f7ec33;
  background-color: #db025a;
  top: 10%;
  left: 4vw;
  width: auto;
  text-align: left;
  font-family: "ABCArizonaFlare-Bold";
  font-style: normal;
  z-index: 101;
  padding: 1vw 2vw;
  transform: rotate(-3deg);
}
.ss-slide-main-text-outer {
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #ffebcf;
  background-color: #552677;
  width: 85%;
  padding: 3vw 1vw;
  margin: 3vw 0 0 5%;
  height: 25vw;
}
.ss-slide-main-text {
  position: relative;
  display: block;
  width: auto;
  font-size: 2.2vw;
  line-height: 3.5vw;
  text-align: left;
  font-family: "ABCArizonaFlare-Bold";
  font-style: normal;
}
.ss-slide-main-text ul {
  width: auto;
  font-size: 2.2vw;
  line-height: 3.5vw;
  font-family: "ABCArizonaFlare-Bold";
}
.ss-slide-main-text li {
  width: auto;
  font-size: 2.2vw;
  line-height: 3.5vw;
  font-family: "ABCArizonaFlare-Bold";
}
.ss-slide-image1 {
  position: absolute;
  display: block;
  top: 23vw;
  left: 8vw;
  width: 12%;
  height: auto;
  z-index: 101;
}
.ss-slide-image1 img {
  display: block;
  width: 100%;
  height: auto;
}
.ss-slide-image2 {
  position: absolute;
  display: block;
  top: 23vw;
  left: 16vw;
  width: 12%;
  height: auto;
  z-index: 101;
}
.ss-slide-image2 img {
  display: block;
  width: 100%;
  height: auto;
}
.ss-slide-image3 {
  position: absolute;
  display: block;
  top: 23vw;
  left: 24vw;
  width: 12%;
  height: auto;
  z-index: 101;
}
.ss-slide-image3 img {
  display: block;
  width: 100%;
  height: auto;
}

/* The dots/bullets/indicators */
.dot-outer {
  position: absolute;
  display: block;
  width: 30%;
  top: 21vw;
  left: 5%;
  z-index: 101;
}
.dot {
  height: 10px;
  width: 10px;
  margin: 0;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background-color: #ccc;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 1900px) {
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 55vw;
    width: 10%;
    margin-top: -22px;
    padding: 0;
  }
  /* Position the "next button" to the right */
  .next {
    right: -3%;
  }
  .prev {
    left: -3%;
  }

  .prev img {
    width: 100%;
    height: auto;
  }
  .next img {
    width: 100%;
    height: auto;
  }
  /*  Slideshow container */
  .ss-slideshow-container {
    width: 100%;
    height: 145vw;
    position: relative;
    margin: 3vw 0 0 0;
    padding-top: 0;
    z-index: 101;
    overflow: visible;
  }
  .ss-slide-title-text {
    font-size: 9vw;
    line-height: 13vw;
    position: absolute;
    display: block;
    top: 6vw;
    left: 0;
    z-index: 101;
    font-size: 8.5vw;
    line-height: 11vw;
  }
  .ss-slide-main-text-outer {
    box-sizing: border-box;
    position: relative;
    display: block;
    color: #ffebcf;
    background-color: #552677;
    width: 90%;
    padding: 2vw 1vw;
    margin: 15vw 0 0 3%;
    height: 80vw;
  }
  .ss-slide-main-text {
    position: relative;
    display: block;
    width: auto;
    font-size: 6vw;
    line-height: 7vw;
    text-align: left;
    font-family: "ABCArizonaFlare-Bold";
    font-style: normal;
    margin: 8vw 5vw 5vw 5vw;
  }
  .ss-slide-main-text ul {
    width: auto;
    font-size: 6vw;
    line-height: 7vw;
    font-family: "ABCArizonaFlare-Bold";
  }
  .ss-slide-main-text li {
    width: auto;
    font-size: 6vw;
    line-height: 7vw;
    font-family: "ABCArizonaFlare-Bold";
    margin-top: 2vw;
  }
  .ss-slide-image1 {
    position: absolute;
    display: block;
    top: 70vw;
    left: 15%;
    width: 20%;
    height: auto;
    z-index: 101;
  }
  .ss-slide-image1 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ss-slide-image2 {
    position: absolute;
    display: block;
    top: 70vw;
    left: 40%;
    width: 20%;
    height: auto;
    z-index: 101;
  }
  .ss-slide-image2 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ss-slide-image3 {
    position: absolute;
    display: block;
    top: 70vw;
    left: 65%;
    width: 20%;
    height: auto;
    z-index: 101;
  }
  .ss-slide-image3 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .dot-outer {
    position: absolute;
    display: inline-block;
    width: 10%;
    z-index: 101;
    top: 120vw;
  }
}
