*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #333;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

a {
	color: #f0f0f0;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
}

section {
	padding: 1em;
	text-align: center;
}

@media screen and (max-width: 35em) {
	.codrops-icon span {
		display: none;
	}
}