body {
    font-family: 'Cormorant Garamond', serif; 
    width: 60%; 
    margin-top:10%;
    margin-bottom:10%;
    margin-left:20%; 
    margin-right:20%;}

#header {
    position: relative;
    margin-bottom: 2em;
    text-align: left;
    font-size:2em;
    height:3em;}

h1 {text-decoration: none;
    font-family: 'Cormorant Garamond', serif; 
    font-weight: 300;
    }

div.content {
    font-family: 'Assistant', sans-serif;
    font-size:1.2em;position:relative;
    font-weight: 200; 
    margin-top:1em;
    margin-bottom:1.5em;
    border-top:solid 1px lightgray;}

h2 {font-size:2em;font-weight:300;
    font-family: 'Cormorant Garamond', serif; }
h3 {font-size:1.7em;font-weight:300;
        font-family: 'Cormorant Garamond', serif; }

a {
    text-decoration: none;
    color: steelblue;
}
a:hover {
    color:gray;}

em {font-style: normal;
    font-weight:1000;}

figure.inline {
    position:relative;
    width:80%;}

img {
    position:relative;
    width:100%;}

#footer {
    font-family: 'Cormorant Garamond'; 
    color:gray; 
    border-top:solid 1px lightgray; 
    margin-top:4em;padding-top:2em;
    padding-bottom:4em;
    text-align:center;}