/* site colors: light green:A5C3A8 ~ dark green:3E5641 ~ forest green:3D4637  */
.site,
body {
	background: #111;
}
.site a {
	color: #A5C3A8;
	text-decoration: none;
}
.site a:hover {
	text-decoration: underline;
}
.site-title a {
color: #f5efe0;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(231, 233, 234);
}

.site-header {
	background-color: #3E5641;
}