body {
	/* background-color: #C19A68; */
	background-color: #B2CD97;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 4em;
	margin: 0px;
	color: pink;
}

h2 {
	margin-top: 20px;
}

ul {
	margin-top: 0px;
}

li {
	list-style-type: none;
}

p {
	font-size: 14pt;
}

#wrapper {
	margin-top: 0px;
}

header {
	background-color: #C19A68;
	background-image: url("sunflowerfield3a.jpg");
	height: 400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.sticky {
	position: fixed;
	width: 100%;
}

#banner {
	display: flex;
	flex-direction: row;
	width: 100%;
}

/*MOBILE NAV*/
#nav {
	display: flex;
	justify-content: center;
	background: linear-gradient(0deg, rgba(203,171,128,1) 0%, rgba(188,147,92,1) 100%);
	width: 100%;
}

#navlinks {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	height: 100%;
}

.navbarbrand img {
	height: 75px;
	width: 75px;
}

.navbaritem {
	display: block;
	text-align: center;
	margin: 0px;
}

li.navbaritem a {
	display: block;
	color: white;
	text-shadow: 2px 2px 8px black;
	font-size: 24px;
	padding: 14px 30px;
	text-decoration: none;
}

li.navbaritem a:hover {
	background-color: #dac3a4;
	color: black;
  text-shadow: none;
}

#logo1 {
	display: none;
}

#headline {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#headline h1 {
	display: flex;
	color: black;
	text-shadow: 2px 2px 8px white;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	height: 100%;
	width: 100%;
	font-size: 48pt;
/*align-items center when navbar collapses*/
	align-items: flex-end;
	justify-content: center;
}

#content {
	background-color: #B2CD97;
	background-image: linear-gradient(#7B8D69 0px, #B2CD97 20px);
	margin: 0 auto;
}

#pagetext {
	background: linear-gradient( #b59e7e 0px, #dac3a4 20px);
	background-color: #dac3a4;
	width: 85%;
	margin: auto;
	margin-top: 0px;
	display: block;
	padding: 10px 15px;
}

#pagetext li {
	font-size: 14pt;
}

.pictures {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.portrait {
	margin: 10px;
}

.caption {
	text-align: center;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

footer {
	display: block;
	font-size: 12pt;
  text-align: center;
	margin: auto;
	padding: 30px;
}

footer a {
	text-decoration: none;
	color: white;
	text-shadow: 2px 2px 8px black;
}

/*MEDIA QUERIES*/

@media (min-width: 576px) {
	h1 {
		color: blue;
		font-size: 4em;
	}

	#headline h1 {
		font-size: 64pt;
}

/*EXPAND NAV*/
@media (min-width: 768px) {
	h1 {
		color: green;
	}

	.container-fluid {
		display: flex;
		height: 48px;
	}

	#navbarSupportedContent {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#navlinks {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		height: 100%;
		width: 100%;
	}

	#pagetext {
		width: 75%;
	}

}
@media (min-width: 992px) {
	h1 {
		color: yellow;
	}

}

@media (min-width: 1200px) {
	h1 {
		color: orange;
	}
	#pagetext {
		width: 70%;
		margin: auto;
		margin-top: 0px;
		display: block;
		padding: 20px 30px;
	}
}
}
