<style type="text/css"> 
@charset "utf-8";
	
/* General Styles */
body{

}



/* Horizontal Rules */
hr, .golden-hr {
	max-width: 1000px;
	text-align: center;
	margin: auto;
	padding: 0;
	height: 2px;
	border: none;
	border-top: 2px solid #fff;
}

/* Typography */
ul, li, h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	margin-left: 15px;
	color: #FFF;
	font-size: 16px;
}

li {
	margin-top: 1px;
	margin-left: 20px;
	color: #FFF;
	font-family: 'Calibri', sans-serif;
}

p {
	color: #FFF;
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 2.5vw; /* Adjust size as needed */
	font-weight: 500;
	font-family: 'Roboto Slab', sans-serif;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	color: #fff;
}

/* You can use media queries for more control */
@media (max-width: 768px) {
  h1 {
    font-size: 2.5vw; /* Smaller viewport, slightly bigger text */
  }
}

h2 {
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 32px;
  color: #C70039;
  text-shadow: 2px 2px 4px #000000;
}
h3{
	font-weight: 500;
	font-family: 'Roboto Slab', sans-serif;
	text-align: center;
	color: #007BFF;
	text-shadow: 2px 2px 4px #000000;
}
h4 {
  color: #20C997;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin-left: 35px;
}


/* Links */
a:link, a:visited {
  text-decoration: none;
  color: yellow;
}
a:hover {
  color: #fff;
}

/* Blockquote */
blockquote {
  margin-top: 15px;
  margin-left: 50px;
  font-style: italic;
  color: #007BFF;
}

/* 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: #FFF;
}

dt {
	color: #007BFF;
	margin-left: 20px;
}

dd {
	color: #007BFF;
	margin-left: 30px;
}

.quote {
	color: yellow;	
	text-align: center;
}

.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: #fff;
}
.menu a:hover{
	color: #fff;
}
.menu2 { /* social media */
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  font-size: x-large;
  padding: 2px 2px;
  display: inline-block;
}
.menu2 a:link, .menu2 a:visited { /* social media */
  background-color: #444;
  padding: 5px 6px;
  border-radius: 4px;
  color: #C70039;
}
.menu2 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;
}

/* 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.8);
  border: 1px solid #444;
  padding: 1px 4px;
  width: 1000px;
  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;
}
.flash {
  animation: blinker 3s linear infinite;
  background-color: red; /* Red */
  color: #fff; /* Red */
  font-weight: 700;
}
.flash2 {
  animation: blinker 1s linear infinite;
  background-color: var(--fimc-red); /* Red */
  color: #fff;
  font-weight: 700;
}
.flash3 {
  animation: blinker .5s linear infinite;
  color: var(--fimc-red); /* Red */
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: black; }
}





/* BUTTONS*/
.button_light-green {
	background-color: #39ac73; 
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Green */

.button_yellow {
	background-color: dark-grey;
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
}


.button_dark-green {
	background-color: #194d33;	
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Green */

.button_light-blue {
	background-color: #66b3ff;	
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Blue */

.button_dark-blue {
	background-color: #000099; 	
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Blue */

.button_light-red {
	background-color: #ff0000; 	
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Red */
.button_dark-red {
	background-color: #800000; 	
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Red */

.button_light-black {
	background-color: #e7e7e7; 
	border-radius: 5px; 
	border: 1px solid #fff; 
	color: black;
	padding: 5px 12px;
} /* Gray */
	
.button_dark-black {
	background-color: #555555;  
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 	/* Black */

.button_light-orange {
	background-color: #e67300;
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
}	/* Orange */
.button_dark-orange {
	background-color: #804000; 
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
}	/* Orange */

.button_light-purple {
	background-color: #a366ff;
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Purple */

.button_dark-purple {
	background-color: #6600ff; 
	border-radius: 5px; 
	border: 1px solid #fff;
	padding: 5px 12px;
} 		/* Purple */
</style>