p, ul, div, hr, h1, h2, h3, hr {
  margin: 1rem;
}
body {
  max-width: 40em;
  margin: 3rem auto;
  padding: 5px;
  font-family: Georgia, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: black;
}
h1, h2, h3 {
  font-family: sans-serif;
  font-weight: normal;
}
header {
	display: inline-block;
	width: 100%;
	border-bottom: 0px solid #ccc;
}
header h1, header p {
	display: block;
	margin: 0 1rem;
	padding:0;
	float:left;
}
nav {
	display: flex;
	flex-direction: row;
	float: right;
	margin: 0 1rem;
}
header nav p {
	display: inline-flex;
	margin: 0 0 0 2rem;
	padding: 0;
}
a, a:visited, a:active {
  color: #000;
  text-decoration: underline;
}
section#masthead h1 a {
	text-decoration:none;
    color: #000;
}
section#masthead h1 a:hover {
	text-decoration:underline;
}
