body {
	background: url('/static/single_pages/images/landing.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.margin-for-footer {
	margin-bottom: 130px;
}


section {
	margin-bottom: 130px;
}

.card {
	background-color: rgba(255, 255, 255, 0.6);
}