body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.7em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.2em;
	color: rgba(255, 255, 255, 0.75);
	background-color: #333;
}

a {
	text-decoration: none;
}
a:link {
	color: rgba(70, 140, 220, 1.0);
}
a:visited {
	color: rgba(110, 153, 139, 1.0);
}
h1 {
	color: rgba(255, 255, 255, 0.9);
}
article h1, article h2 {
	color: rgba(255, 255, 255, 0.9);
	font-size: 42px;
	line-height: 1em;
}
article h2 a:link, article h2 a:visited {
	color: rgba(255, 255, 255, 0.9);
}
article h2 a:hover {
	color: white;
}

h4 {
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
}

header {
	line-height: 2em;
	padding-top: 64px;
	text-align: center;
	box-shadow: inset 0 -4px 6px 0 rgba(0, 0, 0, 0.05);
}
#biglink {
	font-size: 48px;
	display: block;
	font-weight: bold;
	margin-bottom: 0.3em;
}
#biglink a:link, #biglink a:visited {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
}
#biglink a:hover {
	color: white;
}
#bigbyline {
	color: #999;
	line-height: 18px;
	position: relative;
	top: -10px;
}
.separator {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.25);
}
.innertext {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
main {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: rgba(255, 255, 255, 0.1);
}

.post {
	margin-bottom: 100px;
}
.postBody {
	padding-bottom: 0;
}
.postDateline, .postDateline a:link, .postDateline a:visited {
	color: rgba(255, 255, 255, 0.5);
	font-weight: medium;
}
.postDateline a:hover {
	color: white;
}
.posttopmargin {
	margin-top: -2em;
}
.navtoppadding {
	margin-bottom: 2em;
}
nav {
  text-align: center;
	color: rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.nnwad {
	margin-bottom: 2em;
}
.brighttext {
	color: rgba(255, 255, 255, 0.7);
}
.navbottompadding {
	margin-top: 2em;
}

footer {
	margin-bottom: 0;
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	}
footer p {
	margin-bottom: 18px;
}
footer a:link, #footer a:visited {
	color: rgba(70, 140, 220, 0.75);	
}
code, pre {
	font-family: "SF Mono", Menlo, "Courier", monospace;
	font-size: 16px;
	white-space: pre-wrap;
}
.centeredImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 760px) {
	.innertext {
		width: 500px;
		max-width: 500px;
		min-width: 500px;
		}
}
@media (max-width: 600px) {
	.innertext {
		width: 450px;
		max-width: 450px;
		min-width: 450px;
		}
}
@media (max-width: 480px) {
	.innertext {
		width: 311px;
		max-width: 311px;
		min-width: 311px;
		}
}
