* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-size: 1.25em;
	font-family: "Lato", sans-serif;
	color: #252525;
	line-height: 1.5;
}
.wrapper {
	min-width: 255px;
	max-width: 1000px;
	margin: 0 auto;
}
p, h1, h2, h3 {
    margin: 0 0 0.75em;
}
h1, h2, h3 {
	font-family: "Oswald", sans-serif;
	color: #353535;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	
}
.logo {
	width:250px;
	margin: 15px 0 25px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding:30px;
	background-color: #eeeeee;
	border-radius:30px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background:#FFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-size:16px;
	padding:30px 0;
}

.menu { margin: 0 auto;max-width: 980px; text-align: center;}
.menu a{display:inline-block;margin:0 8px 30px;color:#0198dd;font-weight:400!important; text-align: center; font-size: 14px;}
.copy{margin:0;color:#989898; text-align: center; margin-bottom: 20px;}






@media only screen and (max-device-width: 641px) {
	.logo {
		width:270px;
		margin: 15px auto 25px;
		display:block;
	}
	.content {
		border-radius:0px;
		padding:10px;
		font-size:16px;
	}
	.copy {
		font-size:12px;
	}
	.copy span {
		display:block;
	}
}