@charset "UTF-8";
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Self Clearing Goodness */

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
	    or wrap each row of columns in a <div class="row"> */

.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after, .clearfix:after {
	clear: both;
}

.row, .clearfix {
	zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/************************
		Variables
************************/
/*** Main color scheme ***/
/*** Typography ***/
/*** Responsive widths ***/
/************************
		Mixins
************************/
/*** Responsive mixin ***/
/*** Borders ***/
/*** Transitions ***/
/* Primary layout styles */

.container {
	margin: 0;
	max-width: 700px;
	padding: 4em;
	width: 80%;
}

@media only screen and (max-width: 425px) {
	.container {
		max-width: 425px;
		padding: 2em;
	}
}

p, ul, blockquote, aside, img, q, hr, form, .reply, ol {
	line-height: 2em;
	margin-bottom: 2em;
}

/* Primary text styles */

body {
	border-left: 2px solid #E82C62;
	font: 17px/1.9 "IBM Plex Mono", "Monaco", mono;
}

@media only screen and (max-width: 425px) {
	body {
		font: 15px/1.7 "IBM Plex Mono", "Monaco", mono;
	}
}

i, em {
	font-style: italic;
}

b {
	font-weight: 600;
}

a {
	color: #E82C62;
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	font-weight: 700;
}

h2, h3, h4 {
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-weight: bold;
}

blockquote {
	border-left: 3px solid #333;
	font-size: 1.25em;
	padding-left: 1.5em;
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-style: italic;
}

/* Home page styles */

#intro {
	font-family: "IBM Plex Serif", Georgia, serif;
	font-size: 2em;
}

a {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover {
	color: #854CE8;
	text-decoration: underline;
}

/* Navigation styles */

.home nav li {
	display: inline-block;
	padding-right: 2em;
}

nav.top a {
	margin-left: -1em;
	padding: 1em 0 1em 1em;
}

.page nav ul {
	display: flex;
	margin: 1em 0;
	width: 100%;
}

.page nav ul li {
	flex: 1 1 100%;
	list-style-type: none;
}

.page nav ul li a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.page nav ul li a:hover {
	background: #854CE8;
	color: white;
	font-weight: 600;
}

@media only screen and (max-width: 425px) {
	.page nav ul li a {
		margin-left: 0;
		padding-left: 0;
	}
}

/* Shared page styles */

.page h1 {
	font-family: "IBM Plex Serif", Georgia, serif;
	margin-bottom: -.25em;
}

form {
	background-color: #F6F2FD;
	padding: .25em .5em;
}

/* Blog content styles */

.journal strong {
	font-weight: 600;
}

.journal article {
	margin-bottom: 1.5em;
}

.journal a {
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-size: 1.05em;
	text-decoration: underline;
}

.journal a:hover {
	background: #F6F2FD;
	color: #854CE8;
}

.journal ul li {
	list-style-type: disc;
}

.journal ol li {
	list-style-type: decimal;
}

.journal h2 {
	font-size: 1.75em;
	line-height: 1.35em;
}

.journal h3 {
	font-size: 1.25em;
}

.journal h4 {
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-size: .75em;
	margin: 1.5em auto;
}

.journal h4 a {
	text-decoration: none;
}

.journal h5 {
	color: #854CE8;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.journal ul, .journal ol {
	margin-left: 2em;
}

.journal ol { list-style-type: decimal; }

.journal img {
	border: 10px solid #F6F2FD;
	max-width: 97.5%;
	width: 97.5%;
}

.journal img.inner {
	float: left;
	margin-right: 2em;
	max-width: 50%;
}

@media only screen and (max-width: 425px) {
	.journal img {
		border: none;
	}
}

.journal aside {
	background-color: #F6F2FD;
	color: #854CE8;
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-size: .8em;
	padding: .25em 1em;
}

.journal .scripture {
	font-family: "IBM Plex Serif", Georgia, serif;
}

.journal q {
	display: block;
	margin-left: 50%;
	margin-top: -2em;
}

.journal .note {
	color: #A79F93;
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-size: .9em;
	font-style: italic;
}

.journal .emph {
	color: #854CE8;
	font-size: 1.35em;
	font-style: italic;
}

.journal .reply {
	background-color: #F6F2FD;
	padding: 1em 2em;
}

.journal .reply p:last-of-type {
	margin-bottom: 0;
}

.journal hr {
	border: none;
	color: #854CE8;
	letter-spacing: 1em;
	text-align: center;
}

.journal hr:before {
	content: '•••';
}

.journal .article-end {
	color: #F6F2FD;
	display: block;
	font-size: 2em;
	padding-bottom: 2em;
	text-align: center;
}

.journal nav {
	margin-bottom: 4em;
}

.journal nav li {
	list-style: none;
}

.journal nav a {
	padding: 1em;
	text-align: center;
	text-decoration: none;
}

.journal footer {
	font-size: .9em;
}

/* Resume styling */

.resume section, .resume header {
	margin-bottom: 3em;
}

.resume h2 {
	color: #E82C62;
	font-size: 1.5em;
}

.resume h4 span {
	color: #854CE8;
	font-size: .8em;
	margin-left: 1em;
}

.resume a:hover {
	background: #F6F2FD;
}

/* Archives styling */

.archives time, .archives date, .archives span {
	color: #A79F93;
	display: inline-block;
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-size: .9em;
	padding-left: 1em;
}

.archives li {
	color: #F6F2FD;
	line-height: 2.5rem;
	list-style-type: square;
}

.archives li a:hover {
	background: #F6F2FD;
	text-decoration: none;
}

#search nav a {
	color: #E82C62;
	margin-left: 0;
	padding-left: 0;
}

#search nav a span {
	padding-left: 0;
}

#search nav a:hover {
	background: #854CE8;
	color: white;
	font-weight: 600;
}

/* Library styling */

.library ul {
	margin-left: 0;
}

.library li {
	line-height: 3rem;
	list-style-type: none;
}

.library li a {
	font-size: 1.25rem;
}

.library a[rel="author"] {
	color: #854CE8;
	font-family: "IBM Plex Mono", "Monaco", mono;
	font-size: .7em;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: .75em;
	text-decoration: none;
	text-transform: uppercase;
}

.library a[rel="author"]:hover {
	font-weight: 600;
}

.library .book-meta {
	color: #A79F93;
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-size: .75em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Dark mode colors */
/*body { background: $dark-bg; color: #F5F5F5; }*/