/* eb-garamond-regular - latin */
@font-face {
	font-family: 'EB Garamond Regular';
	font-style: normal;
	font-weight: 400;
	src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
		url('/static/css/fonts/eb-garamond-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('/static/css/fonts/eb-garamond-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-300 - latin */
@font-face {
	font-family: 'Roboto Mono Light';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Mono Light'), local('RobotoMono-Light'),
		url('/static/css/fonts/roboto-mono-v6-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('/static/css/fonts/roboto-mono-v6-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
	background-color: #ecdea8;
}
.code {
	font-family: 'Roboto Mono Light', monospace;
}
.bodyText {
	font-family: 'EB Garamond Regular', 'Garamond', serif;
	font-size: 1.4rem;
	color: #283043;
}

.textColumn {
	width: 80vw;
	min-width: 300px;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.tab {
	display: inline;
	padding-left: 4rem;
}

.postNewLine::after {
	content: "\A";
	white-space: pre; 
}

.textP {
	margin-top: 0em;
}

.inline {
	display: inline;
}

h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
hr {
	height: 2px;
	border: none;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(40, 48, 67, 1) 25%, rgba(40, 48, 67, 1) 75%, rgba(0, 0, 0, 0) 100%);
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
a {
	color: #687083;
}
a:visited {
	color: #485083;
}

.italic {
	font-style: italic;
}

.anchor {
	size: 0px 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
}

.footnote {
	margin-left: 10%;
	margin-right: 10%;
	background-color: #fff5;
	border-style: solid;
	border-radius: 8px;
	border-width: 1px;
	border-color: #0003;
	font-size: .9em;
	padding-left: .4em;
	padding-right: .4em;
}
.citation {
	margin-left: 5%;
	margin-right: 5%;
	/* color: #55558190;#777799; */
	font-size: .6em;
	margin-top: -1em;
	/* margin-bottom: -.7em; */
	/* line-height: 0em;  */
}
.citation > p {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	max-width: 100%;
	margin-top: 1em;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.dateAnchor {
	text-align: right;
	display: block;
	font-size: 1em;
	float: right;
}

.postTitle > h4 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}

.postTitle {
	margin-top: 1em;
	margin-bottom: 1em;
}
