body {
  font-family: Verdana, sans-serif;
  margin: 0;
  width: 100%;
  color: white;
  background-color: black;
}

* {
  box-sizing: border-box;
}

.cursor {
  cursor: pointer;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal .column {
  /* slideshow slides */
  float: left;
  width: 25%;
}


/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}


/* The Close Button */

.modal .close {
  color: rgb(209, 209, 209);
  position: absolute;
  top: 160px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
}

.modal .close:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}

/* lightbox slides */
.mySlides {
  display: none;
  background-color: black;
  text-align: center;
}

.lightbox_main_image {
  max-width: 100%;
}


/* Next & previous buttons */

.modal .prev,
.modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 34px 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  height: 120px;
  vertical-align: middle;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index:999
}


/* Position the "next button" to the right */
.modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.modal .prev {
  left: 0;
}

.modal a {
  text-decoration: none;
}

/* On hover, add a background color with a little bit see-through */

.modal .prev:hover,
.modal .next:hover {
  background-color: rgba(80, 74, 74, 0.8);
}


/* image number(1/3 etc) */

.numbertext {
  color: #f2f2f2;
  background-color: black;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.modal img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;

}

  .caption-container p {
      font-size: 18px; 
      color: white;
  }

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Hoverbox Code */

img {
  max-width: unset;
}

.hoverbox {
  cursor: default;
  list-style: none;
}

.hoverbox a .preview_portrait,
.hoverbox a .preview_tall,
.hoverbox a .preview_large {
  display: none;
}

.hoverbox a:hover .preview_portrait {
  display: block;
  position: absolute;
  top: -33px;
  left: -45px;
  z-index: 1;
}

.hoverbox a:hover .preview_tall {
  display: block;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: 1;
}

.hoverbox a:hover .preview_large {
  display: block;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: 1;
}

.hoverbox li {
  background: #eee;
  border-color: #ddd #bbb #aaa #ccc;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  display: inline;
  float: left;
  margin: 3px;
  padding: 5px;
  position: relative;
}

.hoverbox img {
  background: #fff;
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 2px;
  vertical-align: top;
  width: 100px;
  height: 75px;
}

.hoverbox img.thumbnail { 
  width: 75px;
  height: 130px;
}


.hoverbox .preview_portrait {
  border-color: #FFF;
  width: 200px;
  height: 150px;
  cursor: crosshair;
}

.hoverbox img.preview_tall {
  border-color: #FFF;
  width: 150px;
  height: 200px;
  cursor: crosshair;
}


/* show thumbnail images */

.hoverbox .episode_thumbnail {
  background: #fff;
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 2px;
  vertical-align: top;
  width: 300px;
  height: 245px;
}

.hoverbox .preview_large {
  border-color: #FFF;
  width: 350px;
  height: 300px;
  cursor: crosshair;
}

/* hoverbox video */

.hoverbox_video {
  opacity: 0.7;
  z-index: -1;
  max-width: 300px;
  margin: 0 20px 20px 0;
}

.hoverbox_video:hover {
  opacity: 1;
  cursor: pointer;
  border: 5px solid white; 
}

/* prevent hoverbox gallery from shifting right */
ul {
  padding-inline-start: 0px;
}

.container {
  padding: 0 40px;
} 

.hoverbox a {
  color: rgb(241, 228, 228);
}

.hoverbox a:hover{
  color:#aaa
}

.hoverbox a:visited {
  color:rgb(212, 198, 198)
}

span.contents {
  font-size: 12px;
}