
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
/* .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
} */
.slideshow-container {
  position: relative;
  max-width: 100%;
}
/* Caption text */
.captext {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-transform: none;  
  text-align:center;
  color: var(--mytext-color);
}

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

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

.dot.active {
  background-color: #717171;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* move up to middle of containing section*/
  padding: 20px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  user-select: none;
  z-index: 10;
}
/* .prev, .next {
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  text-align: center;
} */
 /* will center image!*/
 .mySlides img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.prev {
  left: 15px;
}

.next {
  right: 15px;
}

.prev:hover, .next:hover {
  background: rgba(0, 0, 0, 0.9);
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
