@charset "UTF-8";
/* CSS Document */

/*************************************************************************************
FONTS IMPORT
**************************************************************************************/

@font-face {
    font-family: 'HansonsHandRegular';
    src: url('../fonts/hansonshandregular-webfont.eot');
    src: url('../fonts/hansonshandregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hansonshandregular-webfont.woff') format('woff'),
         url('../fonts/hansonshandregular-webfont.ttf') format('truetype'),
         url('../fonts/hansonshandregular-webfont.svg#HansonsHandRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*************************************************************************************
TEXT
**************************************************************************************/

h1	{
	font-size: 40px;
	font-family: "HansonsHandRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	color: #ffffff;
	line-height: 55px;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #D9A875;
	line-height: 25px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D9A875;
	line-height: 22px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

	h4 span {
		color: #D9A875;
	}
	
	h4 a:link,
	h4 a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	h4 a:hover {
		color: #D9A875;
		text-decoration: none;
	}
	
h5 {
	color: #ffffff;
	font-family: "HansonsHandRegular", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	margin-top: 40px;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DAD2A4;
	line-height: 18px;
	margin: 0 0 20px 0;
	text-align: left;
}
	
	p a:link,
	p a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	p a:hover {
		color: #DAD2A4;
		text-decoration: none;
	}
	
	p strong {
		color: #FFFFFF;
	}
	
q {
	color: #ffffff;
	font-family: "HansonsHandRegular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
	
ul {
	margin: 0 0 30px 0;
	padding: 0;
}

	ul li {
		list-style: disc inside;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ffffff;
		font-weight: bold;
		color: #D9A875;
		line-height: 21px;
		margin: 0 0 2px 0;
		text-align: left;	
	}
