/* Slideshow container */
		.slideshow-container {
		position: relative;
  
		}

		/* Slides */
		.mySlides {
		  display: none;
		  padding: 3em;
		  text-align: center;
		  background-color: white;
		  margin-bottom: 2rem;
		  border: 1px solid #eeeeee;
		  opacity: 0;
		  animation: fadeIn 0.2s;
			animation-delay: 0.3s;
			animation-fill-mode: forwards;
		}

		@keyframes fadeIn {
			from { opacity: 0; }
			to { opacity: 1; }
		}

		/* Next & previous buttons */
		.prev, .next {
		  cursor: pointer;
		  position: absolute;
		  top: 50%;
		  width: auto;
		  margin-top: -30px;
		  padding: 16px;
		  color: #222;
		  font-weight: bold;
		  font-size: 20px;
		  border-radius: 0 0 0 0;
		  user-select: none;
		  content: "";
		  
		}


		.slideshow-container a 
		{border-bottom: none!important
		
		}

		/* Position the "next button" to the right */
		.next {
		  position: absolute;
		  right: 0;
		  border-radius: 0 0 0 0;
		}

		.prev {position: absolute; left: 0;}

		/* On hover, add a black background color with a little bit see-through */
		.prev:hover, .next:hover {
		  
		  color: transparent;
		}

		/* The dot/bullet/indicator container */
		.dot-container {
			text-align: center;
			padding:0px;
			margin-bottom: 2rem;
			
		}

		/* The dots/bullets/indicators */
		.dot {
		  cursor: pointer;
		  height: 15px;
		  width: 15px;
		  margin: 0 2px;
		  background-color: #bbb;
		  border-radius: 50%;
		  display: inline-block;
		  transition: background-color 0.6s ease;
		}

		/* Add a background color to the active dot/circle */
		.dot.active, .dot:hover {
		  background-color: #717171;
		}

		/* Add an italic font style to all quotes */
		q {font-style: italic;}

		/* Add a blue color to the author */
		.author {
		margin-top: 1rem; 
		text-align: center; 
		font-style: italic; 
		font-size: 0.8rem;}
		
		.client-review-stars{
		margin-top: 1rem; 
		text-align: center; 
		font-size: 1.3rem;
		color: #ffd700;
		}
		
		.biggie {
		font-size:2rem
		
		}