/* 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 Reset ********* */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-image: linear-gradient( rgb(62, 57, 57), rgb(244, 207, 207));
	font-family: 'Literata', serif;
}
header{
	background-color: rgb(244, 236, 236);
	text-align: center;
	padding-top: 2em;

}
h1 {
	font-size: 4em;
	color: rgb(145, 22, 15);
	font-family: 'Times New Roman', Times, serif;
}
h1+p{
	font-size: .8em;
}
nav ul{
	margin-top: 2em;
	text-align: center;
}
nav li{
	display: inline-block;
	margin-left: 4em;
}
 a {
	color: rgb(244, 236, 236);
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
    border-radius: 10px;
}

section{
	background-color:rgb(244, 236, 236);
	width: 960px;
	margin: 10em auto;
	border: 5px dotted rgb(145, 22, 15);
	border-radius: 20px;
	font-style: italic;
	padding: 20px;
	font-weight: 500;
	font-size: .8em;
}

article{
	background-color: rgb(244, 236, 236);
	width: 960px;
	margin: 10em auto;
	border: 5px solid rgb(145, 22, 15);
	border-radius: 20px;
	padding: 20px;
}

article p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
h3{
	width: 960px;
	margin: 0 auto;
	font-style: italic;
	margin-bottom: 1em;
}
h3 + p::first-letter {
	color: rgb(145, 22, 15);
	font-size: 300%;
	float: left;
	padding: 16px 3px;
}
p {
	line-height: 1.4em;
	width: 960px;
	margin: 0 auto;
}

p:last-child a{
	color:rgb(62, 57, 57);
	text-transform: none;
	text-decoration: underline;
}

footer{
	margin-bottom: 3em;
	text-align: center;
	font-weight: 600;
}

footer a {
	color:rgb(62, 57, 57);
}

a:hover {
	background-color:  rgb(244, 236, 236);
	color: rgb(62, 57, 57);
  }
