/* page styles 
#a0cd4d lime
#3a2e1e dk brown */
html {
	direction:ltr;
}

body {
  margin:0;
  color:#777;
  background:#fff;
  font-family:'Avenir', 'Arial', sans-serif;
  font-size: 1em;
  padding: 1em;
	
}
h1, h2, h3 {
  	font-weight: bold;
}
a {color: #555;
	font-weight: bold;
	text-decoration: none;}
a:link, a:visited, a:hover {
	color:#a0cd4d;
}
hr {color: #999;
}
li {border:.25em 0 0 0;}
.box i {font-style: italic;
text-align: center;}

.header {
	display:flex;
	background-color: #a0cd4d;
	padding:.5em 1em;
	border: .5em;
	border-color: #a0cd4d;
	justify-content: center;}
.header img {background: #a0cd4d; 
  width: 50%;
  height: auto;
	margin: auto;
	max-width: 800px;
	text-align: center;
}
.header p {padding: 0;
border: 0;}

.content {	text-align: left;
}
.content img{
  	float: right;
	padding: .25em 1em; 
} 
.content h3 {
	color: #a0cd4d;
}
h4{
	text-align: center;
	font-size: 1em;
}

.container {
	display:flex;
	border:2px #3DBC16;
	flex-flow: row wrap;
	align-items: flex-start;
	clear: both;
}
.box {
	font-size:1em;
	min-height: 200px;
	width: 200px;
	background:#fff;
	padding: 1em;
	text-align: center;
}
/*
.box:nth-child(3) {
	flex-grow:4;
	order:2;
	align-self:flex-end;
} */
.box h3 {
	text-align: center;
	color: #a0cd4d;
}

.footer {
	background-color: #a0cd4d;
	padding:1em;
	color: #fff;
	text-align: center;
}

.copyright a {color: #fff;
	font-weight: normal;
	text-decoration: none;}
.copyright a:link, .copyright a:visited, .copyright a:hover {
	color:#fff;
}.copyright a:hover {
	font-weight: bold;
}
.social {text-align: center;}
.noDisplay {
	display: none;
}
@media screen and (max-width: 380px) {
.container {
	flex-direction: column;}
}