/*
   This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
   Please leave this notice in place, along with any additional credits below.
   ---------------------------------------------------------------
   Title: EW
   Author: Emily Wharton
   Description: basic CSS for website
*/

html, body {
    font-size: 16px;
    font-family: Garamond, Georgia, serif;
}

body {
margin: 25px;
}

li p {
    font-size: 100%;
    margin: .5em 0;
}

li li {
    margin: 1em 0;
}

h1 {
    color: Purple;
    font-size: 6em;
    font-family: "Brush Script MT", cursive;
    letter-spacing: 15px;
    font-style: italic;
    word-spacing: 10px;
    line-height: 1.2;
    text-align: center;
}

h2 {
    color: #000;
    font-size: 2em;
    line-height: 1.2;
}

h3 {
    color: #000;
    font-size: 1.5em;
    line-height: 1.2;
}

h4 {
    color: #000;
    font-weight: bold;
    line-height: 1.2;
}

h5 {
    color: Purple;
    font-size: 1.15em;
    line-height: 1.2;
}

h6 {
    font-size: 1.1em;
    line-height: 1.2;
}

p {
    padding-bottom: 6px;
}

a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #0d6ea1;
    text-decoration: none;
}

a:hover {
    color: #3593d9;
}

.footnote {
    color: #0d6ea1;
    font-size: .8em;
    vertical-align: super;
}

.banner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

#title {
    font-family: "Lucida Handwriting", cursive;
    font-size: 3em;
    line-height: 1.2;
    margin: auto;
}
