@font-face {
	font-family: Orbitron;
	src: url('/fonts/Orbitron.ttf');
}

body {
	background: fixed url('/images/background.jpg') #101010;
	background-size: cover;
	color: white;
	font-family: "Helvetica", sans-serif;
	font-size: 14pt;
	padding: 0;
	margin: 0;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 1em;
	background-color: rgba(6.3, 6.3, 6.3, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid #101010;
	border-top: none;
	line-height: 1.5em;
	text-align: justify;
}

@media only screen and (max-width: 900px) {
	#content {
		width: 80%;
	}
}

h1 {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.5em;
	font-family: Orbitron, sans-serif;
	font-weight: 600;
}

h2 {
	margin-top: 1.5em;
	padding-top: 0.5em;
	font-family: Orbitron, sans-serif;
	font-weight: 600;
}

h3 {
	margin-top: 1.5em;
	font-family: Orbitron, sans-serif;
	font-weight: 600;
}

a {
	color: #708081;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.anchor {
	position: relative;
	top: -3.1em;
}

div#fixednav {
	position: fixed;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid #101010;
	width: 100%;
	height: 3.1em;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	margin-bottom: 2em;
	padding-top: 1.1em;
}

ul#nav li {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
	text-shadow: -1px -1px 0 #101010, 1px -1px 0 #101010, -1px 1px 0 #101010, 1px 1px 0 #101010;
}

p {
	text-indent: 2em;
}

@media (prefers-color-scheme: light) {
	body {
		background: fixed url('/images/background-light.jpg') #ffffff;
		background-size: auto;
		color: #523332;
	}

	#content {
		background-color: rgba(255, 255, 255, 0.1);
		border: 1px solid #ededef;
	}

	div#fixednav {
		border-bottom: 1px solid #ededef;
	}

	ul#nav li {
		text-shadow: -1px -1px 0 #ededef, 1px -1px 0 #ededef, -1px 1px 0 #ededef, 1px 1px 0 #ededef;
	}

	a {
		color: #995b46;
	}
}
