* {
	font-family: "Oswald", sans-serif;
	font-size: 1em;
}

p {
	text-align: center;
	color: aliceblue;
	font-size: 1.2em;
}


/*small animated banner explaining this is an old site*/
#banner {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 50px;
	background-color: #e74c3c;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeIn 2s ease-in-out;
	padding: 8px 12px;

	z-index: 1000;
}

#banner .container {
	padding: 0;
	margin-top: 0;
	max-width: 1200px;
	width: 100%;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

#banner h1 {
	font-size: 1.1rem;
	margin: 0;
	color: white;
}

#banner p {
	font-size: 0.95rem !important;
	margin: 0;
	color: white;
}

#banner br,
#banner hr {
	display: none;
}

#banner + nav.sticky-top {
	top: 50px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		
	}
	to {
		opacity: 1;
	}
}

.active {
	text-decoration: underline;
}

h1 {
	color: aliceblue;
}

body {
	background-color: #2c3e50;
}

.fixed {
	position: fixed;
}

nav li {
	color: white;
	display: inline-block;
	height: 50%;
	padding: 10px;
	margin-left: 70px;
	font-size: 2em;
}
nav li:hover {
	color: blue;
}

#myVideo {
	opacity: 1;
}
.container {
	text-align: center;
	padding: 120px;
	width: 100%;
	max-width: 2000px;
	background-color: #2b2b2b;
	margin-top: 30px;
	border: 20px;
	border-style: groove;
	border-color: #ddd;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#face {
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 1px;
	padding: 2px;
	opacity: 1;
	border-radius: 85%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#ham {
	width: 100px;
	height: 70px;
	margin-left: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.RectItem {
	background-color: #2c3e50;
	width: 100px;
	height: 100px;
	padding: 2px;
	border: groove;
	font-size: 20px;
	border-color: #2b2b2b;
	color: aliceblue;
}

.row {
	background-color: #2c3e50;
	padding: 2px;
	font-size: 20px;
	text-align: center;
	color: aliceblue;
}

hr {
	width: 90%;
}

.poster {
	width: 400px;
	height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
