/* Alien Agenda v4.0 CSS */

html, body {
	height:100%;
	margin:0;
	padding:0;
	font-family:"Alien";
	font-size:17px;
	line-height:0.64cm;
	background-color:#444444;
	color:white;
}
#container {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	/* overflow-x: hidden; */
}
#header {
	background-color: black;
	text-align: center;
	background-image: url("background.png");
	border-bottom: 2px solid black;
	height: 170px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-size: cover;  /* Stretch background image to cover the entire div */
	background-position: center; /* Optional: Centers the background image */
	background-repeat: no-repeat; /* Optional: Prevents repeating background */
	margin-bottom:20px;
	width: 100%;
}
#body {
	padding: 0px;
	box-sizing: border-box;
	max-width: 756px;
	width: 100%;               /* Allows it to shrink on small screens */
	margin: 0 auto;            /* This centers it horizontally */
}
#update {
	margin:0;
	padding:0;
}
#logo {
	margin-top:20px;
}
#footer {
	padding: 0px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	background-color: #576B83;
	border: 0px;
	border-top: 2px solid black;
	width: 100%;
}
#buttons {
	text-align:center;
	margin-top:-10px;
	padding-bottom:10px;
	padding-top:10px;
}
.logo {
	margin-top:-15px;
	/* width: 720px; */
	vertical-align: middle;
}
.holder {
	margin:auto auto;
	width:calc(100% + 40px);
	text-align:center;
	padding:0px;
	overflow:auto;
}
h1 {
	font-weight: bold;
	text-align: left;
	font-size: 31px;
	margin-bottom:10px;
	margin-top:30px;
	padding:0px;
}
h2 {
	font-weight: bold;
	text-align: left;
	font-size: 26px;
	margin-bottom:10px;
	margin-top:26px;
	padding:0px;
}
ul {
	list-style-type: none;
	margin-left:-40px;
}
p {
	margin-bottom: 10px;
	text-align: left;
}
.item {
	flex: 1;
}
a {
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer;
	color: inherit;
}
a:hover {
	color: #96C8F5;
	text-decoration: underline;
	font-weight: bold;
}
@font-face {
	font-family: "Alien";
	src: url("OpenSans-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Logo";
	src: url("FrozenTakoyaki-BLY58.ttf") format("truetype");
}
@font-face {
	font-family: "Script";
	src: url("AlexBrush-7XGA.ttf") format("truetype");
}
pre {
	font-family: "Alien";
	text-align:left;
	padding-bottom:10px;
	margin-top:0px;
	word-wrap:break-word;
	white-space:pre-wrap;
}
.number {
	float:left;
	vertical-align:middle;
	padding-top:13px;
	padding-right:8px;
}
.numberright {
	float:left;
	padding-left:0px;
	vertical-align:middle;
}



.mySlides {display: none}
img {vertical-align: middle;text-align:center;}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  border: 2px solid black;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 26px;
  padding-bottom:15px;
  height:40px;
  margin-top: -40px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border: 0px;
  border-radius:0px;
  user-select: none;
  text-decoration: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color:white;
  color:black;
}
/* Caption text */
.text {
  padding: 8px 0px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  padding: 5px;
  position: absolute;
  top: 27px;
  right: 10px;
  color: white;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: auto auto;
  background-color: #737373;
  border-radius: 50%;
  padding:5px;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px solid black;
  border-radius:100px;
  margin-top:5px;
  margin-bottom:10px;
}
.active {
  background-color: silver;
}
.dot:hover {
  background-color: #ffffff;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.slide {
	width: 100%;
}
.dot-container {
	text-align: center;
	padding:0px;
	margin-top:-10px;
	margin-bottom:0px;
}

flex {
  display:flex;
  padding:0px;
  padding-top:10px;
  min-height:35px;
}
right {
  flex:1;
  margin: auto auto;
  margin-left:0px;
  padding-left:0px;
  /* line-height:0.50cm; */
}
left {
  flex: 0 32px 0;
  vertical-align:bottom;
  margin: auto auto;
  text-align: center;
  margin-left:0px;
  width:85px;
}
.subcontrols {
	margin-left:0px;
}
.controller {
	width:100%;
	padding:0px;
	text-align:center;
	margin-bottom:25px;
}
.holder {
	margin-left:-40px
}
left2 {
  flex: 0 108px 0;
  vertical-align:middle;
  width:140px;
  margin: auto auto;
  text-align:center;
}
left3 {
  flex: 0 32px 0;
  vertical-align:middle;
  margin: auto auto;
  text-align: center;
  margin-left:0px;
}
right2 {
  flex:1;
  margin: auto auto;
  vertical-align:middle;
  padding-bottom:15px;
  /* line-height:0.50cm; */
}
.shiptop {
	padding-top:10px;
}
.title {
	margin-bottom:20px;
}

padding {
	flex:1;
	padding-right:30px;
	margin-top:-25px;
}
p {
	margin-top:15px;
	margin-bottom:15px;
	line-height:0.62cm;
}
.video {
	width: 100%;           /* Make the video take up the full width of its container */
	border: 1px solid black;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow around the video */
	background-color: #000; /* Black background (for better contrast) */
	border-right:2px solid black;
	margin-bottom: 10px;
	margin-top:10px;
	padding:0px;
}

ol {
	margin-left:-20px;
}

#gototop {
	position:fixed;
	bottom:7px;
	right:8px;
	z-index:99;
	font-size:42px;
	border-radius:126px;
	background-color:black;
	color:white;
	width:70px;
	height:70px;
	border:2px solid white;
	padding:0px;
	/* scroll-behavior: smooth; */
}

#gototop:hover {
	filter:invert(100%);
}

#newscroll {
	display:none;
	cursor:pointer;
}

.arrow {
	font-size: 45px;
	padding-top:20px;
	padding-left:13px;
}

#slideshow-title {
	margin-bottom:20px;
}



.subtopic {
	margin:0px;
}






slide-show { 
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.SlideshowHeader { margin-top: 35px; margin-bottom: 18px; }
.SlideshowContent { flex: 1; margin-top:-10px; }
.SlideshowFooter { text-align: center; }
.SlideshowPrev, .SlideshowNext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 30px;
  height:30px;
  margin-top: -35px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border: 0px;
  user-select: none;
  text-decoration: none;
}
.SlideshowNext {
  right: 0;
  margin-right:-1px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.SlideshowPrev {
  left: 0;
  margin-left:1px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.SlideshowPrev:hover, .SlideshowNext:hover {
  background-color:white;
  color:black;
}
.SlideshowDot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: auto auto;
	background-color: #737373;
	border-radius: 50%;
	padding: 5px;
	display: inline-block;
	transition: background-color 0.6s ease;
	border: 1px solid black;
	border-radius: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.SlideshowDot:hover { background-color: white; } 
.SlideshowDot.active { background-color: silver; } 










/* Media query for smaller screens */
@media (max-width: 800px) {
	* {
		box-sizing: border-box;
	}

	.SlideshowHeader { 
		margin-top: 35px;
		margin-bottom: 8px;
	}


	.SlideshowDot {
		width:25px;
		height:25px;
	}

	.SlideshowNext {
	  right: 0;
	  margin-right:-13px;
	}


	.SlideshowPrev, .SlideshowNext {
	  font-size: 18px;
	  padding:15px;
	  margin-top:-20px;
	  padding-bottom:35px;
	}





	.subtopic {
		margin-top:10px;
		margin-bottom:-5px;
	}



	#slideshow-title {
		margin-bottom:10px;
		margin-top:35px;
	}

	.arrow {
		font-size: 35px;
		padding-top:8px;
		padding-left:7px;
	}

	.scrolltext {
		padding:5px;
		padding-top:8px;
	}
	#gototop {
		padding-left:2px;
		padding-top:5px;

		font-size:40px;
		width:55px;
		height:55px;
	}
	.controller {
		margin:0px;
		padding:0px;
		margin-bottom: 15px;
	}
	.slideshow-container {
	  margin-left:0px;
	  width: 375px;
	}
	.logo {
		width: 400px;
		height: 109px;
	}
	.video {
        width: calc(100% + 15px);       /* Ensure video is 100% width of the parent container */
        display: block;      /* Ensures the video is displayed as a block element */
        margin: auto auto;      /* Centers the video horizontally */
		margin-top: 15px;
	}

	padding {
		padding-right:15px;
	}
	.title {
		margin-bottom:10px;
	}
	#header {
		padding:0px;
		padding-top:20px;
		padding-bottom:5px;
		background-image: url('background.png'); /* Background image */
		background-size: cover;  /* Stretch background image to cover the entire div */
		background-position: center; /* Optional: Centers the background image */
		background-repeat: no-repeat; /* Optional: Prevents repeating background */
	}
	pre {
		font-size:13px;
		font-family: "Alien";
		line-height:0.44cm;
	}
	.numbertext {
	  padding: 5px;
	  position: absolute;
	  top: 10px;
	  right: 2px;
	}
	p {
		line-height:0.50cm;
		margin-top:10px;
		margin-bottom:10px;
	}
	html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: "Alien", sans-serif;
		font-size: 13px;
		line-height: 0.44cm;
		/* overflow-x: hidden; #Prevent horizontal overflow */
	}
	h1 {
		margin-top:20px;
		font-size:23px;
	}
	h2 {
		margin-top:20px;
		font-size:19px;
	}
	#body {
		padding: 0 15px 15px 15px;
		max-width: 756px;      /* Optional: constrain main content width */
		width: 100%;
		margin: 0 auto;        /* Center horizontally */
	}

	#container {
		width: 100%;
		margin: 0;
		padding: 0;
		/* overflow-x: hidden;   #Extra guard against overflow */
	}

	#footer {
		width: 100%;
		padding: 15px;
	}

	.dot {
		margin-top:20px;
		height: 20px;
		width: 20px;
	}
	right, right2, left, left2 {
		/* line-height:0.45cm; */
	}
	flex {
		/* margin-bottom:-10px; */
	}
	.number {
		padding-top:17px;
	}
	right {
		flex:1;
		margin: auto auto;
		margin-left:-5px;
		/* line-height:0.50cm; */
	}

	/* Next & previous buttons */
	.prev, .next {
	  padding: 16px;
	  padding-bottom:15px;
	  height:55px;
	  margin-top: -30px;
	  font-size: 18px;
	}

}