/* Settings common to all screens */

/* @import url("vollkorn/stylesheet.css"); */
@import url("gentium/stylesheet.css");

/* Begin sticky footer, thanks @ https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

div#container {
	flex: 1;
}

/* End sticky footer */

a {
	color: #f90;
}

body {
	background-color: #183854;
	color: #fff;
	font-family: Gentium Plus, gentium;
	/*font-family: Linux Biolinum;*/
	font-size: 13pt;
	margin: 0;
	/* make scrollbar always visible to avoid jumping layout */
	overflow-y: scroll;
	padding: 0;
	text-shadow: #000 0px 1px 4px;
}

header h1, header a {
	color: #0f9;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	text-shadow: #183854 0px 1px 5px;
	/*text-shadow: #031 2px 2px 0px;*/
}

nav > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav > ul > li > * {
	display: block;
	font-weight: bold;
}
nav > ul > li a {
	text-decoration: none;
}
nav > ul > li a#active {
	color: #fff;
}
nav > ul > li a:hover {
	background-color: #255782;
}

footer {
	border-top: 1px dotted #367FBF;
	box-sizing: border-box;
	clear: both;
	color: #09f;
	font-size: 80%;
	padding: 0.5em 1.5em;
	text-align: center;
}
footer span.totop {
	float: right;
}

div.badges {
	float: left;
}
div.badges div.badge {
	opacity: 0.3;
}
div.badges:hover div.badge {
	opacity: 0.5;
}
div.badges:hover div.badge:hover {
	opacity: 1;
}
div.badge {
	background-image: url('../img/badges.png');
	float: left;
	height: 15px;
	margin: 0px 2px;
	padding: 0px;
	width: 80px;
}

div.button {
	background-color: #2F5373;
	border-left: 0.5em solid #367FBF;
	margin: 0.5em 0em 0.5em 0;
	max-width: 60em;
	padding: 0.5em 0.5em 0.5em 80px;
}
div.button img.icon {
	float: left;
	margin: 0 0.5em 0 -72px;
}
div.button h3 {
	font-size: 150%;
	font-style: italic;
	margin: 0;
}
div.button span.url {
	font-size: 0.8em;
}

div.center {
	margin: auto;
	text-align: center;
}

div.widget {
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid black;
	padding: 0.1em 0.2em;
}

img.paragraphicon {
	clear: left;
	float: left;
	margin-right: 0.6em;
}

p {
	margin: 0.5em 0;
}

code {
	background-color: rgba(0, 0, 0, 0.1);
	font-family: monospace;
	font-size: 93%;
	padding: 0.2em;
}

span.invi {
	position: absolute;
	visibility: hidden;
l
