* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

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

/* top buttons */
.topleft, .oldtopright, .topright1, .topright2, .topright3 {
  cursor: pointer;
  position: fixed;
  top: 0%;
  width: auto;
  padding: 8px;
  margin-top: 1px;
  color: #222;
  background-color: rgba(150,150,150,0.9);
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the 'next button' to the right */
.oldtopright {
  right:145px;
}

.topright1 {
  right:280px;
}

.topright2 {
  right: 135px;
}

.topright3 {
  right: 0;
}

.topleft {
  left: 0;
}

/* On hover, add a green background color with a little bit see-through */
.topleft:hover, .oldtopright:hover, .topright1:hover, .topright2:hover, .topright3:hover {
  background-color: rgba(80,200,80,0.8);
}

/* Caption text */
.text {
  position: fixed;
  top: 20px;
  color: #0202f2;
  font-size: 15px;
  padding: 2px 2px;
  width: 100%;
  text-align: center;
  background-color: rgba(200,200,200,0.9);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  font-size: 10px;
  padding: 1px 0px;
  background-color: #ddd;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.dot2 {
  cursor: pointer;
  font-size: 10px;
  padding: 1px 0px;
  background-color: #eee;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.topnav {
  font: 18px sans-serif;
  overflow: hidden;
  background-color: rgba(255,255,255,0.8);
  z-index:99;
}

.topnav a {
  float: left;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 14px 11px;
  background-color: rgba(76,46,132,0.9);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s ease;
}

.topnav a:hover {
  background-color: rgba(76,87,180,0.8);
  color: white;
}

.topnav a.active {
  background-color: rgba(76,46,180,0.8);
  color: white;
}

.topheader {
  overflow: auto;
  background-color: rgba(225,225,225,0.8);
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index:1;
}

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

/* Fading animation was 0.5s */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.1s;
  animation-name: fade;
  animation-duration: 0.1s;
}

/* was .4 before .7 */
@-webkit-keyframes fade {
  from {opacity: .7} 
  to {opacity: 1}
}

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .topleft, .topnav, .oldtopright, .topright1, .topright2, .topright3, .text {font-size: 11px}
}
