.menu-wrapper {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-item {
	margin: 0.4em 3em 0.4em 0;
}

.menu-item a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	text-decoration: none;
}
