body {
	background: #efefef;
}
#wrapper {
	min-width: 400px;
	max-width: 720px;
	margin: 4em auto;
	overflow: hidden;
	background: #fff;
}
.column,
.columns {
	padding: 0;
}

.column p,
.columns p {

	margin-top: .5em;
	margin-bottom: .5em;
}

.row.greenbg {
	/*background: #5c8526;*/
	background: #8ea748;
}

.columns.whitebg {
	background: #fff;
}
.columns.logo img {
	margin-top: 7em;
	width: 90%;
}
header .row {
	background: #5c8526;
}
footer .row {
	background: #333;
	color: #eee;
}

a {
	color: #5c8526;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.button a {
	color: #000;
}
.button a:hover {
	color: #eee;
	text-decoration: none;
}

@media (max-width: 800px) {
	#wrapper {
		margin 0 auto;
	}
}