/*html,body{padding:0; margin:0;}*/
/*.collectonme{margin:80px auto; background: red; width:80%; text-align:center; font-size:1.2em; color:#fff;}*/

.snowfall-flakes {
	pointer-events: none;
	background-image: url(/portfolio/js/snowfall/flake.png);
	background-size: 100%;
}
.no-backgroundsize .snowfall-flakes {
	background-image: none;
}

#snow-wrapper {
	pointer-events: none;
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(30,30,30,0.5);*/
}

@media 
all and (max-width: 767px) and (-webkit-min-device-pixel-ratio : 1.5),
all and (max-width: 767px) and (min-device-pixel-ratio : 1.5) {
	#intro h1 {
		-webkit-transform: scale(0.50);
		letter-spacing: 0.03em;
	}
}