@import url('reset.css');

/* General Codrops Demo Style */
.gallery-content{
	background:#1F1F1F;
	color:#fff;
	font-size:14px;
	padding:20px;
}
.gallery-content h2{
	color: #00bcd3;
	font-size: 25px;
	font-weight:bold;
	
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}

.content{
	margin:0px 25px 30px 25px;
}
@media screen and (max-width: 640px) {

}