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

@font-face {
	font-family: Signika;
	src: url('/fonts/Signika-VariableFont_GRAD,wght.ttf');
}

@view-transition {
	navigation: auto;
}

body {
	background: fixed url('/images/brambles-black.jpg') black;
	background-size: cover;
	color: white;
	font-family: Signika, "Helvetica", sans-serif;
	font-size: 16pt;
	font-weight: 350;
	padding: 0;
	margin: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	width: 800px;
	padding: 0.5em;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	border: 1px solid black;
	border-top: none;
	line-height: 1.5em;
	text-align: justify;
	border-radius: 5px;
}

h1 {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 64px;
	text-align: center;
	line-height: 1.5em;
	font-family: Caveat, sans-serif;
	font-size: 96px;
	font-weight: 600;
	text-shadow: 0px 0px 20px #a3be75;
}

h2 {
	margin-top: 10px;
	font-family: Caveat, sans-serif;
	font-size: 32pt;
	font-weight: 600;
}

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

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

a:hover {
	text-decoration: underline;
}

.headinglink {
	color: white;
}

.headinglink:hover {
	text-decoration: none;
}

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 black;
	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 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

p {
	text-indent: 2em;
}
/*
@media (prefers-color-scheme: light) {
	body {
		background: fixed url('/images/background-light.jpg') #ffffff;
		background-size: auto;
		color: black;
	}

	.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;
	}

	#demovid {
		border: 1px solid rgba(60, 29, 28, 0.9);
	}
}
*/
@media only screen and (max-width: 900px) {
	.content {
		width: 80%;
	}

	h1 {
		font-size: 64px;
	}

	ul#nav li {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}


}
