@charset "UTF-8";
/* CSS Document */











.hidden {
  visibility: hidden;
}

#hidegallery {
	
	/*display:none;*/
}



.item1:active { 
            /*display:block;*/
        } 









/* Slideshow container */
.slideshow-container {
 width: 100vw;
  height: 100vh;
  position: center;
  margin: auto;
	top:40vh;
 /* border: #5DFF5E dashed thick; /*GREEN DASHED LINE */
}



.video-container {
  position: relative;
  /*width: 600%; /* Makes the container 6 times larger in width */
  /*padding-top: 337.5%; /* Scales the height 6 times larger while keeping 16:9 aspect ratio */
  padding-top: 56.25%;
  overflow: hidden; /* Prevents overflow */
  left: 50%; /* Positions the left edge of the container at the center of its parent */
  transform: translateX(-50%); /* Shifts the container back by 50% of its own width, centering it */
  /*border: #BECA29 dotted; /*Yellow*/
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
 width: 100vw;
  height: 100%;
  /*border: dashed; /*white*/
}
/*** This is the video container (not video itself, that is below)********/
.vid {
  width: 100%;
 width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  margin: auto;
}
/***** This is the style of the video element inside the vid container ******/
.vid video {
 width: 100vw;
  height: 100%;
  object-fit: contain;
}
.videoText {
  margin-top: 10px;
  font-size: 15px;
  color: #f2f2f2;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
/* Caption text */
.text {position:absolute;
  margin-top: 10px;
	margin-left:-10%;
  color: #f2f2f2;
  font-size: 0.8vw;
  /*padding: 1.2vw 12px;*/
  /*position: absolute;*/
  line-height: 1.5;
  width: 120%;
  text-align: center;
}
		
/* Caption text */
.text2 {
  color: #f2f2f2;
  font-size: 0.8vw;
  /*padding: 1.2vw 12px;*/
  /*position: absolute;*/
  line-height: 1.5;
  width: 60%;
  text-align: center;
	margin-left:12.5vw;
}

#gallery {
  position: absolute; /* Positions the element relative to its nearest positioned ancestor or the viewport if none exists. */
 width: 100vw;/* Sets the width to 100% of the viewport width. */
  height: 100vh; /* Sets the height to 100% of the viewport height. */
  z-index: 997; /* Places this element below elements with a higher `z-index` (controls stacking order). */
  display: flex; /* Enables a flexbox layout for its children, allowing alignment and spacing. */
  justify-content: center; /* Horizontally centers the child elements inside this container. */
	
  ;position:fixed; top:0;
	
}



#imagearea {
  position: absolute; /* Makes this container positioned relative to the closest ancestor with a position value. */
  top: 4vh; /* Positions it 4% of the viewport height from the top. */
  max-height: 100vh; /* Restricts its maximum height to 80% of the viewport height. */
  max-width: 60%; /* Restricts its maximum width to 75% of the viewport width. */
  color: #fff; /* Sets the text color (if any) to white. */
  font-size: 1vw; /* Sets the text font size to 1% of the viewport width. */
  z-index: 998; /* Places it above the `#gallery` element but below anything with a higher `z-index`. */
  /*border: #FF0086 dashed;*/
		left:20%
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
]
}
#imagearea img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
	text-align:center;
	display:block;
	
	
  /*position: absolute; /* Positions the image inside its container (relative to `#imagearea` or another ancestor). */
  /*width: 150%;
	/*max-width: 200%;
	/*height: 80vh; /* Sets the image height to 80% of the viewport height. */
  /*width: auto; /* Keeps the image’s aspect ratio intact by automatically adjusting the width. */
  color: #fff; /* (No effect on images.) */
  font-size: 1vw; /* (No effect on images, but might affect captions or other content within the same rule.) */
  /*border: #1A38FF dashed;*/
}



/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: fixed;
  top: 40vh;
  width: auto;
  padding: 16px;
 
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next, .next {
  cursor: pointer;
  position: fixed;
  top: 40vh;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next,.next2 {
  position: fixed;
  top: 40vh;
  left: 94.8vw;
  font-size: 2.5vw;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  transition: 0.6s ease;
  cursor: pointer;
  border-radius: 3px 0 0 3px;
}
/* Position the "next button" to the right */
.prev {
  position: fixed;
  top: 40vh;
  left: 1.9vw;
  font-size: 2.5vw;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  transition: 0.6s ease;
  cursor: pointer;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 color: #05568C;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  margin-top: 1.1vw;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  /*background-color: #05568C;*/
}
.dot2 {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  margin-top: 1.1vw;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot.active, .dot:hover {
  background-color: #05568C;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: .6
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .6
  }
  to {
    opacity: 1
  }
}
.left {
  position: fixed;
  top: 30vh;
  left: 2vw;
  font-size: 2.5vw;
  color: #fff;
  background-color: transparent;
  border: none;
  z-index: 999;
  transition: 0.6s ease;
  cursor: pointer;
}
.right {
  position: fixed;
  top: -30vh;
  left: 9vw;
  font-size: 2.5vw;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  transition: 0.6s ease;
  cursor: pointer;
}
.closeb {
  position: fixed;
  top: 2vh;
  left: 96.6vw;
  font-size: 2.5vw;
  color: #fff;
  z-index: 999;
  font-weight: bold;
}
 .closeb a:hover {
  color: #05568C;
  transition: 0.6s ease;
}
/*figure {
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 500px;
  margin: auto;
}

figcaption {
	
  background-color: #000000;
  color: #FFFFFF;
  font: italic large sans-serif;
  padding-top:1vw;
  text-align: center;
}
*/


.closeb {
  position: fixed;
  top: 2vh;
  left: 96.6vw;
  font-size: 2.5vw;
  color: #fff;
  z-index: 999;
  font-weight: bold;
}
 .closeb a:hover {
  color: #05568C;
  transition: 0.6s ease;
}

.closec {
  position: fixed;
  top: 2vh;
  left: 96.6vw;
  font-size: 2.5vw;
  color: #fff;
  z-index: 999;
  font-weight: bold;z-index:999;
}
 .closec a:hover {
  color: #05568C;
  transition: 0.6s ease;z-index:999;
}

@media screen and (min-width:60vw) and (max-width:1600px) {
	
	.next {
		font-size:4vw;
	left:92vw;
		top: 40vh;
	}
	
	.prev {
		font-size:4vw;
		top: 40vh;
	}
	
	.closeb {position:fixed;
		top: 1vh;
		left:93.2vw;
		font-size:3.5vw;
	}
	
	
	.closec {position:fixed;
		top: 1vh;
		left:92vw;
		font-size:4vw;z-index:999;
	}
	
	
	/* Caption text */
.text {
  font-size: 1.5vw;
}
	

	
	
	.item6 {
		
		display:block;
		text-align:center;
	}
	
	
	
}


@media screen and (max-width: 60em) {
.next {
		font-size:4vw;
	left:92vw;
	top:28vh;
	}
	
	.prev {
		font-size:4vw;
		top: 28vh;
	}
	
	.closeb {position:fixed;
		margin-top: -49vh;
		left:94vw;
		font-size:4vw;
		top: 50vh;
	}
	
		/* Caption text */
.text, .text2 {
  font-size: 2.4vw;
}
}
	