HTML {
	font-size: 1.0em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
		height: 101%; 
	min-height:101%; 
}


BODY {
	margin: 0;
	height: 100%; 
	min-height:100%; 
}

#page_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	width: 100%;
	

	margin: 0;
	padding: 0;
	min-height: 100vh;
	background-color: #222;
}

#header_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	order: 1;
	
	width: 100%;
	
	background: linear-gradient(#fff, #ddd);
	border-bottom: 5px #fff solid;
	padding: 10px 0px;
	margin: 0;
}




#header_wrap a:visited, a:link, a:hover, a:active  {
	border: 0px #099 solid;
}

#menu_wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	order: 2;
	width: 100%;
	
	/* background-color: #a0cb3b; */
	background: linear-gradient(to right, #8fb536, #a0cb3b, #8fb536 ); 
	border-bottom: 5px #ddd solid;
	justify-content: center;
	padding: 5px 0px;
}

#menu_wrap a.menu:link,a.menu:visited,a.menu:active {
	text-decoration: none;
	font-weight: 800;
	font-size: 0.85em;
	color: #fff;
	margin: 0px 10px 0px 10px;
	border: 2px solid rgba(255, 255, 255, .4);
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	background-color: transparent;
}

#menu_wrap a.menu:hover {
	background-color: #444;
}

#center_wrap {
	flex: 1 0 auto;
	order: 3;
	margin: auto;
	width: 100%;
}

#center_wrap_top_shadow {
	background: linear-gradient(#000, #222); 
	height: 20px;
}

#center_wrap_content {
	width: 600px;
	margin: auto;
}

#center_wrap_bottom_shadow {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: linear-gradient(#222, #111); 
	height: 60px;
	order: 4;
	width: 100%;
}

#footer_wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	width: 100%;
	order: 5;
	/* background-color: #a0cb3b; */
	background: linear-gradient(to right, #8fb536, #a0cb3b, #8fb536 ); 
	border-top: 5px #ddd solid;
	justify-content: center;
	padding: 5px 0px;
	color: #fff;
	margin-top: auto;
	font-size: 0.65em;
}

.flex_container_column {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_container_row {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
	margin-bottom: 40px;
}

.flex_container_row img {
	border: 10px #ccc solid;
	width: 200px;
	height: 200px;
	margin-right: 20px;
}

.flex_container_row div {
	width: 600px;
}

.flex_container_row div h2 {
margin-bottom: 10px;
margin-top: 0px;
}

.flex_container_row div h3 {
margin-top: 0px;
}

.flex_container_row p {
	font-size: 0.85em;
}

h1 {
	font-size: 2.75em;
	font-weight: 600;
	text-align: center;
	color: #aaa;
}

h2 {
	font-size: 1.35em;
	font-weight: 600;
	color: #fff;
}

h3 {
	font-size: 1.05em;
	font-weight: 800;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 5px;
}


h4 {
	font-size: 1.05em;
	font-weight: 800;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 5px;
	background-color: #a0cb3b;
	border-radius: 25px;
	padding: 10px 20px 10px 20px;
	margin: 50px 0px 10px 0px;
}

p {
	color: #fff;
	margin-left: 20px;
}

a {
	color: #a0cb3b;
	font-weight: 600;
	text-decoration: none;
}

ul {
color: #fff;
}

@media screen and (min-width : 1px) and (max-width : 882px) {
	#menu_wrap {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 10px;
	}
	
	#center_wrap_content {
		width: 80%;
	}

	#menu_wrap a.menu:link,a.menu:visited,a.menu:active {
		text-decoration: none;
		font-weight: 800;
		font-size: 1.15em;
		color: #fff;
		margin: 10px 0px 0px 0px;
		border: 2px solid rgba(255, 255, 255, .4);
		padding: 5px 10px 5px 10px;
		text-transform: uppercase;
		background-color: transparent;
	}
	
	#footer_wrap {
		width: 100%;
	}
	
	#page_wrap {
		overflow: hidden;
	}
	
	h4 {
		font-size: 0.85em;
	}
	
	.flex_container_row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.flex_container_row img {
		margin: 0px 0px 15px 0px;
	}
	
	.flex_container_row div {
	width: 100%;
	}

}
