*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #26C281;
	background: #fff;
	color: rgba(0,0,0,1);
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;;
}

a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: rgba(0,0,0,1);
}

.site-header {
	margin: 0 auto;
	padding: 3em 1em;
	text-align: center;
	color: rgba(0,0,0,0.35);

	display: none;
}

.site-header h1 {
	margin: 0;
	font-weight: 400;
	font-size: 2.5em;
}

.site-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

section {
	padding: 2em 2em 2em;
	background: #2dcb89;
	background: #fff;
	text-align: center;
}




@media screen and (max-width: 44.75em) {
	section { padding: 1em 2em; }
}

@media screen and (max-width: 25em) {
	.site-header { font-size: 0.8em; }
	section.related { font-size: 1.2em; }
	.codrops-icon span { display: none; }
}

input[type="radio"].input-hidde {
	position: fixed;
	opacity: 0;
	pointer-events: none;
}