html {
	min-height: 100%;
	width: 100%;
}

main>* {
	background-color: rgba(255, 255, 255, 0.75);
	padding: 2rem;
	text-align: justify;
}
@media (min-width: 1280px) {
	main>* {
		padding-left: calc(2rem + 40% - 512px);
		padding-right: calc(2rem + 40% - 512px);
	}
}
@media (max-width: 640px) {
	main>* {
		padding-left: calc(2rem + 5% - 32px);
		padding-right: calc(2rem + 5% - 32px);
	}
}

a, summary {
	color: #0873bd;
	cursor: pointer;
	text-decoration: none;
}

a:hover, summary:hover {
	color: #2fa1f0;
	text-decoration: underline;
}

footer {
	margin-top: 3rem;
	padding-bottom: 0.5rem;
}

header {
	margin-bottom: 3rem;
}

main {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: space-around;
	position: absolute;
	width: 100%;
	z-index: 2;
}

details>p {
	background-color: rgba(255, 255, 255, 0.95);
	line-height: 1.25em;
	margin: 0.5rem 4rem 0.5rem 2rem;
	padding: 1rem;
	position: absolute;
}
@media (min-width: 1280px) {
	details>p {
		margin-right: calc(4rem + 40% - 512px);
	}
}
@media (max-width: 640px) {
	details>p {
		margin-right: calc(4rem + 5% - 32px);
	}
}

#attribution {
	padding-left: 1rem;
}

#kcomplex {
	color: #fff;
	display: none;
	font-family: "century gothic", "verdana";
	font-size: 2.5vw;
	letter-spacing: 0.5ex;
	opacity: 0.8;
	position: relative;
}
@media (max-aspect-ratio: 4/3) {
	#kcomplex {
		 height: 3.125%;
	}
}
@media (min-aspect-ratio: 4/3) {
	#kcomplex {
		width: 13.125%;
	}
}

#kcomplex-container {
	display: block;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1;
}

#splash {
	position: relative;
}
@media (max-aspect-ratio: 4/3) {
	#splash {
		height: 100%;
	}
}
@media (min-aspect-ratio: 4/3) {
	#splash {
		width: 100%;
	}
}

#splash-container {
	display: block;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 0;
}

#copyright {
	font-size: 10pt;
	margin-top: 1rem;
	text-align: center;
}

#definition {
	margin-top: 0;
}

#exits {
	margin: auto 0;
}

#link-list {
	display: table;
}

#link-list {
	display: table;
	margin: auto 0;
	width: 100%;
}

#link-list .links {
	display: table-cell;
	padding-right: 1rem;
	text-align: left;
}

#link-list .links a {
	margin-left: 0.25ex;
	vertical-align: -0.25em;
}

#link-list em {
	display: table-cell;
	font-size: 24pt;
	font-style: normal;
	padding-left: 1rem;
	padding-right: 1px;
	text-align: right;
	width: 33%;
}
@media (max-width: 640px) {
	#link-list em {
		font-size: 18pt;
		width: initial;
	}
}

#link-list li {
	display: table-row;
}

#link-list ul {
	display: table-row-group;
	list-style-type: none;
}