/* GLOBAL */
/* ----------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #8b8d8e;
    font-family: 'dustin_sansregular';
    /*letter-spacing: 3px;*/
/*	font-weight: 300;*/
	font-size: 1em;
    line-height: 28px;
}

body {
    margin-top: 0;
}

.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; } /* this make our menu fixed top */