@charset "UTF-8";
@font-face {
	font-family: "Inter";
	font-style: normal;
	src: url("../typefaces/Inter-VariableFont_opsz,wght.ttf");
}
@font-face {
	font-family: "Inter Italic";
	font-style: italic;
	src: url("../typefaces/Inter-Italic-VariableFont_opsz,wght.ttf");
}

.noselect {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.noselect:focus {
	outline: none !important;
}
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; display: flex; flex-direction: row; background-color: black; color: #FACADE; box-sizing: border-box; }
body { padding: 4% 8% 4% 8%; }
ul { list-style-type: none; width: 100%; margin: 0; padding: 0; }
li { padding: 2pt; }
p {
	margin: auto;
	text-align: right;
	font-family: "Inter", sans-serif;
	font-weight: 222;
	font-style: normal;
	font-size: 28pt;
	white-space: nowrap;
	padding: 2pt;
}
mark {
	display: inline-block;
	height: 0;
	line-height: 2pt;
	padding-bottom: 15pt;
	padding-left: 2pt;
	padding-right: 2pt;
	color: #FFFFFF;
	background-color: #444444;
}
.logo {
	color: #FFFFFF;
	-webkit-text-stroke-width: 6pt;
	-webkit-text-stroke-color: #444444;
	paint-order: stroke fill;
}
#main { flex: 1 0 0; margin: auto; }
#menu {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-weight: 222;
	font-style: normal;
	font-size: 28pt;
	white-space: nowrap;
}
#align { display: flex; flex-direction: row; justify-content: space-between; }
#links { flex: 0; }
#burn {
	flex: 1 0 0;
	padding: 16pt 0pt 0 16pt;
}
#burn-image {
	height: 100%;
	background-image: url("../images/burn.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
a:hover { cursor: pointer; }
a:hover > mark {
	background-color: #888888;
}
a:hover > .logo {
	-webkit-text-stroke-width: 7pt;
	-webkit-text-stroke-color: #888888;
}
a:active > mark {
	background-color: #FACADE;
}
a:active > .logo {
	-webkit-text-stroke-width: 8pt;
	-webkit-text-stroke-color: #FACADE;
}
#modal {
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	inset: 0;
	background-color: black;
	z-index: 2;
}
#modallink {
	max-width: 80%;
	max-height: 80%;
}
#modalimage {
	width: 100%;
	height: 100%;
}
#modalbackbutton {
	font-size: 24pt;
	color: #FFFFFF;
	-webkit-text-stroke-width: 6pt;
	-webkit-text-stroke-color: #444444;
	paint-order: stroke fill;
	position: absolute;
	top: 16pt;
	right: 16pt;
	z-index: 4;
}
#modalbackbutton:hover { -webkit-text-stroke-width: 7pt; -webkit-text-stroke-color: #888888; }
#modalbackbutton:active { -webkit-text-stroke-width: 8pt; -webkit-text-stroke-color: #FACADE; }

@media only screen and (max-width: 767px) {
	#modalbackbutton { font-size: 48pt; top: 32pt; right: 32pt; }
}