html {
	height: 100%;
	font-size: 100%;
}

#wrapper {
	width: 100%;
	max-width: 350px;

	margin: 0 auto;
}

h1 {
	padding: 4em 3em 1em;
	font-size: 150%;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}

h1 span {
	font-weight: 400;
}

h2 {
	text-align: center;
	margin-bottom: 3em;
	color: #4c7687;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.attribution {
	padding: 3em 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.attribution a {
	color: #fff;
}


/* Header Style */


.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
	text-decoration: none;
}



.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

@media only screen and ( max-width: 32.5em ) /* 520 */
{

	#wrapper
	{
		width: 100%;
		height: auto;
		/* position: static; */
		/* padding: 3.125em 1.25em; */ /* 50 20 */
		/* margin: 0; */
	}
}