
/*  Site Designer: Karoline Dassie  

Colors:
Yellow #eac03a
Green #349a01
Black #22211f
Red #b12a1c

*/


h1 {
	font-weight: 900;
	font-size: 28px;
	text-transform:uppercase;
	color:#fff;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform:uppercase;
	color:#349a01;
	display:inline;
}

h3 {
	font-size: 18px;
	width:100%;
	font-weight: normal;
	margin-bottom:8px;
	font-family: 'Slabo 13px', serif;
	border-bottom:1px solid #22211f;
	padding-bottom:4px;
	color:#22211f;
}

h4 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 22px;
	color: #0f4fa1;
	font-weight: 600;
	margin-top: 20px;
}