colorInformation{
	background-color: #FF9C0D;	/* fire */
	background-color: #F4F4F4;	/* light */
	background-color: #17242A;	/* dark(text) */
	background-color: #85CBBF;	/* alternate */
	background-color: #47896D;	/* border */
	/* credit to colormind.io for this configuration*/
}
header{
	flex:0 0 200px;
	margin: auto;
}
header img{
	width: 200px;
  height: auto;
  border: 5px solid #FF9C0D;
  border-radius: 50px;
  box-sizing: border-box;
}
nav ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px 0 0 0;
}
nav li{
	width: 180px;
	height:50px;
	margin: 10px 10px;
}
nav a{
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
	width: 120px;
	color:#17242A;
	font-weight: 800;
}
nav a:hover{
	color:#FF9C0D;
}
nav p{
	display: inline-block;
  background-color: #F4F4F4;
	border: solid 2px #FF9C0D;
	border-radius: 5px;
  width: 100%;
  text-align: center;
}
nav .selected{
	background-color: #17242A;
	color:#FF9C0D;
}
footer{
	display: block;
	margin: 30px 50px;
}

footer #copyright{
	float: right;
	color: #F4F4F4;
}

