/************************/
/** Fonts ***************/
/************************/
@font-face {
  font-display: swap;
  font-family: 'Anonymous';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anonpro-400.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Anonymous';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/anonpro-400italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Anonymous';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/anonpro-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Anonymous';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/anonpro-700italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/teko-400.woff2') format('woff2');
}


/************************/
/** Default HTML Tags ***/
/************************/
:root {
	color-scheme: dark;
}
* {
	padding: 0;
	margin: 0;
}
body {
        box-sizing: border-box;
        height: 100%;
        color: rgba(224, 238, 255, 0.94);
        margin: 0;
        padding: 0;
	font-family: 'Anonymous', monospace;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
@media screen and (orientation: portrait) { 
	body { background-image: url(../img/bg-vert.jpg); }
}
@media screen and (orientation: landscape) {
	body { background-image: url(../img/bg-hori.jpg); }
}
@media (max-width: 575px) {
	body { background-position: center right; }
}
@media (min-width: 576px) {
	body { background-position: center left; }
}
@media only screen and (max-width: 480px) {
	body { font-size: 87.5%; }
}
img {
	object-fit: scale-down;
}
a, a img {
	font-weight: 700;
	color: #8ec98e;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
a:hover, a:link:hover, a:visited:hover {
	color: #c4f5c4;
	cursor: url('../cur/soy.cur'), pointer;
}
a:hover, a:link:hover, a:visited:hover, a:link:focus, a:visited:focus, a:link:active, a:visited:active  {
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	color: #c3af88;
}
hr {
	border-top: 0;
	border-bottom: 1px solid rgb(90 103 82 / 75%);
	margin-bottom: 14px;
}
acronym, abbr {
	cursor: url('../cur/question.cur'), pointer;
}
::selection {
	background-color: #0b3133; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background-color: #0b3133; /* Gecko Browsers */
}
:focus-visible {
	outline: 0;
}



/************************/
/** Outer Template ******/
/************************/
/* Header */
header {
	padding: 0.7em 0.7em 1.2em;
}
header a.logo img {
	max-width: 100%;
}
@media (max-width: 575px) {
	header a.logo { text-align: center; display: block; }
	header a.logo.logo_full { display: none; }
}
@media (min-width: 576px) {
	header a.logo.logo_short { display: none; }
}


/* Wrapper and Responsive Tweaks */
#wrapper {
        display: grid;
        grid-template-columns: 80% 20%;
        width: 100%;
        gap: 0;
        min-height: 100vh;
        background-color: rgba(0,0,0,0.74);
}
.content {
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgb(32 32 32 / 75%), rgb(24 24 24 / 75%));
	font-size: 1.1em;
	min-height: 190px;
	box-shadow: 0 0 .5em 2px #000;
	border: 1px solid #2c2c2c;
	border-radius: 2px;
	padding: 21px 28px 48px;
	margin: 0 14px 28px;
}
#nav-inner {
	padding: 7px 12px;
	margin: 0 21px 28px 7px;
	border: 1px solid #202020;
	box-shadow: 0 0 .5em #000;
	background-image: linear-gradient(to bottom, rgb(23 26 23 / 70%), rgb(9 10 9 / 70%));
	font-size: 0.8em;
}
@media (max-width: 849px) {
#wrapper {
	grid-template-columns: 1fr;
}
#nav-inner {
	margin: 0 14px 28px;
}
}

/* Navigation Pane */
#nav-inner a {
	font-weight: 400;
}
#navigation h1,
#navigation h2,
#navigation h3,
#navigation h4,
#navigation h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	margin: .5em 0 .7em;
}
#navigation p {
	margin: 0 .7em .7em;
}
#navigation hr {
	margin: 1em 0;
	border-top: 1px solid rgb(32 32 32 / 25%);
	border-bottom: 1px solid rgb(32 32 32 / 75%);
	border-left: 0;
	border-right: 0;
}


/************************/
/** Page Components *****/
/************************/
/* Default Tags */
.content h1 {
	border-bottom: 1px solid rgb(74 74 74 / 74%);
	padding: 0;
	margin: 0 0 .33em;
	font-family: 'Teko';
	font-size: 3em;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.2em;
}
.content h2 {
	border-bottom: 1px solid rgb(90 103 82 / 74%);
	padding: 0 0 .12em;
	margin: 1.2em 0 .47em;
	font-family: 'Teko';
	font-size: 2.3em;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.content h3,
.content h4 {
	border-bottom: 1px solid rgb(47 47 47 / 74%);
	padding: 0 0 .33em;
}
.content h3 {
	font-size: 1.5em;
	margin: 1.5em 0 .47em;
}
.content h4 {
	margin: 2em 0 .57em;
}
.content h5 {
	font-size: 0.88em;
	margin: 1.1em 0 1em;
}
.content code {
	font-family: 'Anonymous', monospace;
	font-size: 0.88em;
	border: 1px solid #1c1c1c;
	border-radius: 3px;
	box-shadow: 0 0 .1em #000;
	background-image: linear-gradient(to bottom, rgb(94 117 94 / 25%), rgb(47 74 47 / 25%));
	background-color: transparent;
	padding: 3px 7px 2px;
	display: inline-block;
}
.content p {
	line-height: 1.25em;
	margin-bottom: 1.5em;
}
.content img {
	border: 3px double #777;
	margin: 0 auto 21px;
	max-width: 98.7%;
	display: block;
}
@media (min-width: 768px) {
	.content img.img-center {
		margin: 0 auto 21px;
	}
	.content img.img-left {
		float: left;
		max-width: 40%;
		margin: 0 21px 21px 0;
	}
	.content img.img-right {
		float: right;
		max-width: 40%;
		margin: 0 0 21px 21px;
	}
}


/* Forms */
input[type="text" i] {
	padding: 4px;
	border: 1px solid #202020;
	background-image: linear-gradient(to bottom, rgb(23 26 23 / 70%), rgb(9 10 9 / 70%));
}
input[type="text" i]:hover,
input[type="text" i]:focus {
	border: 1px solid #777;
}
input[type="submit" i] {
  padding: 3px 4px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #575757;
  background-color: rgb(41 53 43 / 75%);
}
input[type="submit" i]:hover,
input[type="submit" i]:focus {
	border: 1px solid #999;
	background-color: rgb(70 85 73 / 50%);
	color: #cbd9cb;
}
input[type="submit" i]:hover {
	cursor: url('../cur/glove.cur'), pointer;
}
