/* Heathen Scrolls */

html {
	color: #3e2f1c;
	font-family: serif;
	height: 100%;
	background-color: #f7ecd4;
	background-image: radial-gradient(circle at center, #f7ecd4 0%, #d6c7a1 100%);
}

/* body with scroll style */
body {
	background: #f7ecd4;
	min-height: 100%;
	margin: 0px auto;
	max-width: 720px;
	padding: 2rem 3rem;
	box-shadow:
		inset 0 0 20px 10px #c4b080,
		0 0 40px 10px #a38c58;
	border-radius: 15px;
	position: relative;
	line-height: 1.6;
	background-attachment: fixed;
	border: none;
}

main {
	margin: auto;
	padding: 20px;
	border-radius: 15px;
	background: transparent;
}

ul, ol {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	color: #3e2f1c;
}

ul ul {
	list-style-type: circle;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

a {
	color: #7b5e1e;
	text-decoration: underline dotted;
	transition: color 0.3s ease;
}

a:hover {
	color: #b0893f;
	text-decoration: underline solid;
}

.column {
	margin-bottom: 1em;
	color: #3e2f1c; /* ensure text is dark */
}

.column h1, .column h2, .column h3, .column h4, .column h5 {
	margin-top: 0;
	color: #5b4627; /* dark warm brown */
	text-shadow: 1px 1px 0 #c8b280;
}

header h1 {
	text-align: center;
	margin: 0;
	padding: 0.6em;
	color: #5b4627;
	text-shadow: 1px 1px 0 #c8b280;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	text-transform: capitalize;
	clear: both;
	color: #5b4627;
	/* text-shadow: 1px 1px 0 #c8b280; */
}

h2, h3 {
	text-align: center;
}

h1, h3 {
	color: #5b4627;
}

h2 {
	color: #7b5e1e;
}

strong {
	color: #a38c58;
}

code {
	color: lime;
	background-color: #222222;
	padding: 3px;
	border-radius: 3px;
	font-family: monospace;
}

/* code blocks generated by Hugo */
*[class^='language-'] {
	display: block;
	border-color: lime;
	border-width: 1px;
	border-style: inset;
	padding: 4px;
}

blockquote {
	display: block;
	border-left: 4px solid #a38c58;
	margin: 1.5rem 0;
	padding-left: 1rem;
	font-style: italic;
	color: #6b593c;
	background-color: #ede4cb;
	box-shadow: inset 2px 2px 6px #c6b98a;
	border-radius: 10px;
}

/* reset blockquote p margin */
blockquote p {
	margin: 0;
}

q {
	font-style: italic;
	color: #6b593c;
}

img {
	max-width: 90%;
	max-height: 250px;
	margin: auto;
	display: block;
}

.webpin {
	height: 33px;
	/* display: inline-block; */
}
.webpins-div {
	display: flex;
	justify-content: center;
}

/* inline images */
p img, li img, h1 img, h2 img, h3 img, h4 img, .inlineImg {
	display: inline;
	max-height: 1em;
	max-width: 1em;
	vertical-align: text-top;
}

nav, footer, .tag-list {
	text-align: center;
	font-variant: small-caps;
	clear: both;
	color: #5b4627;
}

.bottom-tags {
	text-align: right;
}

nav {
	font-size: small;
	background-color: #d6c7a1;
	padding: 0px auto;
	border-radius: 10px;
	box-shadow: inset 0 0 10px #b0a273;
}

nav a {
	margin: 0 1rem;
	font-weight: 600;
	color: #4b3a16;
	text-decoration: none;
}

nav a:hover {
	color: #7b5e1e;
	text-decoration: underline;
}

footer {
	font-size: large;
	padding-top: 1rem;
	border-top: 1px solid #c4b080;
	color: #6b593c;
	font-variant: normal;
}

.footer-text {
	margin: 14px 20px;
}

nav ul, footer ul, .tag-list {
	padding: 0;
}

nav li, footer li, .tag-list li {
	color: #5b4627;
	display: inline-block;
	list-style: none;
	border-radius: 10px;
	padding: 0.5em;
	max-width: 7em;
	background: transparent;
	transition: background-color 0.3s ease;
}

.tag-cloud {
	border-style: outset;
	border-color: #a38c58;
	border-radius: 30px;
}

.tag-list {
	max-width: 80%;
	margin: auto;
}

.tag-list li {
	margin-bottom: 5px;
	max-width: inherit;
	background: rgba(163, 140, 88, 0.2);
}

nav li:hover, footer li:hover, .tag-list li:hover {
	background: #b0893f;
	color: #3e2f1c;
	cursor: pointer;
}

.postmeme {
	display: block;
	clear: both;
	max-height: 150px;
	margin: auto;
	margin-top: 0.6em;
}

.memeright {
	display: block;
	margin: auto;
	max-height: 150px;
	max-width: 150px;
}

.basedmeme {
	max-height: 192px;
	max-width: 192px;
	padding-top: 0;
	padding-bottom: 0;
}

/* responsive tweaks */
@media (min-width: 65em) {
	body {
		max-width: 720px;
		margin: 0px auto;
		padding: 2rem 3rem;
	}

	.column {
		float: left;
		width: 50%;
	}

	.memeright {
		display: block;
		float: right;
		padding: 20px;
		margin: 20px;
		clear: both;
		max-height: 180px;
	}

	.postmeme {
		display: block;
		clear: both;
		max-height: 180px;
		margin: auto;
	}

	.basedmeme {
		max-height: 192px;
		max-width: 192px;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.entry {
	padding: 10px;
	border-radius: 0 5px 18px 0;
	margin-bottom: 50px;
	background: #ede4cb; /* parchment-like background */
	border: 1px solid #c4b080;
	border-left: 10px solid #a38c58;
	color: #3e2f1c;
}

.entry h2 {
	margin-top: 0;
	color: #5b4627;
}

.entry p, .entry li {
	margin-left: 2em;
	color: #3e2f1c;
}

.post-date {
	font-style: italic;
	float: right;
	color: #6b593c;
}

.email {
	color: #a38c58;
}

.email:before {
	content: "📧 ";
}

.cryptobox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.coininfo {
	max-width: 320px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.coininfo code {
	background-color: black;
	color: lime;
	font-size: 0.8em;
	overflow-wrap: break-word;
}

.coin {
	max-width: 1em;
	max-height: 1em;
	display: inline;
}

.qr {
	max-width: 150px;
	margin: 10px;
	background: white;
	display: inherit;
}

ul time {
	font-family: monospace;
}

.post-date time {
	font-family: monospace;
}

/* May or may not implement fully */
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 25% ;
}

/* tag Symbols */
*[id^='list-tag-']:BEFORE { content: "❓ "; }
#list-tag-archaeology:BEFORE { content: "⛏ "; }
#list-tag-blog:BEFORE { content: "☕️ "; }
#list-tag-books:BEFORE { content: "📚 "; }
#list-tag-clothing:BEFORE { content: "🥾 "; }
#list-tag-cryptocurrency:BEFORE { content: "💸 "; }
#list-tag-food:BEFORE { content: "🥩 "; }
#list-tag-history:BEFORE { content: "📜 "; }
#list-tag-language:BEFORE { content: "🔠 "; }
#list-tag-linux:BEFORE { content: "🐧 "; }
#list-tag-mac:BEFORE { content: "🍎 "; }
#list-tag-media:BEFORE { content: "💿 "; }
#list-tag-music:BEFORE { content: "🎵 "; }
#list-tag-programming:BEFORE { content: "💻 "; }
#list-tag-philosophy:BEFORE { content: "🤔 "; }
#list-tag-recipes:BEFORE { content: "👨🏻‍🍳 "; }
#list-tag-review:BEFORE { content: "⭐ "; }
#list-tag-software:BEFORE { content: "💾 "; }
#list-tag-technology:BEFORE { content: "🏭 "; }
#list-tag-tutorial:BEFORE { content: "🏫‍ "; }
#list-tag-updates:BEFORE { content: "🔄 "; }
#list-tag-video-games:BEFORE { content: "🎮 "; }
#list-tag-wargaming:BEFORE { content: "🪖 "; }
#list-tag-warhammer:BEFORE { content: "💀 "; }
