body {
	/* background-color: #C19A68; */
	background-color: #B2CD97;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 6em;
	margin: 0px;
}

ul {
	margin-top: 0px;
}

li {
	list-style-type: none;
}

p {
	font-size: 14pt;
}

/*mobile*/
@media (min-width: 576px) {
	h1 {
		color: blue;
		font-size: 4em;
	}
	#logoarea {
		background-size: 1551px 300px;
	}
}
@media (min-width: 768px) {
	h1 {
		color: green;
	}
}
@media (min-width: 992px) {
	h1 {
		color: yellow;
	}
	#logoarea {
		background-size: 2068px 400px;
	}
}

@media (min-width: 1200px) {
	h1 {
		color: orange;
	}
}

#wrapper {
	margin-top: 0px;
}

#header {
	background-image: linear-gradient(#6e593e 0px, #C19A68 60px, #C19A68);
	background-color: #C19A68;
	height: 500px;
	margin: 0 auto;
}

#nav {
	display: flex;
	justify-content: center;
	background-color: #C19A68;
	height: 48px;
	width: 100%;
}

#navlinks {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	max-width: 800px;
	height: 100%;
}

.navbaritem {
	display: block;
	text-align: center;
	margin: 0px;
}

li.navbaritem a {
	display: block;
	color: white;
	font-size: 20px;
	padding: 14px 30px;
	text-decoration: none;
}

li.navbaritem a:hover {
	background-color: #dac3a4;
	color: black;
}

#logoarea {
	background-color: white;
	background-image: url("sunflowerfield3a.jpg");
	/*background-image: linear-gradient(#a8a8a8 0px, #ffffff 20px);*/
	background-size: 2586px 500px;
	width: 100%;
	height: 452px;
	margin: 0 auto;
	display: flex;
	/*justify-content: center;
	align-items: flex-end;*/
	flex-direction: column;
	justify-content: space-between;
}

#logo {
	display: flex;
	height: 100%;
	flex-direction: row-reverse;
	/*align-content: right;*/
}

#headline {
	display: flex;
	width: 100%;
	/*align-content: center;*/
	justify-content: center;
}

#headline h1 {
	color: black;
	background: #DAC3A4;
	margin: 0 auto;
	width: 65%;
	padding: 10px;
}

#content {
/*	background-color: #C19A68; */
	background-color: #B2CD97;
	/* background-image: linear-gradient(#96ac80 5px, #B2CD97, #B2CD97); */
	background-image: linear-gradient(#7B8D69 0px, #B2CD97 20px);
	margin: 0 auto;

}

#pagetext {
	background-color: #dac3a4;
	width: 65%;
	margin: auto;
	margin-top: 0px;
	display: block;
	padding: 10px 15px;
	/*justify-content: center;*/
}

footer {
	background-color: #B2CD97;
	background-image: linear-gradient(#7B8D69 0px, #B2CD97 20px);
	display: block;
  text-align: center;
	margin: auto;
}
