<style type="text/css"> 
@charset "utf-8";
	
/* General Styles */
html, body{
	font-family: 'Roboto Condensed', sans-serif;
	color: #E5E5E5;
	background-color: #000;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}


/* Horizontal Rules */
hr, .golden-hr {
	max-width: 100%;
	text-align: center;
	margin: auto;
	padding: 0;
	height: 2px;
	border: none;
	border-top: 2px solid #AAE0FB;
}

/* Typography */
ul, li, h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	margin-left: 15px;
	color: #E5E5E5;
}

p {
	color: #E5E5E5;
	font-family: 'PT Sans Narrow', sans-serif;
}

h1 {
	
	font-size: xxx-large;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	color: #AAE0FB;
}

/* You can use media queries for more control */
@media (max-width: 768px) {
  h1 {
    font-size: 6vw; /* Smaller viewport, slightly bigger text */
  }
}

h2 {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: xx-large;
  color: #09AAEA;
  text-shadow: 2px 2px 4px #000000;
}
h3{
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: x-large;
	color: #914D3E;
	text-shadow: 1px 1px 2px #000000;
}
h4 {
  color: #914D3E;
  font-weight: 500;
  font-family: 'Merriweather', sans-serif;
  margin-left: 35px;
}


/* Links */
a:link, a:visited {
  text-decoration: none;
  color: #D5A46B;
}
a:hover {
  color: #fff;
}

/* Blockquote */
blockquote {
  margin-top: 15px;
  margin-left: 50px;
  font-style: italic;
  color: #914D3E;
}

/* Images */
img {
  display: inline-block;
  margin: 10px;
  border-radius:10px;
  max-width: 95%;
}

/* Tables */
table, th, td {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  padding: 0.25rem;
  color: #914D3E;
}

li {
  margin-top: 1px;
  margin-left: 20px;
}

dt {
	color: #914D3E;
	margin-left: 20px;
}

dd {
	color: #914D3E;
	margin-left: 30px;
}

.quote {
	color: #D5A46B;	
	text-align: center;
}


.date{
	font-weight: 500;
	font-family: 'Merriweather', sans-serif;
	font-size: large;
	color: #D5A46B;
	text-shadow: 2px 2px 4px #000000;
}


.menu {
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  font-size: large;
  padding: 2px 2px;
  display: inline-block;
}
.menu a:link, .menu a:visited {
  background-color: #444;
  padding: 5px 6px;
  border-radius: 4px;
  color: #AAE0FB;
}
.menu a:hover{
	color: #fff;
}

.videobg {
	/*position: fixed;*/
	overflow: scroll;
	width: 100%;
	height: 100vh;
	background: url() no-repeat center center/cover;
}
video {
	margin-top: -100px;
	min-width: 100%;
	min-height: 100vh;
	z-index: -10;
	position: fixed; /* Add this line */
}

.overlay {
	width: 100%;
	height: 100vh;
	position: fixed; /* Add this line */
	top: 0;
	left: 0;
	/*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);*/
	background-size: 3px 3px;
}



/* Floats and Containers */
.float-image, .float-right, .float-left {
  margin-bottom: 10px;
}
.float-image, .float-left {
  float: left;
  margin-right: 10px;
}
.float-right {
  float: right;
  margin-left: 10px;
}
.container {
  overflow: auto;
  margin-bottom: 20px;
  margin-left: -17px;
  width: 100%;
}

/* Menu and Footer */
.footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: small;
	bottom: 0;
	position: fixed;
	z-index: 100;	
}

/* Miscellaneous */
.div_main {
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #444;
  padding: 1px 4px;
  width: 1500px;
  max-width: 98%;
  margin: auto;
}
.div_wrap {
  display: inline-block;
  margin: 2px;
  padding: 2px;
  overflow: hidden;
  vertical-align: top;
  word-wrap: anywhere;
  -webkit-word-wrap: break-word;
}

.feature-box {
  width: 200px;
  background-color: #E4DFB0;
  color: #000;
  border-radius: 10px;
  padding: 10px; /* Added padding for content inside the box */
}
.feature-box p { /* Styles for links and visited links */
  color: #000;
}
.feature-box a, .feature-box a:visited { /* Styles for links and visited links */
  color: blue;
  text-decoration: none; /* Removes underline from links */
}

.feature-box a:hover { /* Styles for link hover state */
  color: darkgrey;
}



.announcement_box {
  background-color: rgba(0, 0, 0, 0.75);
  color: lime;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  overflow: hidden; /* Hide the extra characters */
  border-right: 2px solid black; /* Add a blinking cursor */
  width: 100%;
  margin: auto;
}

.error_box {
  background-color: rgba(0, 0, 0, 0.75);
  color: red;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  overflow: hidden; /* Hide the extra characters */
  border-right: 2px solid black; /* Add a blinking cursor */
  width: 100%;
  margin: auto;  
}

.notice_box {
  background-color: rgba(0, 0, 0, 0.75);
  color: orange;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  overflow: hidden; /* Hide the extra characters */
  border-right: 2px solid black; /* Add a blinking cursor */
  width: 100%;
  margin: auto;  
}

</style>