/* CSS Stylesheet for dunkelheit.xyz */
html {
	color: #d8dee9;
	font-family: sans-serif;
	height: 100%;
	/* background-color: black; */
	background: linear-gradient(#222222,black) no-repeat fixed;
}

body {
	background: #222222;
	min-height: 100%;
	border-style: dotted;
	border-color: #555555;
}

main {
	margin: auto;
	/* background: rgba(185,185,185,0.05); */
	/*background: rgba(0,0,0,.3);*/
	padding: 20px;
	border-radius: 25px;
}

ul, ol {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
}

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

a {
	color: cornflowerblue;
	text-decoration: none;
}

.column {
	margin-bottom: 1em;
}

.column h1, .column h2, .column h3, .column h4, .column h5 {
	margin-top: 0;
}

header h1 {
	text-align: center;
    margin: 0;
    padding: 0.6em;
}

h1, h2, h3, h4, h5, h6{
	text-align: left;
	text-transform: capitalize;
	clear: both;
}

h1, h3 {
	color: whitesmoke;
}

h2 {
	color: cadetblue;
}

h2, h3 {
	text-align: center;
}

strong {
	color: antiquewhite;
}

code {
	color: lime;
	background-color: black;
	margin: 3px;
	border-radius: 3px;
	font-family: monospace;
}

/* Code Blocks Generated by Hugo have this if you define the language. */
*[class^='language-'] {
	display: block;
	border-color: lime;
	border-width: 1px;
	border-style: inset;
	padding: 4px;
}

blockquote {
	display: block;
	border-color: white;
	border-width: 1px;
	border-style: inset;
	border-radius: 15px;
	padding: 8px;
}

blockquote p {
	margin: 0;
}

.snippet {
	white-space: pre;
}

q {
	font-style: italic;
}

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

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

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;
}

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

nav { 
	font-size: small;
}

footer { 
	font-size: large; 
}

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

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

nav li, footer li, .tag-list li{
	color: wheat;
	display: inline-block;
	list-style: none;
	border-radius: 10px;
	padding: .5em;
	max-width: 7em;
}
.tag-cloud {
	border-style: outset;
    border-color: white;
    border-radius: 30px;
}

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

.tag-list li{
	margin-bottom: 5px;
	max-width: inherit;
	background: rgba(0,0,0,0.3);
}

nav li:hover, footer li:hover, .tag-list li:hover {
	background: cornflowerblue;
}

.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;
}

@media (min-width: 55em){

	body{
		max-width: 900px;
		margin: auto;
	}

	.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: #1d1f21;
	border: 1px solid whitesmoke;
	border-left: 10px solid antiquewhite;
}

.entry h2{
	margin-top: 0;
}

.entry p, entry li {
	margin-left: 2em;
}

.post-date {
	font-style: italic;
	float: right;
}

.email {
	color: antiquewhite;
}

.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 {
	color: gold;
	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: "🎮 "; }
