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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:root {
    font-size:16px;
    letter-spacing: 0.02em;}
@font-face {
    font-family: 'Cormorant Garamond';
    src:url('cormorant-garamond-v16-latin-300.woff')
}
@font-face {
    font-family: 'Cormorant Garamond Italic';
    src:url('cormorant-garamond-v16-latin-300italic.woff')
}
@font-face {
    font-family:'Kinfolk' ;
    src: url('kinfolk_reg-webfont.woff');
}
body {
    background-color: #ffffff;
    color: rgba(40, 37, 35, 0.827);
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.6em;
}

.container {
    margin: 0px;
    padding: 0px;
}
div.topnav {
    width: 100%;
    height: 20px;
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
}
div.header {
    padding:1.1rem;
    padding-top: 2.3rem;
    margin:0px;
}
div.content {
    margin:0px;
    margin-top:1.3rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    max-width: 600px;
}
h1 {
    text-align: center;
    font-family: 'Kinfolk',Serif;
    color:rgba(119, 112, 109, 0.827);
    font-weight: 0;
    font-size:2rem;
    line-height: 1.3em;
}
h2 {
    text-align: center;
    font-weight: 100;
    font-size: 1.3rem;
}
h3 {
    text-align: center;
    font-weight: 100;
    font-family: 'Cormorant Garamond Italic' ;
}
h4 {
    text-align: center;
    font-weight: 100;
    font-size:1.3rem;
}
h5 {
    text-align: center;
    font-weight: 100;
}