body {
	padding: 0px;
	margin: 0px auto;
	max-width: 768px;
	min-width: 256px;
	color: #000000;
	background-color: #b7a797;
	font-family: constantia, arial, helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	min-width: 256px;
}

a {
	color: #000000;
}

img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

header {
	margin: 16px 0px;
}

nav {
	
}

nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

nav li {
	float: left;
}

nav li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #9a7362;
	border-radius: 4px;
	margin-right: 8px;
}

nav li:last-of-type a {
	margin-right: 0px;
}

nav li a:hover {
	color: #b7a797;
}

nav::after {
	content: '';
	display: block;
	clear: both;
}

section {
	
}

footer {
	text-align: center;
	margin-bottom: 16px;
}

article {
	overflow: hidden;
}

article::after {
	content: '';
	display: block;
	clear: both;
}

article h2 {
	font-weight: inherit;
	text-transform: uppercase;
	text-align: center;
	background-color: #9a7362;
	border-radius: 4px;
}

article h3, article h4 {
	font-weight: inherit;
	text-transform: uppercase;
	text-align: left;
}
