/*
5c77b5
89b8e4
*/

body {
padding: 20px;
font-family: 'EB Garamond', 'Times New Roman', serif;
background: #ffffff;
}

#wrapper {
max-width: 760px;
margin: auto;
line-height: 30px;
}


#logo {
position: relative;
height: 120px;
}

#logo img {
position: absolute;
width: 15%;
height: auto;
top: 0;
left: 0;
}

h1 {
margin-left: 20%;
font-size: 25px;
line-height: 40px;
font-weight: normal;
}

#cover {
margin: 0px -20px;
}

#cover img {
border: 1px solid #000;
}

#home #cover img {
border: 0;
}

img {
max-width: 100%;
height: auto;
display: block;
}

hr {
margin: 0 -20px;
border: 0;
border-top: 5px solid #000;
height: 1;
}

hr.large {
margin: 0 -20px;
border: none;
border-top: 1px solid #ccc;
height: 59px;
background-color: #eee;
}

a {
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
color: #5c77b5;
}
p.buy {
text-align: center;
display: block;
line-height: 50px;
background: #5c77b5;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
margin: 0 -20px 30px;
}
p.buy a {
border-bottom: none;
color: #ffffff;
display: block;
}

h2, h3 {
font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
font-weight: normal;
}

h2 {
margin: 0 -20px 0px;
font-size: 30px;
line-height: 30px;
text-align: center;
padding: 10px 0;
}

h3 {
font-size: 24px;
}

h4 {
font-size: 20px;
background: rgba(92,119,181,0.2);
font-style: italic;
font-weight: normal;
padding: 0 0.5em;
display: inline-block;
margin: 0;
}

p {
margin: 20px 0;
}

p, li {
font-size: 20px;
line-height: 30px;
}

p em {
background: rgba(0,0,0,0.1);
padding: 0 0.5em;
}

.image-wrapper {
margin: 0 -20px;
}

ol li {
display: inline-block;
}
ol li:after {
content: " / ";
color: #999;
}
ol li:last-child:after {
content: "";
}
#footer {
text-align: center;
}


/* tablets: portrait */

@media screen and (max-width: 768px) { 
		
	#cover img {
	border-left: 0;
	border-right: 0;
	}

	h1 {
	font-size: 22px;
	line-height: 30px;
	}

	#footer span, #footer em {
	display: inline-block;
	}

}


/* smartphones */
@media screen and (max-width: 480px) {

	#logo {
	position: relative;
	height: 150px;
	}

	h2 {
	font-size: 25px;
	}

}