/* 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, p, 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, p, 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*/

/* START OF MY RULES */

* {
    box-sizing: border-box;
}
/* HEADER */

header {
    font-family: 'Ysabeau', 'Montserrat', sans-serif;
    margin-bottom: 1.5em;
    font-style: oblique;
    
}
header a {
    color: #000000;
    text-decoration: none;
}

header a:hover {
    color: #b8860b;
}

/* END OF HEADER RULES */

body {
    background-color: #ffffff;
    font-family: 'Ysabeau', 'Montserrat', sans-serif;
    line-height: 1.5;
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 1.5em;
}

h1, h2, h3 {
    font-family:'Playfair Display', Georgia, Garamond, serif;
}

h1 {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 4.5em;
    text-align: center;
}

h1 a {
    color: #006400;
    text-decoration: none;
}

hr {
    border-top: 0.3em solid #000000;
    max-width: 35em;
    
}
blockquote {
    background: #dddddd;
    font-size: 1.2em;
    text-align: center;
    border-left: 1em solid #008300;
    border-right: 1em solid #008300;
    border-radius: 1em;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    margin-left: 4em;
    margin-right: 4em;
}
blockquote footer {
    background: #dddddd;
    color: #000000;
    padding:0%;
}

blockquote + img {
    float: right;  
    margin-right: 1.5em;
    margin-left: 1em;
    margin-top: 3em;
    border-radius: 4em;
}

h2 {
    color: #b8860b; 
    font-size: 1.7em;
    margin-left: 1.5em;
    margin-top: 3em;
}
h2 + p {
    margin-left: 1.5em;
    margin-right: 3em;
    margin-bottom: 1.5em;
}
p + p {
    margin-left: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

hr + h2 {
    text-align: right;
    margin-right: 1.5em;
    margin-top: 1em;
	clear: left;
}

ul li img {
    float: left;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 2em;
	margin-bottom: 2em;
    border-radius: 2em;
    clear: left;
}
ul li p {
    line-height: 1.5em;
    margin-top: 1.8em;
    margin-bottom: 3.8em;
    margin-right: 1.5em;
}
ul + hr + h2{
    text-align: left;
    margin-top: 1.0em;
    margin-right: 1.5em;
}

h3 {
    margin-left: 1.5em;
    text-align: left;
}

p {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

h3 + p {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

p + img {
    border-radius: 2em;
    float: left;
    margin-left: 1em;
    margin-right: 2em;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}
img + img {
    border-radius: 2em;
    float:none;
    margin-left: 5em;
    margin-right: 2em;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

img + img + img{
    border-radius: 2em;
    float: right;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

img + p {
    font-weight: bold;
    max-width: 36em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.3em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    background-color: #b8860b;
    border-radius: 5em;
}
 
p a{
    margin-left: 2em;
    margin-right: 2em; 
}
p a img{
    margin-top: 0.5em;
}

hr + p {
    text-align: center;
    font-style: oblique;
    margin-top: 0.7em;
}

hr + p a {
    color: #000000;
    text-decoration: none;
}

hr + p a:hover {
    color: #b8860b;
}

/* footer rules */

p + footer {
    margin-top: 1.0em;
}
footer{
    background-color: #006400;
    color: #ffffff;
    padding: 0.25em;

    margin: 0.5em;
}