.bodystyle {
	background-color:#2f3f4f;
}

.main-content {
	background-color: #d9d9d9;
	min-height: 700px;
}
.parallax {
	background-image: url("images/zombz_moon.svg");
	background-attachment: fixed;
	background-position-x: 0.75%;
	background-position-y: 0.75%;
	background-repeat: no-repeat;
	background-size: 100px;
	padding-top: 1%;
}
.BG {
	background-color:#2f3f4f;
	background-image: url("images/zombz_bg.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 10%;
}