body {
	font-family: Archivo,"Open Sans", sans-serif;
	line-height: 1.7;
	padding: 5% 20% 5% 5%;
    font-size: 1.1em;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(217, 208, 199, 1) 90%);
}
h1 {
	color: #f5a43b;
	font-weight: 100;
	font-size: 4em;
	line-height: normal;
	margin-bottom: 0.2em;
}
h2 {
	color: #a06b27;
	font-weight: 300;
	font-size: 2em;
	line-height: normal;
	margin: 0.5em 0 0.3em 0;
}
h3 {
	color: #333333;
	font-weight: 300;
	font-size: 1.7em;
	line-height: normal;
	margin-top: 0.5em;
}
.subhead {
    color: #999;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 0.9;
	margin-bottom: 2em;
}
p {
	margin: 0 0 0.5em 0;
}
ul {
    margin: 0 0 0.8em 0;
}
ul li {
	margin: 0 0 0.2em 0; 
}
ul.slash-list,
ul.slash-list li ul  {
    font-size: 14px;
    line-height: 1.1;
    list-style-type: none;
    padding-inline-start: 0;
    text-transform: lowercase;
    display: inherit;
}
ul.slash-list li {
    display: inline;
    color: #999999;
    line-height: 1;
}
ul.slash-list li span {
    font-weight: bold;
}
ul.slash-list li span:after {
    font-weight: bold;
    content: ": ";
}
ul.slash-list li:before {
    content: " // ";
    color: #bb935f;
}
ul.slash-list li:first-child::before {
    content: none;
}
/* Hyperlinks */
a {
	color: #df4a00;
	text-decoration: none;
	border-bottom: solid 1px #3387bd;
	padding: 1px 1px;
	white-space: nowrap;
}
a:hover {
	background-color: #df4a00;
	border-bottom: none;
	padding: 3px 1px;
	color: #FFFFFF;
}
/* Images and captions */
figure {
    text-align: center;
    max-width: 70%;
    padding: 1em 0;
}
figure figcaption {
    font-weight: 200;
    font-style: italic;
    margin: 0;
    font-size: 90%;
}
figure img {
	border: solid 1px #000000;
}
figure a {
	color: #000000;
	text-decoration: none;
	border: none;
	padding: 0px;
}
figure a:hover {
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
	color: #FFFFFF;
}
figure a:hover img {
	border-width: 1px;
	border-color: #df4a00;
}
/* Navigation */
nav ul {
	margin-top: 1em;
	list-style-type: none;
	padding-inline-start: 0px;
}
nav ul li {
	margin: 0px 10px 0px 0px;
	font-family: "Quantico", "Open Sans", sans-serif;
	display: inline;
}
/* Compact format lists */
ul.one-liners {
	list-style-type: none;
	padding-inline-start: 0px;
}
ul.one-liners li {
	margin: 0 0 0.2em 0;
}
/* Quotes */
blockquote {
    padding: 0.5em 2em 0.5em 1em;
	margin: 0;
	max-width: 70%;
}
blockquote.wip {
    background: repeating-linear-gradient(45deg, #FADA8B, #FADA8B 10px, #FCF2DA 10px, #FCF2DA 20px);
    border-radius: 25px; 
}
blockquote.wip p {
    color: #888888;
}
blockquote h2 {
	margin: 0.3em 0;
	font-size: 1.2em;
}
blockquote:not(.wip) p {
    color: #877770;
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.1em;
    font-family: "Syne Mono", "Open Sans", sans-serif;
}
/* For citing ChatGPT */
div.llm {
	background-color: #F7F6F4;
	border-radius: 15px;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
}
div.llm h2 {
	color: #555555;
	font-size: 1.7em;
	margin: 1em 0 0.1em 0;
}
div.llm h3 {
	color: #555555;
	font-size: 1.4em;
	margin: 1em 0 0.1em 0;
}
/* Redacted text typically used in quotes */
span.redacted {
    color: #cdc1bc;
}
/* Tables */
table {
	border-style: solid;
	border-color: #666666;
	border-width: 1px 0px 0px 1px;
	border-spacing: 0px;
	margin-bottom: 10px;
}
table tbody tr td,
table thead tr th {
    padding: 3px;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
}