.body {
	background-color:rgba(255,255,255,0.6) !important;
	width:55% !important;
	margin:auto !important;
	margin-top:15% !important;
	margin-bottom:20% !important;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.home {
	padding:40px 40px 20px 40px;
	color:black;
}
.home h1 {
	font-size:44px;
}
.home h2 {
	font-size:24px;
	margin:35px 0px;
}
.home a {
	font-size:24px;
	line-height:35px;
}
.home a img {
	margin-right: 10px;
}
.dark-green {
	color:#6A791F;
}
@media all and (max-width: 1100px) {
	.body { width:70% !important; }
}
@media all and (max-width: 900px) {
	.body { width:80% !important; }
}
@media all and (max-width: 700px) {
	.body { width:90% !important; }
}
@media all and (max-width: 500px) {
	.home {
		padding:20px 0px 15px 0px;
	}
}

.home h2 br {
	line-height:130%;
}
