/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');*/

/* EB Garamond */
/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Heebo&display=swap');


body {
	margin:  0px;
	text-rendering: optimizeLegibility;
	min-height:  100vh;
	display:  flex;
	flex-flow:  column nowrap;
}

body,td,th {
	font-family: 'EB Garamond', Heebo, Helvetica, Arial, sans-serif;
	font-size:  18px;
}


h1, h2, h3, h4, h5, h6, strong {
	font-weight:  500;
}

span.author {
	display:  block;
	font-family:  Heebo;
	font-size:  14px;
	line-height:  200%;
}


.site-header,
.site-footer,
#content {
	width: 980px;
	margin: 0px auto;
	box-sizing:  border-box;
}

.site-footer {
	margin-top:  40px;
}


header {}
#content {
	flex:  1 0 auto;
}

footer {
	overflow:  auto;
	padding:  20px;
	font-size:  14px;
}

nav ul {
	margin:  0px;
	padding:  0px;
	list-style-type:  none;
	background-color:  black;
}

nav > ul {
	display: flex;
	flex-flow:  row nowrap;
	justify-content:  space-evenly;
	font-size:  24px;
}

nav > ul > li > ul {
	display:  none;
	position:  relative;
}

nav > ul > li:hover > ul {
	display:  block;
	position:  absolute;
	padding-right:  60px;
}

nav a {
	display:  block;
	padding:  14px;
	text-decoration:  none;
	color:  white;
}

nav a:hover {
	text-decoration:  none;
}

footer a,
main a,
main a:link,
main a:visited {
	color: #434b62;
	text-decoration: none;
	border-bottom: 1px dotted #8298ac;
}

main a:hover,
main a:active {
	color: #8298ac;
	text-decoration: none;
	border-bottom: 1px dotted #8298ac;
}

/*
h1, h2, h3, h4, h5, h6 {
	font-weight:  normal;
}
*/
.site-header { /* #header */
	background-color: #f4f4f4;
	color: #fff;
}

.site-branding {
	height: 175px;
	padding-left: 100%;
	overflow: hidden;
	background-image: url(/images/header.jpg);
	background-position: center bottom;
}

#content {
	padding-top: 20px;
}

#main {
	padding: 0px 30px;
}

main ul {
	list-style-type:  square;
}

#main p, #main li {
	text-align: justify;
}

a.abstract, a.keywords {
	border: none;
}

.abstract, .keywords {
	font-size: 12px;	
	font-family: Heebo, sans-serif;
}

div.abstract, div.keywords {
	padding: 10px 10px 10px 10px;
	margin: 10px;
	border-radius: 5px;
	font-size: 12px;
	background-color: #e3e6e9;
	line-height: 1.2em;
}

div.abstract > p:first-child, div.keywords > p:first-child {
	margin-top: 0px;
}

div.abstract > p:last-child, div.keywords > p:last-child {
	margin-bottom: 0px;
}

.articles li {
	margin-bottom: 10px;
}

footer {
	background-color:  #eeeeee;
	line-height: 1.35em;
	margin-bottom: 0px;
	text-align: center;
	border-top: 1px solid #999999;
}

.alphalist {
	list-style-type: lower-alpha;
}

.bookAntiqua {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	/*font-size: 12px;*/
}

.clear {
	clear: both;
}

.top {
	font-size: 11px;
	float: right;
}

hr {
	margin: 30px 0px 15px 0px;
}

#houseStyle {
	margin: 0px 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #f7f7f7;
	font-size: 0.9em;
}

.anchorMargin {
	margin-top: 20px;	
	padding-top: 20px;
}

.entry-content {
	margin-top: 20px;
}

.entry-footer {
	text-align: right;
}