*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


.content {
	text-align: center;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}

/* Header */
.codrops-header {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 1000;
	padding-top: 100px;
}

.codrops-header h1 {
	position: absolute;
	font-weight: bolder;
	line-height: 1.0;
	color: #3A3A3A;
	z-index: 1000;
	padding: 0;
	left: 0;
	width: 100%;
	top: 35%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	/*background-color: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);	*/
	text-shadow: 0px 0px 10px #fff;
	font-size: 9em;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.codrops-header h1 span {
	display: block;
	font-size: 60%;
}

.codrops-header h1 a {
	color: #eff62b;
}

.codrops-header h1 a:hover,
.codrops-header h1 a:focus {
	color: #fff;
}

.codrops-header h1 span::before,
.codrops-header h1 span::after {
	/*content: ' ― ';*/
	font-weight: 200;
}

.codrops-header h1 i {
	display: block;
	font-size: 35%;
	max-width: 52%;
	margin: 0 auto;
	line-height: 2;
	font-style: normal;
	font-weight: 400;
	color: #FFF;
	border-radius:20px;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	font-family: 'Terminal Dosis Light', Arial, sans-serif;	/*background-color: #0099CC;*/
	letter-spacing: 1px;
}

ul.ref {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.ref li {
	padding: 1em 0;
}

/* Related demos */
.related {
	text-align: center;
	font-weight: 500;
	padding: 5em 0 4em;
}

.related > a {
	width: calc(100% - 20px);
	max-width: 340px;
	border: 1px solid black;
	border-color: initial;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	font-weight: 400;
	font-size: 0.925em;
	max-width: 300px;
	text-align: left;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
}

@media screen and (max-width: 60em) {
	.codrops-header h1 {
	font-size: 7em;
	}
}

@media screen and (max-width: 30em) {
	.wrap {
	height: 100vh;

	}
	/*.codrops-header {
	top: 100%;
	}*/
	.codrops-header h1 {
		padding-top: 5em;
	}
	.codrops-header h1 i {
		font-size: 42%;
		max-width: 90%;
	}
	.codrops-icon {
		font-size: 1.5em;
	}
	.codrops-icon span {
		display: none;
	}
}
