
	/*
	 * HTML5 âœ° Boilerplate
	 * ==|== normalize ==========================================================
	 */

	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
	audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
	audio:not([controls]) { display: none; }
	[hidden] { display: none; }


	/* =============================================================================
	   Base
	   ========================================================================== */

	html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased;}

	body { margin: 0; font-size: 1em; line-height: 1.4; background-color: #e6e6e6;}

	body, button, input, select, textarea { font-family: sans-serif; color: #222; }

	/* =============================================================================
	   Links
	   ========================================================================== */

	a { color: #000; }
	a:hover { color: #000; }
	a:focus { outline: thin dotted; }

	/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
	a:hover, a:active { outline: 0; }


	/* =============================================================================
	   Typography
	   ========================================================================== */

	b, strong { font-weight: bold; }

	blockquote { margin: 1em 40px; }

	/* Redeclare monospace font family: h5bp.com/j */
	pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

	/* Improve readability of pre-formatted text in all browsers */
	pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

	q { quotes: none; }
	q:before, q:after { content: ""; content: none; }

	h1, h2, h3, h4, h5, h6 {
	  margin-top: 0;
	}

	/* =============================================================================
	   Lists
	   ========================================================================== */

	ul, ol, li { margin: 0; padding: 0 0 0 40px; list-style: none; }
	dd { margin: 0 0 0 40px; }
	nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


	/* =============================================================================
	   Embedded content
	   ========================================================================== */

	img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }



	/* =============================================================================
	   Forms
	   ========================================================================== */

	label { cursor: pointer; }

	button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

	button, input { line-height: normal; }

	button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
	
	
	/* CUSTOM CODE */
	body {
		padding-top: 12%;
	}
	
	nav img {
		display: block;
		margin: auto;
	}
	
	.line {
		display: block;
		margin: auto;
		background: #a8a8a8;
		width: 66%;
		height: 2px;
	}
	
	/*font families*/
	
	h1, h3, h1 a, h3 a {
		font-family: Novecentowide-Normal, helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		text-align: center;	
		text-transform: uppercase;
	}
	
	h2, p, h2 a, p a{
		display: block;
		font-family: Georgia, serif;
		font-weight: normal;
		font-style: italic;
		text-align: center;
		letter-spacing: 1px;
		text-decoration: none;
		color: #808080;
		-webkit-transition-property:color, text; 
		-webkit-transition-duration: .2s ; 
		-webkit-transition-timing-function: linear, ease-in;
		
		-moz-transition-property:color, text; 
		-moz-transition-duration: .2s; 
		-moz-transition-timing-function: linear, ease-in;
		
		-o-transition-property:color, text; 
		-o-transition-duration: .2s; 
		-o-transition-timing-function: linear, ease-in;
	}
	
	p, p a {
		line-height: 12px;
	}
	
	h1, h1 a {
		padding-top: 30px;
		font-size: 25pt;
		color: #3c3c3c;
		letter-spacing: 0px;
		line-height: 25pt;
		}
		
	h2, h2 a {
		font-size: 15pt;
		padding-bottom: 50px;
	}
	
	h3, h3 a {
		padding-top: 70px;
		padding-bottom: 15px;
		letter-spacing: 1px;
		color: #545454;
	}

