body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fbfdf6;
	color: #333333;
}

.main {
	max-width: 914px;
	margin: 0 auto;
	text-align: center;
	padding: 2em 2em 4em 2em;
}
header {
	max-width: 914px;
	margin: 0 auto;
}
img {
	width: 100%;
	height: auto;
}

.sub {	
	font-family: 'Leckerli One', cursive;
	font-weight: 400;
	font-size: 1.3em;		
	margin-bottom: 2em;
	display: block;
}

p {
	max-width: 600px;
	margin: 0 auto 0.5em auto;
	font-size: 1em;
	line-height: 1.5;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
}
h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	margin-top: 2.5em;
	margin-bottom: 0.5em;
}

@media (min-width: 600px) {	
	.main {
		padding-top: 3em;
	}
	header {
		margin-top: 1.5em;		
	}	
	h1 {
		font-size: 4em;
	}
	.sub {
		font-size: 2em;
	}
	p {
		font-size: 1.1em;
		line-height: 1.6;
	}
}
