/* Theme: Coral Reef inspired by Ecco 1
- Right Column: Reef wall with coral reef dwellers
- Above Water: Island with moving clouds in front of a light blue sky
- Below Water: Reef mount silhouettes in dark blue hues. */

#bg-sky{
	position: absolute;
	bottom: -100.0vh;
	transform: translateZ(-40000px);
	left: -4000vw;
	height: 6000vh;
	width: 9000vw;
	background-color: #A8E3F6;
/*	background-image: url(../images/gradientsky.svg);
	background-repeat: repeat-x;
	background-size: contain;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0FB4E7), to(#A8E3F6)); 
	background-image: -webkit-linear-gradient(top, #0FB4E7, #A8E3F6); 
	background-image:    -moz-linear-gradient(top, #0FB4E7, #A8E3F6); 
	background-image:     -ms-linear-gradient(top, #0FB4E7, #A8E3F6); 
	background-image:      -o-linear-gradient(top, #0FB4E7, #A8E3F6); 
	background-image:         linear-gradient(top, #0FB4E7, #A8E3F6); */
}

#bg-water{
	position: absolute;
	top: 68.0vh;
	transform: translateZ(-4500px);
	left: -400vw;
	height: 700vh;
	width: 900vw;
	background-color: #121C5F;
/*	background-image: url(../images/gradientwater.svg);
	background-repeat: repeat-x;
	background-size: contain;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3AADFF), to(#121C5F)); 
	background-image: -webkit-linear-gradient(top, #3AADFF, #121C5F); 
	background-image:    -moz-linear-gradient(top, #3AADFF, #121C5F); 
	background-image:     -ms-linear-gradient(top, #3AADFF, #121C5F); 
	background-image:      -o-linear-gradient(top, #3AADFF, #121C5F); 
	background-image:         linear-gradient(top, #3AADFF, #121C5F); */
}