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

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot?') format('eot'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#webfont90E2uSjN') format('svg');
    font-weight: normal;
    font-style: normal;

}


body { 
	font-size: 14px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	color: #000;
}

h1 {
	font-family: 'ChunkFiveRegular', Arial, sans-serif;
	font-size: 2.875em;
	margin: 1em 0;
	font-weight: normal;
	color: #EEE7BF;
}

h2 {
	color: #790000;
	font-family: 'ChunkFiveRegular', Arial, sans-serif;
	font-size: 1.8675em;
	margin: .675em 0;
	font-weight: normal;
}

h3 {
	font-size: 1.625em;
	margin: .875em 0;
	color: #EEE7BF;
	text-shadow: -1px 1px 1px rgba(0,0,0,.6);
}

h4 {
	font-size: 1em;
	margin: .785em 0;
}

p {
	font-size: .875em;
	margin: .5em 0;
	color: #5d3c22;
	line-height: 1.3;
}

.news p {
	color: #f5b97c;
}

.alert {
	color: #790000;
	font-family: 'ChunkFiveRegular', Arial, sans-serif;
}


.alert { background: #1adaff; padding: 1.5rem;}
.alert p { text-align: center; font-size: 1.6rem; color: #cc2d2d;}