html, body {
	background-color: black;
	color: #aaa;
}

html, body {
	width: 100%;
	height: 100%;
}

main.container {
	padding: 90px 15px 0;
}

.container img {
	width: 100%;
	height: auto;
}

p.image {
	text-align: center;
}

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

.prewrap {
	white-space: pre-wrap;
}

nav.bg-green {
	font-family: "OCR A", "OCR A Extended", sans-serif !important;
	background-color: #020 !important;
}

nav.bg-green .active .nav-link,
nav.bg-green .nav-link:hover {
	color: #0f0 !important;
}

nav.bg-green .nav-link {
	color: #080 !important;
}

.bg-green .navbar-brand,
.bg-green .navbar-brand a,
.bg-green .navbar-brand a:hover,
.bg-green .navbar-brand a:visited {
	color: #0f0 !important;
	text-decoration: none !important;
}

.linkbar.fullsize {
	display: flex;
}

.copy {
	text-align: center;
}

footer hr {
	border-top: 1px solid rgba(0,255,0,.1);
}

main a {
	text-decoration: underline;
}

a.btn {
	text-decoration: none;
}

a, a:visited {
	color: #080;
}

a:hover {
	color: #0f0;
}

.table {
	color: #aaa;
}

.table-hover tr:hover {
	color: #0c0 !important;
	background-color: rgba(0,255,0,.1) !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,255,0,.05);
}

.table td, .table th {
	border-top: 1px solid #020;
}

.table-nohead {
	border-top: 2px solid #030;
	border-bottom: 2px solid #030;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "OCR A", "OCR A Extended", sans-serif;
	color: #0a0;
}

.data-cards .card {
	margin-bottom: 30px;
	background-color: rgba(0,255,0,.1);
}

.data-cards .card .card-body {
	height: 220px;
	overflow: hidden;
	position: relative;
}

.data-cards .card .card-body .link {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	width: 100%;
	text-align: center;
}

.btn-primary {
	color: #080;
	background-color: #030;
	border-color: #080;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,255,0,.5);
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,255,0,.5);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #000;
	background-color: #080;
	border-color: #0f0;
}

/* special elements */
.important, .note, .example {
	border-radius: 4px;
	padding: 9.5px;
	margin: 10px 0 10px;
}

.important > p:last-child,
.note > p:last-child,
.example > p:last-child {
	margin-bottom: 0;
}

.important {
	border: 1px solid #f00;
	background-color: #100;
	/* background-color: #fee; */
}

.note {
	border: 1px solid #88f;
	background-color: #001;
	/* background-color: #eef; */
}

.note, .example {
	border: 1px solid #ccc;
	background-color: #080808;
}

blockquote {
	background-color: #080808;
	border-color: #ccc;
}

blockquote p {
	margin: 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@font-face {
	font-family: "OCR A";
	font-style: normal;
	font-weight: normal;
	font-display: block;
	src: url(../webfonts/ocra.woff2) format("woff2"), url(../webfonts/ocra.ttf) format("truetype");
}

/* blog posts */
.blogpost-info {
	font-size: 0.8em;
	font-style: italic;
	color: #888;
}

/* code */
pre, code {
	font-family: "OCR A", "OCR A Extended", Consolas, "Courier New", "Lucida Console", monospace;
}

pre {
	overflow-x: auto;
}

.code {
	white-space: pre !important;
	word-wrap: normal;

	border-radius: 4px;
	padding: 9.5px;
	margin: 10px 0 10px;
}

/* syntax highlighter */
.code {
	border: 1px solid #ccc;
	color: #e4e4e4;
	background-color: #080808;
}

.code a,
.code a:hover {
	color: inherit;
}

.code strong {
	color: #fff;
}

.code.head {
	margin-bottom: 0;
	padding-bottom: 0.8em;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.code.content {
	margin-top: 0;
	padding-top: 0.8em;
	border-top-style: dashed;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.code-cursor {
	background-color: #121212;
}

.syntax-normal {
	color: #e4e4e4;
	background-color: #080808;
}

.syntax-cursor {
	background-color: #626262;
}

.syntax-visual {
	background-color: #005f00;
}

.syntax-keyword,
.syntax-statement {
	color: #87afff;
}

.syntax-class {
	color: #87d700;
}

.syntax-number {
	color: #d74040;
}

.syntax-operator,
.syntax-constant,
.syntax-preproc {
	color: #d7875f;
}

.syntax-special {
	color: #d7ffd7;
}

.syntax-funcion,
.syntax-identifier,
.syntax-type {
	color: #87d700;
}

.syntax-string {
	color: #87d75f;
	font-style: italic;
}

.syntax-commentplain,
.syntax-comment {
	color: #949494;
}

.syntax-comment{
	font-style: italic;
}

.syntax-todo {
	color: #8f8f8f;
	font-style: italic;
}
