body {font-family: Verdana, sans-serif; margin:0}
.dot {box-sizing: border-box}
.mySlides	{display: none}
.months	{margin:10px 0;padding:0 !important;top:52%;position: -webkit-sticky; position:sticky;z-index:2;text-align: center;color:#b30000;}
img			{vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin: 15px 0;
  color: #b30000;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration-line: none;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {left:0;margin-left:-5px;}  /* -35px; */

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  margin-right:-5px;  /* -35px; */
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:white;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 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: 30px; /*  25px;  */
  width: 45px;
  margin: 0 2px;
  background-color: #d9d9d9 ;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  font-size:0.7rem;
  font-weight:bold;
  padding:6px 0;  /*  6px 0;  */
}

.active, .dot:hover {
  background-color: #99003d;
  color:white;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.img-calendar {
	width:100%;
	border:0px !important;
	margin-left:0 !important;
	padding-left:0 !important;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {
  .prev, .next,.text,.dot {font-size: 0.7rem}
}
