* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 40px auto 0px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides:first-child {
  display: block;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none !important;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:focus,
.next:focus {
  color: white;
  text-decoration: none !important;
}

/* Caption styling below photos */
.slideshow-caption {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Libre Franklin", sans-serif;
  color: #333;
  margin-top: 10px;
  max-width: 1000px;
  margin: auto;
}

#caption-text {
  text-align: left;
  font-style: normal;
}

/* Style for captions on photo*/
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  opacity: 0;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
  opacity: 0;
}
