/* Typography */

body {
	color: #3C3B3C;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
}

a {
	color: #CE4C00;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 0.4px;
}

a:hover,
a:focus {
	color: #AA3F38;
	text-decoration: none;
}

p {
	margin: 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 0.4px;
}

h1,
h1 a {
	font-size: 30px;
	line-height: 25px;
	font-family: 'Kreon', serif;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 0.38px;
	line-height: 36px;
	margin: 40px 0 30px;
}

h2,
h2 a {
	font-size: 30px;
	font-family: 'Kreon', serif;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 0.38px;
	line-height: 34px;
	margin: 40px 0 30px;
}

@media (min-width: 992px) {
	h2 {
		font-size: 30px;
	}
}

h2.page-header {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 500;
	margin: 0px;
}

h3,
h3 a {
	font-family: 'Kreon', serif;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.4px;
	line-height: 28px;
	margin: 40px 0 30px;
	color: #AD3E3A;
}
h3 a:hover,
h3 a:focus {
	color: #CE4C00;
}

h4,
h4 a {
	margin: 40px 0 30px;
	font-family: 'Kreon', serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #AD3E3A;
}
h4 a:hover,
h4 a:focus {
	color: #CE4C00;
}


h5,
h5 a {
	margin: 40px 0 30px;
	font-family: 'Kreon', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 15px;
}

h6,
h6 a {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}
