﻿
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:gray;
}

/* Modal Content */
.modal-content {
  position:relative;
  text-align:center;
  background-color:gray;
  margin: auto;
  padding: 0;
  width: 55%;
  max-width: 900px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}


.caption-container {
  text-align: center;
  background-color:gray;
  padding: 2px 16px;
  color:white;
}

.floatfigure {
  cursor: pointer;

}

.floatfigure:hover {
  opacity: 0.6;
}

