#footer_menu, #header_menu{
	display:flex;
	justify-content:center;
	list-style: none;
	flex-flow: row wrap;
	margin:0;		
}

#header_menu a {
	color:black;
	font-size:50px;
}

#footer_menu a {
	color:black;
	font-size:20px;
}

#header_menu ul {	
	display: flex;
	position: absolute;
}

#footer_menu ul {
	display:flex;
}	

#header_menu li {
	
}


#footer_menu li {
	padding:20px;
	box-sizing:border-box;
}

#header_menu li {
	padding: 30px;
	box-sizing:border-box;
	color: #578663;
}

#header_menu a:link {text-decoration: none; font-weight:bold; color:#576586;}
#header_menu a:visited {text-decoration: none; font-weight:bold; color:#576586;}
#header_menu a:active {text-decoration: none; font-weight:bold; color:#576586;}
#header_menu a:hover {text-decoration: none; font-weight:bold; color:#577786;}

#footer_menu a:link {text-decoration: underline; font-weight:bold; color:white;}
#footer_menu a:visited {text-decoration: underline; font-weight:bold; color:white;}
#footer_menu a:active {text-decoration: underline; font-weight:bold; color:white;}
#footer_menu a:hover {text-decoration: none; font-weight:bold; color:white;}


@media only screen and (min-width : 0px) and (max-width : 1280px) {

	#header_menu a {
		color:black;
		font-size:30px;
	}
	
}
