.bg1{
	background-color: #ABBAA5;
	background-attachment: fixed;
	background-size: cover;
	background-position: center, center;
	color: #205D3B;
}

.bggreen{
	background: #205D3B;
	color: #F5E900;
}
.bgwhite{
	background: #ffffff;
	color: #000000;	
}

.bg2{
	background-color: #F3F5EE;
	background-attachment: fixed;
	background-size: contain;
	color: #0A3213;
}

.bg3{
	background-color: rgba(228, 235, 219, 0.836);
	background-attachment: fixed;
	background-size: contain;
	color: #0A3213;
}
