header h1 {;
	margin: 0 0 0.25em 0;
}
      
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}
	
h1 {
	font-size: 2.5em;
	line-height: 1.2;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 0.7em 0;
	letter-spacing: -0.025em;
}
	
.smoke {
	background-image: url(../images/noise1.jpg), url(../images/noise2.jpg);
	background-blend-mode: difference, normal;
	animation: sliding 35s linear infinite;
}

@keyframes sliding {
	from { background-position: 1024px 4096px, 0 3072px; }
	to   { background-position: 0 0, 1024px 0; }
}