@import url('https://fonts.googleapis.com/css?family=Abel');

body {
	background: #f5f5f5;
	color: #122329;
	font-family: 'Abel', sans-serif;
	padding-top: 200px;
}

.bg-transparent-dark {
	background: rgba(10,10,10,0.25);
}

h1 {
	color: #444;
	line-height: 120px;
}

h2 {
	margin-top: 30px;
	font-size: 1.4em;
}

.brush {
	background: url(/images/brush.png) no-repeat top center;
	width: 100%;
	height: 137px;
}