body {
background-color: #ffe8c6 ;
}

.photo {
float: right;
}


nav {
	width: 100%;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	/*background:#E27F38;	/* darker: #C56520 */
	text-align: center;
	color:#ffffff;
	vertical-align: middle; 
	display: flex;
}

nav a {
	/*height: 47px;		/* no idea why this is the right height */
	/*width: 20%;			/* Adjust when there are more items! */
	margin: 10px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;	
	font-size: 25px;
	color: #ffffff;
	border: none;
	background:#E27F38;
		
}




nav a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #efb78f;
}
