a {
	color:rgb(2, 2, 193);
}
a:hover {
	text-decoration: underline !important;
	color:rgb(3, 77, 235);
}
#header{
	display:flex;
	flex-flow:row nowrap;
	position: top;
	width:100%;
	flex:1;
	z-index:10;
	padding:.5em 1em 0em 1em;
	background-color: #1c6295;
}
#menu{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:white;
	display:inline-flex;
	flex:12 0;
	text-align:center;
	padding:0 3em 0 3em;
	max-height:64px;
}
#menu>a{
	color:white;
}
#menu>a:visited {
	color:white;
}
#menu>a:hover {
	color: #f3b407;
	background-color: transparent !important;
	text-decoration: none !important;
}

#mainLogo{
	flex:2 1;

	min-width:0;
	max-height:57px;
	max-width:183px;
	padding-bottom: 3px;
}

#mainLogo > a:hover {
    color: inherit; /* Keeps the color of the link */
    text-decoration: none !important; /* Removes underline */
    background-color: transparent !important; /* Keeps the background color transparent */
}


