/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------End of Meyers Reset------------------------*/
/*--------------------------Navigation----------------------------------*/
nav {
	margin: 5px;
  padding: 5px;
	min-width: 50%;
}
ul {
	display: flex;
	margin: 10px auto;
	padding: 0px 10px;
}
ul li {
	font-size: 2em;
	padding: 0px 10px;
	margin: 0px 10px
}
a:link {
  color: #466d46;
  text-decoration: none;
  }
a:visited {
  color: #5F4A35;
}
a:hover {
  color: #2d4020;
  text-decoration: underline;
}
a:active {
  color: #006b69;
  text-decoration: none;
}
/*---------------------------Page--------------------------------*/
body {
	background-color: #Fbeabb;
}
main {
	width: 960px;
	max-width: 960px;
	min-width: 600px;
	margin: 20px auto;
	padding: 50px 75px;
	display: block;
	background-color: #E2CF9D;
	border-left: 25px solid;
	border-color: #6A8F6A;
	box-shadow: 0px 0px 5px 2.5px rgba(0,0,0,0.10);
}
section.title {
	width: 960px;
	max-width: 960px;
	min-width: 600px;
	margin: 200px auto;
}
/* --------------------------Typography---------------------------------*/
h1, h2 , h3, h4 {
  font-family: 'IM Fell English SC', 'Alegreya SC', 'Spectral SC', georgia, serif;
}
h1 {
	color: #951420;
  font-size: 7.5em;
}
h2 {
	color: #781520;
  font-size: 3.5em;
	margin-top: 50px;
}
h3 {
	color: #5A1521;
  font-size: 2.5em;
	margin-bottom: 25px;
}
h4 {
	color: #3D1621;
	font-size: 1.25em;
}
p, li {
	font-size: 1.75em;
	line-height: 1.25em;
	color: #3A262A;
  font-family: 'Markazi Text', Vollkorn, Quattrocento, georgia, serif;
	margin-bottom: 15px;
}
q {
	display: block;
	margin: 50px 50px;
	padding: 1em;
	border-top: 2.5px solid;
	border-bottom: 2.5px solid;
	border-color: #990033;
	font-size: 1.75em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #37252A;
	font-family: 'Markazi Text', Quattrocento, Vollkorn, georgia, serif;
}
ol {
	padding: 25px 5px;
	list-style-type: upper-roman;
}
