@charset "UTF-8";

* {
	font-family: olney, verdana;
	color: white;
}

input {
	font-weight: bold;
	cursor: pointer;
	background-color: #B70;
	color: white;
}

.help {
	color: orange;
}

body {
	background-image: url("../../Images/BG.png"), url("../../Images/BG2.png");
	background-repeat: no-repeat, repeat;
	background-size: contain;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
	font-size: 35px;
}

p {
	font-size: 20px;
}

ul {
	font-size: 20px;
}

strong {
	font-size: 112%;
}

.IPServ {
	color: yellow
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	background-color: #333;
}

.list {
	text-align: left;
}

#nav a {
	display: block;
	color: orange;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: #222;
}

section {
	background-color: rgba(28, 85, 57, 0.70);
	border: 10px solid black;
	margin-left: 10%;
	margin-right: 10%;
}

section>* {
	margin-left: 20%;
	margin-right: 20%;
}

a[href] {
	color: yellow;
}

a[href]:hover {
	color: white;
}

#dwn {
	display: inline;
	border: 5px solid black;
}

.responsive {
	width: 100%;
	height: auto;
}

.videoDiv {
	position: relative;
	width: 60%;
	height: 0;
	padding-bottom: 33.75%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* https://design-system.w3.org/components/archived-content.html */
#archive-banner {
	background-color: #f9dc4a;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

#archive-banner .centered {
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 70rem;
	overflow: hidden;
	padding-left: 5vw;
	padding-right: 5vw;
}

#archive-banner .centered>* {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -0.75rem;
}

#archive-banner .archive-banner__message {
	flex-basis: 0;
	flex-grow: 999;
	min-width: calc(80% - 1.5rem);
}

#archive-banner .centered>*>* {
	margin: 0.75rem;
}

#archive-banner .archive-banner__message h2 {
	display: block;
	font-size: 1.1875rem;
	line-height: 1.6842105263;
}

#archive-banner .archive-banner__message>* {
	max-width: 41.25rem;
}

#archive-banner .archive-banner__message>*+* {
	margin-top: 1rem;
}

#archive-banner a {
	color: #024488;
}

#archive-banner .archive-banner__logo {
	flex-basis: auto;
	flex-grow: 1;
	order: -1;
}

#archive-banner .archive-banner__logo>span {
	display: block;
	height: 2.75rem;
	position: relative;
	width: 4.125rem;
}
