body {
    background-color: lightpink;
    font-family: Garamond;
    color: black;
}

nav {
		text-align: center;
	align-content: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	text-align: center;
}

.column {
	flex: 50%;
	padding: 5px;
}

nav ul {
display: inline-block;
list-style: none;
margin: auto;
	text-align: center;
	padding: 0;
overflow: hidden;
}

nav ul li {
display: block;
}

ul li a {
width: 200px;
height: 40px;
background-color: black;
	line-height: 40px;

	text-decoration: none;
color: white;
display: block;
text-align: center;
}

ul li a:hover {
background-color: gray;
}


h1 {text-align: center;
	font-family: Times;
	font-size: 75px;
}
h2 {text-align: center;
	font-family: Times;
	font-size: 50px;
}

h3 {
text-align: center;
}

p {
    text-indent: 40px;
    font-size: 25px;
	text-align: left;
    }
p.reference {
	text-indent: -40px;
	padding-left: 40px;
}
div.content {
	position:relative;
	padding:8px;
}
main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media screen and (min-width: 769px) {
	nav ul li {float:left}
	nav ul {width:600px;}
}
@media screen and (min-width: 1220px) {
	nav ul {width:1200px;}
}