html {
	font-size: 16px;
	font-family: Georgia, serif;
	background-color: white;
/*	background-color: #edf6fc; */
}

body {
	margin: 0px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 135%;
}

a {
	text-decoration: none;
	color: #36c;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Georgia, serif;
	font-size: 115%;
	padding-left: 0px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 105%;
	padding-left: 5px;
}

h4 {
	font-family: Georgia, serif;
	font-size: 100%;
	padding-left: 5px;
}

hr {
	border: none;
	height: 0px;
}

.navbar {
	text-transform: uppercase;
	text-align: center;
}

.navbar li{
	font-size: 16px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
}

.active a {
	text-decoration: underline;
}

.navbar a {
	color: #3d3d3d;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:hover {
	color: #9e9e9e;
	text-decoration: underline;
}

.navbar hr {
	max-width:900px;
	border: none;
	border-bottom: 1px solid black;
}

#pma-link {
	color: #36c;
	text-decoration: none;
}
#pma-link:hover {
	text-decoration: underline;
}

#topbar {
	font-family: Georgia, serif;
	margin: 0px;
	padding:10px;
	padding-bottom: 0px;
}

#header {
	max-width: 900px;
	overflow: auto;
	margin: auto;
	margin-bottom: 30px;
}

#name {
	padding: 0px;
	font-size: 160%;
	font-weight: bold;
	float: left;
}

#name a{
	color: #062dad;
	text-decoration: none;
}

#name a:hover {
	color:#708eef;
}


#header #contact {
	text-align: right;
	float: right;
}

#header #contact ul {
	margin: 0px;
	padding: 0px;
}

#header #contact li {
	list-style-type: none;
}

.box {
	display: table-cell;
	vertical-align: top;
	width: auto;
	padding: 10px;
}

.image-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.img-cell {
	justify-content: center;
	display: flex;
	align-items: center;
}

#pagebody {
	margin: 0px;
}

#content a {
	text-decoration: none;
	color: #36c;
}

#content a:hover {
	text-decoration: underline;
}

#content {
	line-height: 1.4em;
	max-width: 900px;
	margin:auto;
	padding:20px;
	padding-top: 0px;
}

#content p {
	margin: 5px 10px 10px 10px;
}

#content ul {
	/*padding: 0px;
	margin-left: 10px;*/
}

#content ol li {
	padding: 5px; 
}

#content ol li p{
	margin: 2px;
}

#content pre {
	margin: 10px 10px 10px 10px;
	min-width: 100%;
}

#content code {
	background-color: #ebebeb;
	padding: 10px;
	display: inline-block;
	min-width: 90%;
}

#content hr {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
	border-bottom: 1px solid #adadad;
}

#content img {
	display: block;
	padding: 0px;
	margin:0 auto;
	max-width: 100%;
}

img#title-photo {
	max-width: 210px;
}

.caption {
	width: 90%;
	/*color: #575757;*/
	color: #7d7d7d;
	margin: auto;
	margin-bottom: 30px;
	font-style: italic;
}

iframe {
	display: block;
	padding: 20px 0;
	margin: 0 auto;
	max-width: 100%;
}

@media (max-width: 768px) {
	html {
		font-size: 17px;
	}
	#header {
		margin-bottom: 5px;
	}
	h1 {
		margin:10px 0px 5px 0px;
	}
	h2 {
		padding-left: 5px;
		margin: 0px 0px 10px 0px;
	}
	h3 {
		padding-left: 5px;
		margin: 0px 0px 10px 0px;
	}
	h4 {
		text-align: center;
		margin: 0px;
	}
	#content p {
		margin: 5px 0px 10px 5px;
	}
	#content {
		padding-left: 10px;
	}

	#content hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.navbar ul {
		width: 100%;
		padding: 0px;
	}

	.navbar li {
		margin: 5px;
		font-size: 15px;
	}

	#name {
		/*float: none;*/
	}

	#contact {
		/*float: none;
		text-align: center;*/
		font-size: 15px;
	}

	#contact li {
		display:inline-block;
	}

	li + li.contact-item::before {
		content: " • ";
	}

	.box {
		display: block;
		padding: 0px;
	}

	img#title-photo {
		max-height: 240px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

}

@media (max-width: 500px) {
	#name {
		font-size: 130%;
	}

	#contact {
		display: none;
		/*font-size: 13px;*/
	}

	.navbar li {
		font-size: 13px;
	}
}
