.nav {
	display: flex;
	align-items: center;
	height: 10vh;
	max-height: 50px;
	background: #f8f8f8;
}
.nav-items {
	display: flex;
	align-items: center;
	flex-grow: 1;
	height: 26px;
	margin: 10px;
	padding: 10px 5px 10px 5px;
}
.nav-items a {
    display: flex;
    align-items: center;
	color: #535861;
	text-decoration: none;
	font-size: 14px;
}
.nav-items img {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}
.nav-spacer {
	flex-grow: 20;
}