#navre{
	
}

#navre a{
	display: block;
	font-size: 1vw;
	padding: 1vh 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#navre a:hover {
	background-color:#111F46;
	color:#fff;
}

@media screen and (max-width: 640px) {
	#navre a {
		float: none;
		display: flex;
		align-items: baseline;
		width: 100%;
		box-sizing: border-box;
background-color:#111F46;
		font-size: 14px;
		padding:20px 15px;
		color:#fff;
	}

	#navre a:first-child{
		border-left: none;
	}

	#navre a:hover {
	}

}