@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
h1 {
	margin: 20px 0;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
h2 {
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.3px;
}
h3 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.3px;
}
p, li {
	font-size: 18px;
	letter-spacing: .75px;
	line-height: 28px;
	margin: 10px 0;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	font-size: 0;
	background-color: #DFDFD8;
	color: #041014;
	font-family: "Open Sans", sans-serif;
}
.wrapper {
	padding: 0 5%;
	margin: auto;
	max-width: 600px;
}
header {
    text-align: center;
}
#logo {
    margin: 20px 0;
	width: 80%;
	max-width: 300px;
}