/* CSS Document */

#headerWrapper {
	width: 20%;
	position: fixed;
	top: 0;
	left: 5%;
	background: #FFFFFF;
	z-index: 20000;
	}
	
#logo {
	position: relative;
	margin: 20px auto 0 auto;
	width: 90%;
	z-index: 1000;
	}
	
#logo img {
	width: 100%;
	height: auto;
	}

#navMainWrapper {
	position: relative;
	margin: 20px auto ;
	width: 90%; 
	}

.navbarStatement {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 19pt;
	color: #000000;
	text-align: center;
	}

