/* 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;
}
*, *: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;
	height: 100%;
}
/* 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: 'Lato', Calibri, Arial, sans-serif;
	color: #777;
}
a {
	color: #555;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #777;
}
a img {
	border: none;
}
/* Demo Styles */

.demo-1 body {
	color: #87968e;
}
.demo-1 a {
	color: #72b890;
}
.demo-1 .codrops-demos a {
	color: #fff;
}
 @media screen and (max-width: 46.0625em) {
 .column {
 width: 100%;
 min-width: auto;
 min-height: auto;
 padding: 1em;
}
 .column p {
 text-align: left;
 font-size: 1.5em;
}
 .column:nth-child(2) {
 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
}
 @media screen and (max-width: 25em) {
 .codrops-icon span {
 display: none;
}
}
