body {
	background: #181818;
	color: #f0f0f0;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", "Helvetica", "Arial", sans-serif;
}
a {
	text-decoration: none;
	color: #E8112D;
}
a:hover {
	text-decoration: underline;
}
header {
	padding-left: 8pt;
	background: black;
}
header h1 {
	font-weight: 300;
	line-height: 72pt;
	font-size: 48pt;
	margin: 0;
	letter-spacing: -1px;
}
header h1 span.head-1,
header h1 span.head-3 {
	color: red;
}
header h1 span.head-2 {
	color: white;
}
header h1 span.head-3 {
	font-weight: 800;
	letter-spacing: 0;
}
div.document {
	max-width: 1256px;
	margin: 0 auto;
}

footer {
	padding: 8pt;
	background: black;
}
nav.main {
	background: #282828;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
nav.main menu {
	list-style: none;
	margin: 0;
	padding: 0;
	flex-grow: 2;
}
nav.main menu li {
	display: inline-block;
	line-height: 36pt;
	margin: 0 4pt;
	padding: 0 4pt;
	font-size: 18pt;
	text-align: center;
	font-weight: 300;
}
nav.main menu li:hover {
	background: #eeeeee;
	color: #222222;
	text-decoration: underline;
	cursor: pointer;
}

nav.main > aside {
	margin-right: 8pt;
	line-height: 36pt;
	font-size: 14pt;
	font-weight: 100;
}

main {
	min-height: 640px;
	background: black;
}

q {
	
}
cite {

}
cite::before {
	content: " - ";
}
section {
	padding: 8pt 0 0 8pt;
}
section h2 {
	margin: 0 0 8px 0;
	font-weight: 400;
	font-size: 16pt;
}
abbr.dle {
	font-style: italic;
}
section article.topic {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: auto;
}
section article.topic > article {
	flex-basis: 240px;
	min-height: 240px;
	margin: 0 8px 8px 0;
	
}
@media all and (min-width: 1280px) {
	header {
		padding-left: 16pt;
	}
	div.document {
		max-width: 1900px;
		margin: 0 auto;
	}
	header h1 {
		font-size: 60pt;
		line-height: 84pt;
	}
	nav.main menu li {
		display: inline-block;
		line-height: 48pt;
		margin: 0 8pt;
		padding: 0 8pt;
		font-size: 24pt;
		text-align: center;
		font-weight: 100;
	}
	nav.main > aside {
		margin-right: 16pt;
		line-height: 48pt;
		font-size: 20pt;
	}
	footer {
		padding: 16pt;
	}
	section {
		padding: 16pt;
	}
	section h2 {
		font-weight: 400;
		font-size: 20pt;
	}
}