:root {
	--background: #fff;
	--foreground: #333;
}

@media (prefers-color-scheme: dark) {
	:root {
		--background: #333;
		--foreground: #fff;
	}
}

body {
	font-size: 1.2em;
	line-height: 1.5;
	background-color: var(--background);
}

h1#name-hed,
h2#name-hed {
	font-family: "bebas-neue-1", "bebas-neue-2", "Helvetica Narrow", "Helvetica Condensed", "Arial Narrow", Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--foreground);
	border-bottom: none;
}

h1#name-hed a,
h2#name-hed a {
	border-bottom: none;
}

.wf-loading h1 {
	visibility: hidden;
}

h2,
h3,
h4,
h5,
h1.subpage-hed {
	font-size: 1em;
	font-family: "courier-prime-1", "courier-prime-2", Courier, Monaco, monospace;
	color: var(--foreground);
}

h2, h1.subpage-hed {
	border-bottom: 2px solid var(--foreground);
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.25em;
	margin-top: 2em;
}

h3 {
	margin: 1em 0 0 0;
	line-height: 1.1;
	font-weight: normal;
}

h2 u,
h2.subpage-hed u {
	text-decoration: none;
	border-bottom: 4px solid var(--foreground);
}

p,
ul,
li {
	font-family: "courier-prime-1", "courier-prime-2", Courier, Monaco, monospace;
}

p {
	margin-bottom: 0;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	list-style-type: none;
}

li {
	border: 0px solid var(--foreground);
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
}

.portfolio-section ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	/* grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)); */
}

.portfolio-section li {
	display: block;
	padding: 0.25em;
	box-sizing: border-box;
}

.storylist {
	margin-top: 1em;
}

.storylist li {
	margin-bottom: 0.5em;
}



img {
	max-width: 100%;
	filter: grayscale(100%) contrast(120%) brightness(90%);
	box-sizing: border-box;

}

a {
	border-bottom: .1em dashed var(--foreground);
	text-decoration: none;
	color: var(--foreground);
}

big {
	font-size: 6em;
	font-family: "courier-prime-1", "courier-prime-2", Courier, Monaco, monospace;
	font-weight: bold;
	line-height: 1;
	text-rendering: optimizeLegibility;
}


#wrapper {
	color: var(--foreground);
}

#mainContent {
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

.narrow,
h2,
h1 {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

#mainContent p {}

.info-section .chart {
	height: 150px;
}

@media only screen and (max-width: 481px) {
	body {
		font-size: 1em;
		line-height: 1.5;
	}
}