body {
	background-color: #272032;
	color: #FFF;
	max-width: 800px;
	font-family: Tahoma, sans-serif;
	margin: 0 auto;
	padding: 3em 2em 2em 2em;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

nav {
	padding-bottom: 1em;
}

nav, nav > * {
	display: flex;
	flex: 0 0 auto;
	justify-content: left;
	padding-right: 2em;
}

main {
	display: flex;
	flex: 1 0 auto;
	justify-content: left;
	flex-direction: column;
	padding-bottom: 2em;
}

footer {
	padding-top: 1em;
}

a {
	color: #FFF;
}

a:visited {
	color: #b468bd;
}

ul {
	list-style-image: url("/images/bat-bullet.png");
	margin-left: -1em;
}

li {
	padding-bottom: 0.5em;
}

.selected {
	background-color: #fff;
  padding: 0 6px 3px 6px;
  border-radius: 12px;
  color: #272032;
  text-decoration: underline;
}

.screenshot {
  display: block;
  max-width: 800px;
	margin: 24px auto;
	border-radius: 8px;
	border: 2px solid #0a0a0a;
}

.screenshots {
	display: flex;
	flex-flow: row wrap;
}

.screenshots blog-screenshot {
	max-width: 45%;
	margin: 12px auto 12px 0;
}

.screenshot.multi_screenshot {
	max-width: 100%;
	margin: 0;
}

.fullscreen {
	position: fixed;
	background-color: black;
	inset: 0;
}

.fullscreen_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fullscreen_screenshot {
	height: 80%;
	object-fit: contain;
	flex: 1 0 auto;
}

.fullscreen_text {
	padding: 24px;
	text-align: left;
}

.tags {
	margin-top: 16px;
}

.tags * {
	margin-right: 16px;
}

.tags .label {
	font-style: italic;
}

code {
  font-family: monospace;
  font-size: 14px;
}

pre {
  background: black;
  padding: 15px 0;
  font-size: 16px;
  border-radius: 4px;
  font-family: monospace;
  overflow-x: auto;
}