body {
	background-color: #090909;
	color: #DDDDDD;
	font-family: sans-serif;
}

header.site-header {
	margin: 0em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(starfield-background.jpg);
}

nav.site-navigation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0em;
	padding: 0.2em 0em;
	background-color: #202030;
	font-family: Calibri, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 16pt;
}
nav.site-navigation div.current-section {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
nav.site-navigation div.current-page {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
nav.site-navigation div a {
	padding: 0.25em 2em;
	color: white;
	text-decoration: none;
}
nav.site-navigation div a:hover {
	background: #CCCCCC;
	color: #161620;
}

img.responsive-image {
	max-width: 100%;
	width: auto;
	height: auto;
}

