
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  position: absolute;
  bottom: 8px;
  right: 10px;}


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

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}
/* transition style */
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* @condtional styling-On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
  
  .shadow-button {
    border-radius: 9px;
    border-color: gray; 
}
  
  .shadow-button:hover, 
  .shadow-button:focus {   
      background-color: green; 
    	}  
  .button-row { 
  display:inline-block;
}