@CHARSET "UTF-8";
* {box-sizing:border-box}
.mySlides {display:none}
.one {display: block; }

/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  max-height: 350px;
  position: relative;
  top: 30px;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: black;
  opacity: 0.5;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  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: black;
  opacity: 0.85;
}

/* Caption text */
.text, .fa fa-facebook-official {
  color: white;
  font-family: Abel;
  position: relative;
  width: 100%;
  text-align: center;
  background:black; 
  border: 10%;
  	background-color: #d4c795;
	background-image: url('../img/background/green_chalkboard.jpg');
	background-size: 100% 100%; 
	border: 2pt #84704e solid;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background: black; 
  opacity: 0.8;
}

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

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

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 834px) {
  .prev, .next{
  font-size: 18px;
  padding: 15px;
  bottom: 60%; 
  top: auto;
  }
  .numbertext {
  font-size: 20px; 
  }
  .text, .fa fa-facebook-official {
  font-size: 15px;
  }
}
@media only screen and (max-width: 370px) {
	
.prev, .next {
	font-size: 12px;
	padding: 8px;
	
}
  .text, .fa fa-facebook-official{
  font-size: 10px;
  }
  .numbertext {
  font-size: 20px; 
  }
}
