@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Pirata+One&display=swap');

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;

}

body {
	background: #e6e6e6; /*this can eventually be my Orm manuscript*/
	background-image: url("alfred1.jpg");
	font-family: "Crimson Text";
	background-size: cover;
}

.site {
	max-width: 1000px;
	float: none;
	margin: auto;
	background: #fff;
	border-radius: 10px;

}

header {
	width: 100%;
	padding-top: 15px;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

main {
	margin: 30px;
}

p {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
}

footer {
	width: 100%;
	display: inline-block;
	background: black;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav a {
	text-decoration: none;
	padding: 10px;
	color: #333;
}

nav a:hover {
	color: red;
}

h1, h2, h3, h4, h5 {
	padding: 15px;
}

h1 {
	text-align: center;
	font-family: "Pirata One";
	font-size: 38px;
}

p a {
	color: red;
}

p.authorDates, p.authorPlace {
	text-indent: 70px;
	padding-top: 0px;
	padding-bottom: 0px
}

p.author {
	padding-bottom: 0;
}

p.citation {
	padding-bottom: 0;
	text-indent: 35px;
}

p.pubDate {
	font-style: italic;
	color: gray;
}



/*mobile css*/
@media only screen and (max-width: 700px) {
	}