@font-face {
    font-family: 'mairri';
    src: url('/mairri2-webfont.woff2') format('woff2');
}

.masthead {
	display: block;
	padding: 8px;
	background: maroon;
	color: white;
	text-align: center;
}

.logo {
	filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(300deg) brightness(102%) contrast(103%);
}

.pfp {
	width: 100px;
	height: auto;
	outline: 1px solid black
}

.pfpq {
	margin-left: 8px;
	margin-right: 16px;
	width: 3em;
	height: 3em;
	outline: 1px solid black;
}

.pfpm {
	margin-right: 4px;
	margin-bottom: 8px;
	width: 3em;
	height: auto;
	outline: 1px solid black
}

.quote {
	border-left: 1px dashed black;
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 8px;
	min-height: 3em;
	text-align: justify;
	display: flex;
}

.quoteheader {
	height: fit-content;
	display: inline-block;
}

.quotecontainer {
	display: flex;
	flex-direction: column;
}

hr + .quote {
	margin-top: 16px;
}

.icon {
	display: inline;
	height: 1em;
	vertical-align: bottom;
}

body {
  margin: 0px;
  background-color: maroon;
  color: black;
  font-family: Verdana, Tahoma;
}

.main {
  margin: auto;
  margin-top: 16px;
  padding: 16px;
  background-color: white;
  width: min(80%, 900px);
  display: flex;
}

.sidebar {
	min-width: 30%;
	max-width: 30%;
	min-height: 100%;
	border-left: 3px double black;
	margin-left: 8px;
	padding-left: 8px;
}

h2 {
	margin-bottom: 4px;
}

h2, h4 {
	margin-top: 0px
}

p {
	text-align: justify;
}

a {
	text-decoration: underline;
}

hr {
	border: none;
	border-top: 3px groove black;
	background: none;
	height: 0;
}

.noclick {
	cursor: not-allowed;
}

.seemore {
	text-align: right;
	display: block;
}

.post {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
}