/**
 * Main CSS Stylesheet
 */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 18pt;
	color: #fff;
	height: 100%;
	}

html, body {
	height:100%;
	}

h3, h4, h5, h6 {
	margin: 0;
	}

.clearBoth {
	clear: both;
	}

#clearBoth {
	clear: both;
	height: 10px;
	}
	
.back {
	float: left;
	}

.forward {
	float: right;
	}

/*wrappers - page or section containers*/
#background {
	position: fixed;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	top: 0;
    background: url(../images/background.jpg) center bottom no-repeat; 
	background-size: cover;
	}


#pageWrapper {
	top: 0;
	left: 0;
	position: fixed;
 	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}

#mainWrapper, #mainWrapperWrapper, #footerWrapper {
	margin: 0 auto 0 auto;
	} 

.mainSiteLinkWrapper {
	position: absolute;
	text-align: center;
	bottom: 120px;
	width: 100%;
	}
	
a.mainSiteLink {
	font-family: 'takeawaybold';
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 20px;
	border: 1px solid #fff;
	text-decoration: none;
	background: #006141;
	height: 40px;
	color : #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
	}

a.mainSiteLink:hover {
	background-color: #000;
	text-decoration: none;
	}

.homeWrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: rgba(0,0,0,0.6);
	padding: 30px;
	text-align: center;
	font-size: 12pt;
	max-height: calc(100% - 230px);
	overflow-y: auto;
	border:6px solid rgba(255,255,255,0.3);
}

.homeStory {
	text-align: left;
	overflow: hidden;
}

.orderNowButton {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18pt;
	text-decoration: none;
	padding: 5px 10px;
	background: #e84f2c;
	color : #ffffff;
	margin: 5px 0 0 0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	height:40px;
	line-height:40px;
	clear:both;
	}

.orderNowButton:hover {
	background: #000;
	}

h1 {
  font-family: 'takeawaybold';
  font-size: 20pt;
  color: #fff;
}

h2 {
  font-family: 'takeawaybold';
  font-size: 24pt;
  color: #f9bb43;

}

.homeImg {
	width: 400px;
	height: auto;
}
