

/* #Typography
================================================== */
           
	h1, h2, h3, h4, h5, h6 {
		color: #808080;
		font-family: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { color: #34363E;
				font-family: 'nexa_boldregular';
				margin-bottom: 35px;
				font-size: 45px;
				line-height: 55px;
				letter-spacing: 2px;
				text-transform: uppercase;
				text-align: center;	
	}
	h2 { font-family: 'nexa_boldregular'; font-size: 18px; line-height: 24px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px; color: #FF6F6F; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; color: #34363e; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color:#D64316; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #34363e; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #d64316; text-decoration: none; }
	p a, p a:visited { line-height: inherit; }
	
	
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../nexa_bold-webfont.eot');
    src: url('../nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nexa_bold-webfont.woff') format('woff'),
         url('../nexa_bold-webfont.ttf') format('truetype'),
         url('../nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



