#masthead{
	min-height:88px;
	height:88px;
}
#main:before{
	content:none;
}
#hero-section{
	position: relative;
}
#hero-section:after{
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	height:20%;
	width:100%;
	background:linear-gradient(#110f3200,#110f32);
}
#home-title{
	font-size:3.8vw;
	top:40%;
	padding: 0 .5%;
	margin:0;
}
.backdrop{
	max-width: 100%;
	width:100%;
	height:auto;
	filter: brightness(.8);
}
#sprout-flat{
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%) translate(-10.5%,24%);
	transform: translate(-50%,-50%) translate(-10.5%,24%);
	width:20%;
}
.js #sprout-flat{
	display:none;
}
#sprout-layers{
	perspective:100vw;
	perspective-origin:50% 100%;
	position:absolute;
	top:0%;
	width:100%;
	height:100%;
	/* 	transform-style:preserve-3d; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#sprout-layers .stem:before,
#sprout-layers .stem:after{
	content:'';
	position:absolute;
	z-index: 0;
	left:49%;
	bottom:0;
	width:43%;
	height:63%;
	-webkit-transform:translate(-50%,50%);
	transform:translate(-50%,50%);
	background:radial-gradient(closest-side, #090708,#09070800);
}
#sprout-layers .stem:after{
	/* 	z-index: auto; */
	display:none;
}
#sprout-layers [class]{
	position:absolute;
	filter: brightness(.9);
	transform-style:preserve-3d;
}
#sprout-layers .stem{
	display:block;
	left:48.85%;
	bottom:32.25%;
	width:20%;
	height:13.67%;
	background: url(/wp-content/themes/alkahest/images/leaf_parts/stem.png) 50%/auto 100% no-repeat;
	transform-origin:bottom;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	/* 	outline: deeppink auto; */
}
#sprout-layers .leaf{
	animation:tremble-more 2.5s 0s infinite both linear;
}
.js #sprout-layers .leaf{
	will-change: transform;
	animation: none;
}
#sprout-layers .leaf img{
	position: absolute;
}
/*#sprout-layers .leaf:after{
	content:'';
	position:absolute;
	top:0;bottom:0;
	right:0;left:0;
	}*/
#sprout-layers .leaf:nth-child(1){
	z-index:3;
	animation-delay:-.089s;
	bottom: 55.8%;
	right:51%;
	width:54.5%;
	height:75%;
	transform-origin: 100% 79%;
}
#sprout-layers .leaf:nth-child(1) img{
	width:200%;
	top:0; left:0;
}
/*#sprout-layers .leaf:nth-child(1):after{
	background: url(/wp-content/themes/alkahest/images/leaf_parts/leaf1.png) 0 0/200% no-repeat #0000;
	}*/

#sprout-layers .leaf:nth-child(2){
	z-index:2;
	animation-name: tremble-most;
	animation-delay: calc( -.089s * 2 );
	bottom: 90%;
	left:45%;
	width:19.5%;
	height:80%;
	transform-origin: 33% 96%;
}
#sprout-layers .leaf:nth-child(2) img{
	width:auto;
	height: 193%;
	top:0; right:0;
}
/*#sprout-layers .leaf:nth-child(2):after{
	background: url(/wp-content/themes/alkahest/images/leaf_parts/leaf2.png) right 0/auto 193% no-repeat #0000;
	}*/

#sprout-layers .leaf:nth-child(3){
	z-index:4;
	animation-delay: calc( -.089s * 3 );
	top: 5.5%;
	left:49%;
	width:46.5%;
	height:120%;
	transform-origin: 6% 11%;
}
#sprout-layers .leaf:nth-child(3) img{
	width:187%;
	right:0; bottom:0;
}
/*#sprout-layers .leaf:nth-child(3):after{
	background: url(/wp-content/themes/alkahest/images/leaf_parts/leaf3.png) right bottom/187% no-repeat #0000;
	}*/

#sprout-layers .leaf:nth-child(4){
	z-index:1;
	animation-name: tremble-most;
	animation-delay: calc( -.089s * 4 );
	bottom: 65.5%;
	left:52%;
	width:19.75%;
	height:41.5%;
	transform-origin: 1% 99%;
	filter: brightness(.7862);
}
#sprout-layers .leaf:nth-child(4) img{
	width:200%;
	right:0; top:0;
	/*-webkit-transform: translate3d(0,0,-1vw);
transform: translate3d(0,0,-1vw);*/
}
/*#sprout-layers .leaf:nth-child(4):after{
	background: url(/wp-content/themes/alkahest/images/leaf_parts/leaf4_bg.png) right top/200% no-repeat #0000;
	}*/

@media screen and (max-width: 1366px) {
	#home-title sup {
		bottom: 20px;
	}	
}
@media screen and (max-width: 960px) {
	#home-title {
		font-size: 3.8vw;
	}
	#home-title sup {
		font-size: 19px;
	}
}
@media screen and (max-width: 800px) {
	#home-title sup {
		font-size: 18px;
		bottom: 15px;
	}	
}
@media screen and (max-width: 768px) {
	#home-title sup {
		font-size: 16px;
		bottom: 11px;
	}	
}

@media (max-width:640px){
	/* zoom hero area */
	#hero-section {
		margin:15% 0;
	}
	#hero-section:after{
		margin-bottom:-30%;
    height: 50%;
	}
	#hero-section:before{
		content:'';
		position:absolute;
		z-index:1;
		top:-25%;
		width:100%;
		height: 75%;
		background:linear-gradient(rgba(0,0,0,.4) 25%, rgba(0,0,0,0));
	}
	#sprout-layers{
		z-index:3;
	}
	#sprout-layers .stem{
		transform-origin: right bottom;
	}
	.backdrop,
	#sprout-layers .stem > *{
		-webkit-transform: translateY(5vw) scale(1.75);
		transform: translateY(5vw) scale(1.75);
	}
	#sprout-layers .stem{
		background-size:0;
	}
	#sprout-layers .stem:after{
		content:'';
		background:inherit;
		background-size:contain;
		width:100%;
		height:175%;
		display:block;
		z-index:10;
	}
	#sprout-layers .stem:before{
		bottom:-75%;
		z-index: 11;
	}
	#sprout-layers .stem:before,
	#sprout-layers .stem:after{
		-webkit-transform: translateX(-50%) translateY(50%) translateY(2.5vw);
		transform: translateX(-50%) translateY(50%) translateY(2.5vw);
	}
	#sprout-layers .leaf:nth-child(1){
		z-index: 9;
	}
	#sprout-layers .leaf:nth-child(2){
		z-index: 10;
	}
	#sprout-layers .leaf:nth-child(3){
		z-index: 12;
	}
	#sprout-layers .leaf:nth-child(4){
		z-index: 8;
	}
	#home-title{
		top: 48%;
		z-index:2;
		width:14em;
		left:50%;
		line-height: 1.1;
		font-size:6vw;
		-webkit-transform:translateX(-50%) translateY(-96%);
		transform:translateX(-50%) translateY(-96%);
		transform-origin:center bottom;
	}
	#home-title sup{
		font-size:.618em;
		position: absolute;
		bottom:0;
		-webkit-transform:translateY(-.89em);
		transform:translateY(-.89em);
	}
	.hentry{
		position:relative;
		padding-top:10vw;
	}
	/* end zoom hero area */
}
/*hack alert */
#home-title sup {
/* 	display:none; */
}
