/* Alien Agenda v2.0 CSS */

html, body {
	height:100%;
	margin:0;
	padding:0;
	font-family:"Alien";
	font-size:17px;
	line-height:0.64cm;
	background-color:white;
	color:black;
}
#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: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: #576B83;
	text-decoration: underline;
	font-weight: bold;
}
@font-face {
	font-family: "Alien";
	src: url("Ubuntu-R.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: 778px;
  position: relative;
  margin: auto;
  padding-bottom:8px;
  padding-top:12px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* 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;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: auto auto;
  background-color: #bbb;
  border-radius: 50%;
  padding:5px;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 2px solid black;
  border-radius:100px;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.slide {
	width: 100%;
}
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:600px;
	padding:0px;
}
#controller {
	text-align:center;
	padding:20px;
}
.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: 15px;
	margin-top:15px;
	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;
}
/* Media query for smaller screens */
@media (max-width: 800px) {
	* {
		box-sizing: border-box;
	}
	.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;
		margin-left:-20px;
		padding:0px;
		width: calc(100% + 40px);
	}
	.slideshow-container {
	  margin-left:0px;
	  width: 375px;
	}
	.logo {
		width: 400px;
		height: 109px;
	}
	.video {
        /* height: 222px; */
        width: calc(100% + 20px);       /* Ensure video is 100% width of the parent container */
        display: block;      /* Ensures the video is displayed as a block element */
        margin: 0 auto;      /* Centers the video horizontally */
		padding:0px;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:10px;

	}
	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 {
		font-size:22px;
		padding-top:0px;
		margin-bottom:0px;
		margin-top:15px;
	}

	#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;
	}

	.prev, .next,.text {
		font-size: 11px
		text-decoration: none;
		padding-top:0px;
	}
	.dot {
		height: 6px;
		width: 6px;
	}
	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; */
	}
}