/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	background-color: #ecf0f1;
    font-size: 1em;
    line-height: 1.4;
}


/* ==========================================================================
   custom styles
   ========================================================================== */

.content {
	width: 80%;
	margin: 10% auto;
	text-align: center;
}

img {
	margin-bottom: 1.5em;
}

span {
	display: block;
}

span.main {
	font-family: 'Dosis', sans-serif;
	font-size: 2.188em;
	font-weight: 400;
	color: #04B431;
	margin-bottom: 0.2em;
}

span.sub {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	color: #2b2b2b;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #2b2b2b;
    width: 3.75em;
    margin-bottom: 1.5em;
}
