@import url('https://fonts.googleapis.com/css?family=Hind:600|Open+Sans');

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #b3b9bf;
	background: #f9f9f9;
}

a {
	color: #2c3f52;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}