/* Slideshow container */
.slideshow-container {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.mySlides img {
  border-radius: 2px;
  width: 250px;
  height: 300px;
  margin: 0 auto;
}
.mySlides p {
  width: 255px;
  height: 320px;
  box-shadow: 4px 4px 4px #333;
  font: 400 28px/2 'Tillana', cursive;
  color: #888;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 48em){
  /* Slideshow container */
.slideshow-container {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.mySlides img {
  border-radius: 2px;
  width: 500px;
  height: 550px;
  margin: 0 auto;
}
.mySlides p {
  width: 505px;
  height: 585px;
  box-shadow: 4px 4px 4px #333;
  font: 400 28px/2 'Tillana', cursive;
  color: #888;
  text-align: center;
  margin: 0 auto;
  }
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 20px; 
  color: white;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 10px;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 10px;
    border-radius: 3px 0 0 3px;
}
@media (min-width: 48em){
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 20px; 
  color: white;
  font-weight: bold;
  font-size: 52px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 25px;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 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);
}



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

.active, .dot:hover {
  background-color: #717171;
}

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

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

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

h1 {
  text-align:center;
  text-transform:uppercase;
  color: #88C1D1;
  padding-top: 12px;
  font-family: awesome, times;
}



h2 {
  text-align:center;
  text-transform:uppercase;
  color: #88C1D1;
  padding: 12px;
  font-family: awesome, times;
  font-size: 18px;
}




