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,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{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:400;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a:focus,a:hover,a:active{outline:0}a img{border:0}

body {
	text-align: center;
	background-color: #eef1f2;
	font: 15px/23px "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #4a4f6a;
}

h1, h2, h3, h4, h5, .serif {
	font-family: 'Playfair Display', serif;
}

h1 {

}

h2 {

}

h3 {

}

p {
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid;
	color: #aa5f82;
}
a:hover {
	border-color: transparent;
}
strong {
	font-weight: normal;
	color: #aa5f82;
}

.wrap {
	max-width: 760px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

header {
	text-align: center;
	margin-top: 3em;
}

header p,
header h1 {
	display: none;
}

header img {
    width: 75%;
    min-width: 310px;
}

header h2 {
    padding: 0 10%;
    line-height: 1.2;
    font-size: 2em;
    margin: 0.5em 0;
}

.main {
display: block;
    clear: both;
    margin: 3em 0 0;
    width: 100%;
    position: relative;
}

.main img {
    width: 92%;
    margin: 0 4%;
    position: relative;
    z-index: 10;
}

.main .content {
background: #FFF;
    margin: -3em auto 2em;
    padding: 3em 4% 1em;
    text-align: left;
    width: 100%;
    clear: both;
    overflow: hidden;
    border-bottom: 4px solid;
}

section {
    padding: 8% 7%;
    float: left;
    width: 100%;
	background: url(img/border.svg) bottom left repeat-x;
}

section h3 {
    display: block;
    float: left;
    width: 160px;
    font-size: 1.8em;
}
section .inner-content {
	width: calc(100% - 160px);
	float: right;
}

section:nth-child(2) {
	background: none;
}

p.serif {
    margin: 1em 0 0;
    float: left;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.6;
}

footer {
	margin: 0 0 3em;
	font-size: 0.9em;
}

@media screen and (max-width: 600px) {	
	header h2 {
		padding: 0 5%;
		font-size: 1.5em;
	}
	section .inner-content,
	section h3 {
		width: 100%;
		clear: both;
	}
	section h3 {
		margin-bottom: 0.5em;
		font-size: 1.5em;
	}
	.main {
		margin-top: 2em;
	}
}









