.navigation .nav-links {
	align-items: center;
	display: flex;
	justify-content: center;
}

.navigation .nav-links a {
	border: 1px solid #a47951;
	color: #a47951;
	display: block;
	padding: 0.2em 1em;
	transition: all 0.2s;
}

.navigation .nav-links a:hover {
	background: #a47951;
	color: white;
}

.navigation .nav-links > div:not(:first-child) a {
	border-left-width: 0;
}
