:root {
  --color-bg: #22212c;
  --color-body-bg: #282a36;
  --color-text: #fffaff;
  --color-accent: #63e7ff;
  --color-accent-hover: #3d94ca;
  --color-table-header-bg: #1e1e1e;
  --color-table-row-bg: #333751;
  --color-table-row-alt-bg: #282a36;
}

html {
	background-color: var(--color-bg);
    color: var(--color-text);
}

body {
    background-color: var(--color-body-bg);
	color: var(--color-text);
	font-family: nimbus roman, serif;
	padding: 20px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #63e7ff;
	width: 89%;
	max-width: 900px;
	text-align: left;
}

a {
	color: var(--color-accent);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: var(--color-accent-hover);
}

img {
	display: block;
	margin: auto;
}

h1 {
	color: var(--color-accent);
	font-size: 55px;
	text-align: center;
	line-height: 90%;
}

h2 {
	color: var(--color-accent);
}

header h2 {
	text-align: center;
}

p, li {
	font-size: 16px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

hr {
	margin: 0px;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.cutter {
	padding: 10px;
	border-radius: 10px;
	background: var(--color-table-row-alt-bg);
	border: 1px solid var(--color-table-header-bg);
	overflow: hidden;
	font-family: monospace;
    font-size: 14px;
	white-space: nowrap;
	display: inline-block;
	max-width: 80%;
	margin: 0px 0px 0px 0px;
}

.donate {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 50%;
}

.headshot {
    display: inline-block;
    border-radius: 100%;
	max-height: 10rem;
    border: 2px solid var(--color-accent);
    margin-top: 10px;
}

.icon {
	float: left;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(77%) sepia(8%) saturate(2956%) hue-rotate(157deg) brightness(104%) contrast(102%);
}

.icon:hover {
	filter: brightness(0) saturate(100%) invert(52%) sepia(34%) saturate(728%) hue-rotate(160deg) brightness(93%) contrast(105%);
}

.icon-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.title {
    text-align: left;
    margin-right: 3em;
    margin-bottom: 10px;
}

.top {
	display: flex;
}

.tag {
	margin-right: 10px;
}

.tag-cloud {
	margin: 20px 30px 0px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	line-height: 1.8em;
}

.tag-list {
	margin-top: 10px;
}

.pane-left {
	float: left;
	margin: auto;
	width: 49%;
}

.pane-right {
	float: right;
	width: 49%;
}

@media only screen and (max-width: 768px) {
	hr {
		width: 95%;
	}
	.headshot, .pix-break, #monero-addr, #monero-qr {
		display: none;
	}
	.heaven-tree {
		margin-bottom: 10px;
	}
    .pane-left, .pane-right {
        width: 100%;
    }
	.top {
		display: block
	}
}

#breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbs li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: "→"
}

#breadcrumbs li {
	margin: 0;
}

.tag-list strong:not(:last-child)::after {
	display: inline-block;
	margin: 0 .5rem;
	content: "•";
	color: var(--color-text);
}

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

table th {
	background-color: var(--color-table-header-bg);
	color: var(--color-accent);
}

table tr {
	border-top: 1px solid #cccccc;
	background-color: var(--color-table-row-bg);
	margin: 0;
	padding: 0;
}

table tr:nth-child(2n) {
	background-color: var(--color-table-row-alt-bg);
}

table tr th {
	font-weight: bold;
	border: 1px solid #cccccc;
	text-align: left;
	margin: 0;
	padding: 6px 13px;
}

table tr td {
	border: 1px solid #cccccc;
	text-align: left;
	margin: 0;
	padding: 6px 13px;
}

table tr th :first-child, table tr td :first-child {
	margin-top: 0;
}

table tr th :last-child, table tr td :last-child {
	margin-bottom: 0;
}

.arrow-icon {
	font-size: 32px; /* Makes the arrows larger */
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	min-height: 30px;
	padding-top: .1em;
}
