nav{
	width: 270px;
	height: 100vh;
	background-color: white;
	position: left;

	font-family: "kleeFont", "Helvetica Neue", Helvetica;
	color: #95989A;
	text-decoration: Regular;

	text-align: center;

	top: 0;

	overflow-y: auto;
	position: fixed;
	
	padding-left: 50px;
	padding-right: 50px;
}

#navMainLogo{
	max-width: 100%;
	margin-top: 30px;
}

.navContent{
	width: 100%;
	height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 18px;
}

.navContent a {
	color : white;
	text-decoration: none;
	font-size: 26px;
}

.navContent a:visited{
	color: white;
	font-style: none;
	text-decoration: none;
	font-style: 22px;
}

#navFlags{
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

#navFlags img{
	width: 17%;
	margin-left: 10px;
	margin-right: 10px;
}