@charset "UTF-8";


/* Slideshow container */
.slideshow-container {
  max-width: 100%;;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot2 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fbc78f;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.12s ease;
}

.active {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@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}
}
