nav {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
.toggle, [id^=drop] {
	display: none;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
nav ul li {
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .5px;
	line-height: 54px;
	flex: 0 1 auto;
	display: block;
}
nav li a {
	display: block;
}
nav a {
	color: white;
	text-decoration: none;
}
nav a:visited {
	color: white;
	text-decoration: none;
}
nav a:hover {
	color: white;
	text-decoration: none;
}
nav a:active {
	color: #b3bfcb;
	text-decoration: none;
}


@media all and (max-width:769px) {

nav {
	width: 100%;
	margin: 0;
	padding: 0;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	height: 48px;
	text-align: center;
	display: block;
}
.toggle:hover {
	background-color: #002B56;
}
.menuicon {
	width: 48px;
	height: 48px;
	padding: 0;
	display: block;
}
[id^=drop]:checked + ul {
	display: block;
}
	
	
	
	
	
	
	
	
	
	
	
nav ul {
	float: none;
}
nav ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: none;
	font-size: 17px;
	line-height: 54px;
	text-align: center !important;
	display: block;
}
nav li a {
	display: block;
}
nav a:hover {
	color: white;
	background-color: #002B56;
}
nav a:active {
	color: inherit;
	background-color: none;
}
}



















