/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}



#set-1 {
	/*overflow: hidden;*/
}

#set-2 {
	background: #eea303;
}

#set-3 {
	background: #f06060;
}

#set-4 {
	background: #0e83cd;
}

#set-5 {
	background: #702fa8;
}

#set-6 {
	background: #64bb5d;
}

#set-7 {
	background: #d54f30;
}

#set-8 {
	background: #3851bc;
}

#set-9 {
	background: #96a94b;
}

@media screen and (max-width: 800px) {

	.hi-icon {
		margin: 15px !important;
	}

	.container > section {
		padding: 20em 1em;
	}

}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}