/* CSS Document */
#mainHeaderWrapper {
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	}

#headerWrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	}
	
/* Logo */
#logo {
	z-index: 1000;
	height: 85%;
	}
	
#logo img {
	width: auto;
	height: 100%;
	}

#halal {
	position: absolute;
	left: 470px;
	top: 40px;
	z-index: 2000;
	display: none;
	}
	
#halal img {
	width: auto;
	height: 40px;
	}

#slogan {
	font-family: 'takeawaybold';
	font-weight: normal;
	font-size: 22pt;
	color: #d5c263;
	position: absolute;
	right: 0;
	top: 40px;
	width: 800px;
	text-align: right; 
	}

#orderOnlineStatement {
	font-family: 'takeawaybold';
	font-size: 30pt;
	}

