
body, html {
  height: 100%;
  margin: 0;
}


body {font-family: Verdana, sans-serif; background:#000;}

.mySlides {display: none;}

img {vertical-align: middle;

border: 5px solid white;
	padding: 10px; 
	
}

/* Slideshow container */
.slideshow-container {
  max-width: 1080px;
  max-height: 675px;
  position: relative;
  margin: auto;
}

/* Slideshow full screen  */

.myimg img {
	width: 97.5%;
	height: auto;
}


/* Caption text */
.text {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  float:left;
  font-size: 12px;
  margin-left: 3px;
  margin-top:-2;
 
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
   
   
}


.active {
  background-color: #000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-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: 300px) {
  .text {font-size: 11px}
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
    background-color: #333;
    color: white;
}
a:visited {
    color: #fff;
}


/* Chrome, Safari and Opera syntax */
:-webkit-full-screen {
  background-color: black;
}

/* Firefox syntax */
:-moz-full-screen {
  background-color: black;
}

/* IE/Edge syntax */
:-ms-fullscreen {
  background-color: black;
}

/* Standard syntax */
:fullscreen {
  background-color: black;
}

/* Style the button 
button {
  padding: 20px;
  font-size: 20px;
}
*/
