body > header {
	background-color: #fffefb;
	text-align: center;
	width: 100%;
	padding: 1.25em 4em 1.1em 4em;
	z-index: 3;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #3333330a;
}
body {
	margin-top: 80px;
}
body > header nav {
	position: absolute;
	top: 0;
	right: 0;
}
header > div {
	position: relative;
}
body > header ul.inline.right {
	margin-right: -1em;
}
body > header ul.inline li {
	margin: 0.6em 1.5em;
}
body > header a {
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}
body > header a:hover {
	color: #000;
}

@media screen and (max-width: 768px) {
	body > header {
		padding: 1.25em 1.1em 1.1em;
	}
}

@media screen and (max-width: 500px) {
	body > header img {
		width: 45%;
	}
}