/* Slideshow container */
.slideshow-container {
	float: left;
  position: relative;
  background: white;
  text-align: left;
  border-radius: 30px;
  margin: 30px 0 20px 0;
  width: 100%;
}

.slideshow-container span {display: block; background-color: #30CE6C; height: 80px; width: 10px; position: absolute; top:0; bottom: 0; margin: auto 0; right:0;}

/* Slides */
.mySlides {
  display: none;
  width: 68%;
  margin: 40px 0 30px 0;
  padding: 0 15% ;
  text-align: left;
  line-height: 140%;
}

.mySlides q {
	font-size: 16px;
	font-weight: 300;
	color: #646D83;
	font-style: normal;
	
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 20px;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #C8D1E3;
  font-weight: 300;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
	position: absolute;
	  left: 20px;
}

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

/* 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: #333;
}

/* The dot/bullet/indicator container */
.dot-container {
	text-align: center;
	padding: 0px;
	background: transparent;
  float: left;
  width: 100%;
}

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

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #ADB8CE;
}


/* Add a blue color to the author */
.author {font-weight: bold;}


@media only screen and (max-width: 1100px) {
 .slideshow-container {
   margin: 10% 0 5% 0;
 }

 }
 /* Slides */
 .mySlides {
   width: 70%;
   margin: 50px 0 50px 0;
   padding: 0 13% ;
   text-align: center;
   }
 
 /* Next & previous buttons */
 .prev, .next {
   color: #b3bcce;
   font-weight: 300;
   font-size: 40px;
 }
 
 .prev {left: 5px; }
  .next {right: 15px;}
 
 
  
}