﻿@charset "UTF-8";
/*!
 * PlaceHolder.ZWeb.NET (https://PlaceHolder.ZWeb.NET)
 * Copyright 1995-2025 Anderson & Associates
 */

/*
==========================================================================================
Base Page Elements
==========================================================================================
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Red Rose';
	font-style: normal;
	font-weight: 800;
	margin-top: 0;
}

html, body {
	height: 100%;
	margin: 0%;
	/*overflow: hidden;*/
	color: #00274d;
	font-family: Baumans;
	font-size: 1.0em;
}

html {
	padding-top: 1%;
	/*padding-left: 4%;*/
	background: rgb(255, 255, 255);
	/*
		background: rgb(2,0,36);
		background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,101,255,1) 100%);
	*/
}

body {
	font-size: 1.20em;
	margin: 0% 6% 10% 6%;
}

#background-video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	/*left: 0;*/
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}

.AccentColor {
	color: #ff6308
}

:link {
	color: #ff6308;
}

:visited {
	color: #ff6308;
}

a:hover {
	color: #872B93;
}

hr {
	color: #ff6308;
}

h1 {
	font-size: 2.50em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

	h1 strong {
		font-weight: bold;
	}

h2 {
	font-size: 1.75em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h3 {
	background-color: #f5f5f5;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 6px;
	border: 1px outset #c3c3c3;
}

h4 {
	font-size: 1.20em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main {
	padding: 6px 6px;
}

.nav {
	background-color: #ff6308;
	padding: 2px 4px;
	border: 1px outset #c3c3c3;
}

	.nav a {
		text-decoration: none;
		padding: 2px 6px;
	}

		.nav a:hover {
			background-color: #d6d6d6;
			padding: 1px 6px;
			border: 1px outset #8200d8;
		}

.Header {
	color: #0066ff;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
}

.Footer {
	font-family: 'Architects Daughter';
	/*position: absolute;*/
	left: 10px;
	right: 10px;
	/*bottom: 148px;*/
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	line-height: 1.4em;
	animation: aniFBorder 2s ease alternate infinite;
}

.Footer-Left, .Footer-Right {
	font-family: 'Coda';
	color: #00274d;
	/*position: absolute;*/
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
	animation: aniFBorder 2s ease alternate infinite;
}

.Footer-Left {
	float: left;
	max-width: 60%;
	/*margin-right: 5px;*/
	/*font-family: 'Red Hat Display';*/
	/*bottom: 10px;*/
	/*left: 10px;*/
}

.Footer-Right {
	float: right;
	max-width: 38%;
	/*margin-left: 5px;*/
	/*font-family: 'Coda';*/
	/*bottom: 31px;*/
	/*right: 10px;*/
}

.Debug {
	font-family: Consolas, monaco, monospace;
	font-size: 0.75em;
}

@keyframes aniFBorder {
	0% {
		border-color: #303030;
	}

	100% {
		border-color: #c3c3c3;
	}
}

.Spacer10 {
	height: 10px;
	font-size: 0;
	line-height: 0;
}

.Spacer20 {
	height: 20px;
	font-size: 0;
	line-height: 0;
}

.Spacer40 {
	height: 40px;
	font-size: 0;
	line-height: 0;
}

.Spacer100 {
	height: 100px;
	font-size: 0;
	line-height: 0;
}


/*
==========================================================================================
Core Misc. Elements
==========================================================================================
*/
.PageSep {
	border-top: 1px solid #c2c2c2;
	/*
	border-bottom: #005887 1px solid;
	*/
	font-size: 0;
	line-height: 0;
}

.Spacer2 {
	height: 2px;
	font-size: 0;
	line-height: 0;
}

.Spacer4 {
	height: 4px;
	font-size: 0;
	line-height: 0;
}

.Spacer6 {
	height: 6px;
	font-size: 0;
	line-height: 0;
}

.Spacer8 {
	height: 8px;
	font-size: 0;
	line-height: 0;
}

.Spacer10 {
	height: 10px;
	font-size: 0;
	line-height: 0;
}

.Spacer20 {
	height: 20px;
	font-size: 0;
	line-height: 0;
}

.Spacer30 {
	height: 30px;
	font-size: 0;
	line-height: 0;
}

.Spacer40 {
	height: 40px;
	font-size: 0;
	line-height: 0;
}

.Spacer60 {
	height: 60px;
	font-size: 0;
	line-height: 0;
}

.Spacer100 {
	height: 100px;
	font-size: 0;
	line-height: 0;
}
