html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizelegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
*:before,
*:after { /* box layout to all elements */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #2d9945;
	color: #eee;
	font: 400 15px/1.8 "Roboto Condensed", sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

#page {
	width: 100%;
	background-color: #2d9945;
	max-width: 1038px;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow:         	0 1px 6px rgba(0, 0, 0, 0.15);
}

#content {
	padding: 50px 0 30px;
}

.container {
	margin: 0 auto;
	max-width: 978px;
	padding: 0;
	position: relative;
}

.header-image {
	width: 100%;
	height: auto;
}

.entry-content {
	display: block;
	margin: 0 0 20px;
}

.has-text-align-center{
	text-align:center;
}

h2 {
	font-size: 26px;
	line-height: 1.269;
}

.boxed-layout #colophon,
.boxed-layout-small #colophon {
	margin-bottom: 30px;
}

.site-info {
	background-color: #2d9945;
	background-position: center center;
	background-size: cover;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	line-height: 1.571;
	padding: 20px 0 15px;
	text-align: center;
}

.site-info .copyright {
	color: #eee;
	font-size: 13px;
	line-height: 1.615;
	padding-top: 15px;
	text-align: center;
}

.site-info .copyright a {
	color: #eee;
}

.site-info .copyright a:hover {
	color: #dc143c;
}
