body{
	font-size: 14.0pt;
	line-height: 107%;
	font-family: 'Segoe UI',sans-serif;
	color: #385723;
}

header{
	color: white;
	position: absolute;
	top: 0px;
	bottom: 40%;
	left: 0px;
	right: 0px;
	background-image: url("cabbage_large.jpg");
 	background-position: center;
    	display: flex;
    	align-items: center;
    	justify-content: center;
}

header div {
	text-align: center;
}

h1,p {
	text-shadow: 2px 2px #385723;
}

section{
	position: absolute;
	height: 5%;
	bottom: 35%;
	left: 0px;
	right: 0px;
    	display: flex;
    	align-items: center;
    	justify-content: center;

}

nav li {
	padding: 7px;
	text-align: center;
}


nav{
	position: absolute;
	height: 25%;
	bottom: 10%;
	left: 0px;
	right: 0px;
    	display: flex;
    	align-items: center;
    	justify-content: center;

}

ul {
	list-style: none;	
}

footer{
	position: absolute;
	height: 10%;
	bottom: 0px;
	left: 0px;
	right: 0px;
  	display: flex;
    	align-items: center;
  	justify-content: center;
}

footer ul li {
	display: inline;
	margin-left: 50px;
	margin-right: 50px;;
}
