
body{
	margin: 10px auto;
	max-width: 90em;
	font-family: sans-serif;
	color: #333333;
	display:-webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap; 
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
  }
h2 { 
	margin: 0 6em 0 0; 	
	text-align: center;
}
header, #anlo, #nage, #anan, nav, nav a, footer {
	border-radius: 0.5em 0.5em 0.5em;
	border: 1px solid;
	padding: 5px;
	margin: 5px;  
	-webkit-flex: 1 100%;
	flex: 1 100%; 
}

header {
	background: #F1F3F4; 
	border-color: #d5d5d5;
	display:-webkit-flex;
	-webkit-flex-flow: row wrap; 
	display: flex;
	flex-flow: row wrap; 
}   

header * { -webkit-flex: 1 1 0; flex: 1 1 0; }
  
header img {
	-webkit-flex: 0 0 80px;
	flex: 0 0 0px;
	margin-right: 50px; 
	visibility: hidden;}  

header nav {
  -webkit-flex: 1 1 100%;	
  flex: 1 1 100%;
  }
  
nav ul {
	display: -webkit-flex;    
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	display: flex; 
	justify-content: space-around;
	flex-direction: row;
  }
  
nav li {
	list-style-type: none;
	margin: 0 10px;
  }
nav a {
	display:inline-block;
	width: 90%;
	background: #fffbf0;
	border: 1px solid #dfac20;
	margin: 0;
	text-align: center;
	text-decoration: none;
  }
nav a:hover {
	background-color: #dfac20;
}

nav, nav ul, nav li{
	margin: 0;
	padding: 0;
	border: none;
  }

.buthome {
    height:2em;
	font-size: 1.1em; 
	background: #fffbf0;
    width:8em;
}  
.buthome:hover {
	background-color: #dfac20;
}
 

 
footer {
	background: #e4ebf2;
	border-color: #8a9da8;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap; }
  
footer * {
	-webkit-flex: 1 1 0;
	-webkit-justify-content: space-between;	
	flex: 1 1 0;
	justify-content: space-between;
	font-size: 0.8em ;
	padding: 0px;	
	  margin: 0px; }
	  
footer li { display: inline-block;}
 