.lbox {
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #1F1F1F url(../images/papyrus-dark.png) repeat top left;
}

.modal {
  display: none;
  position: fixed;
  z-index: 30;
  padding: 10px 62px 0px 62px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #1F1F1F url(../images/papyrus-dark.png) repeat top left;
}
   
.modal-content {
  position: relative;
/*   display: flex; */
/*   flex-direction: column; */
/*   justify-content: center; */
  margin: auto;
  padding: 0 0 0 0;
  width: 80%;
  max-width: 1200px;
}

.lbmodal-content {
  position: relative;
/*   display: flex; */
/*   flex-direction: column; */
/*   justify-content: center; */
  margin: auto;
  padding: 0 0 0 0;
  width: 80%;
  max-width: 1200px;
}

.content{
	margin:30px 100px 0px -25px;
}

.lbclose {
  color: white;
  position: absolute;
  right: 5%;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

.close {
  color: white;
  position: absolute;
  
  right: 150px;
  font-size: 50px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
 	margin-left: auto;
 	margin-right: auto;
	width: 70%;
 	overflow: hidden;
 	max-width: 2000px;
 	margin-top: 2%;
}

.mySlides img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9);
}

.caption-container {
  text-align: center;
  margin-top: 15px;
	min-height: 50px;
	position:relative;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
  margin-left: 2%;
	margin-right: 2%;
 	margin-bottom: 2%;
	
}

.caption-container p {
	font-size:1.2rem;
	padding:15px;
	margin-left: 2%;
	margin-right: 2%;
	color: white;
	
}
.showSlideshow {
	margin-left: 10%;
	margin-top: 20px;

	
}

.showSlideshow ul  {
	list-style: none;
}

.showSlideshow li {
	display: inline;
}

.showSlideshow a {
	font-size: 1rem;
	color: white;
	margin-left: 2%;
	padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
	
}

.showSlideshow a:hover {
	background-color: #555;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear; 
  -webkit-transition: all 0.2s linear;
  border-radius: 5px;
}