@charset "utf-8";


/* ---- reset ---- */
.follen-snow canvas{
	display: block;
	vertical-align: bottom;
	font: normal 75% Arial, Helvetica, sans-serif;
	height: 100%;
	transition: 1s ease 1s;
	will-change: animation;
	filter: blur(10px);
}



/* ---- particles.js contents ---- */
.follen-snow{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: 50% 50%;
	z-index: 10;
	transition: 1s;
	will-change: filter;
}


.follen-snow_back{
	opacity: .8;
}