colorInformation{
	background-color: #224666;	/* blue */
	background-color: #FAE8C2;	/* tan */
	background-color: #A8A8A8;	/* gray */
}
header{
	background-color: #224666;
	padding: 20px;
}
nav ul{
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
  font-weight: bolder;
	/* height: 54px; */
	text-align: center;
	background-color: #A8A8A8;
}
nav ul li {
	display: inline;
	margin: 10px 50px 10px 0px;
	border: none;
}
nav ul li a {
	color: #224666;
	font-size: 1.4em;
  font-weight: bolder;
  display: inline-block;
	font-weight: normal;
  text-align: center;
	letter-spacing: 0.1em;
	padding: 22px 0px 15px 0px;
	border: none;
  width:144px;
	text-decoration: none;
}
nav ul li a:hover {
	color: #F2B05E;
	text-decoration: none;
   
}
nav ul li a.selected {
	color: #273940;
  background: url(../images/button_sel.png) no-repeat;
}

nav ul li a.selected:hover {
	color: #273940;
  text-decoration: none;  
}


footer {
	background-color: #224666;
	padding-top: 10px;
  height: 78px;
	border: none;
}
footer p{
	font-size: 1.3rem;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 800px) {
		nav ul li {
		width:55%;
	}
}