.lakeart {
	background-position: 65% 35%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 1;
}

#lakeart-0 {
	background-image: url(../img/lake_bg.png)
}

/* #lakeart-1 {
	background-image: url(../img/lake1.png)
}

#lakeart-2 {
	background-image: url(../img/lake2.png)
}

#lakeart-3 {
	background-image: url(../img/lake3.png)
}

#lakeart-4 {
	background-image: url(../img/lake4.png)
} */

/* div.block#lake {
	background-color: #dbecfb;
	color: #08496e;
} */

div.block#recipes {
	/* background-color: #e9e925; */
	background-color: #001f33;
	/* color: #23355d; */
	color: #b4d4f9;
}

div.block#stories {
	background-color: #dbfbe9;
	color: #b4d4f9;
}

div.block#family_tree {
	background-color: #01001a;
	color: #23355d;
}

div.block#signup {
	background-color: #70aec3;
	color: #b4d4f9;
}

.bg-ripples {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .02;
	object-fit: cover;
}

