h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	color: #f1faee;
}


body {
	font-family: Verdana;
	padding: 2.5% 2.5% 0 2.5%;
	background: #1b4332;
	line-height: 1.5;
}

h1 {
	font: 1.6em Verdana;
	margin-bottom: .4em;
	text-align: center;

}

h2 {
	font: 1.4em Georgia;
	margin-bottom: .2em;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
}

a {
	color: rgb(117, 181, 8);
}

a:hover {
	color: rgb(214, 159, 55);
}

header nav {
	margin-bottom: 30px;
	background-color: #072f03;
	width: 100%;
	height: 100%;

}

nav ul {
	display: flex;
	justify-content: space-evenly;
	list-style: none;

}

nav ul li a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}



.float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 200px;
}

.float-right-rules {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 120px;
}

footer {
	border-top: 1px solid gray;
	text-align: center;
	font-size: .8em;
	line-height: 60px;
	margin-top: 10px;

}

ul {
	color: white;
}

details {
	color: white;
}

ol li {
	color: white;
}

.col-and-vid {
	display: flex;

}

video {
	max-width: 200px;
	max-height: 200px;
	padding-left: 200px;
}

.video-and-text {
	max-width: 360px;
	/* keeps the paragraph a nice readable width */
}

.video-header {
	display: flex;
	gap: 180px;
}