@charset "utf-8";
/* sliders */

/*
body {
  font-family: Arial, sans-serif;
  text-align: center;
  background: #111;
  color: white;
}
*/

.slideshow-container {
  position: relative;
  max-width: 600px;
  margin: 10px auto;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  border-radius: 10px;
}

/* Buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 10%;
  padding: 10px;
  color: white;
  font-size: 20px;
  background: rgba(0,0,0,0.5);
  border: none;
  transform: translateY(-50%);
}

.prev { left: 0; }
.next { right: 0; }

/* Dots */
.dots {
  margin-top: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 5px;
  display: inline-block;
  background: gray;
  border-radius: 50%;
  cursor: pointer;
}
/*
.active {
  background: white;
}
*/
