/* CSS Document */

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix { 
	text-align: center;
	}

#bannerOne, #bannerTwo, #bannerThree {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 5vw;
	padding: 5px;
	background: #FF6600;
	color: #FFFFFF;
	width: 90%;
	margin: 10px auto;
	position: relative;
	line-height: normal;
	clear: both;
	}

#bannerOne .regularText, #bannerTwo .regularText, #bannerThree .regularText {
	font-family: 'takeawayreg';
	font-weight: normal;
	font-size: 5vw;
	line-height: normal;
	}


#bannerOne a, #bannerTwo a, #bannerThree a {
	color: #FFFFFF;
	text-decoration: underline;
	}

#bannerOne a:hover, #bannerTwo a:hover {
	color: #000000;
	}

#bannerFour, #bannerFive, #bannerSix {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 90%;
	margin: 10px auto;
	position: relative;
	line-height: normal;
	border-top: 2px solid #FF6600;
	clear: both;
	}

#bannerFour img, #bannerFive img, #bannerSix img {
	width: 100%;
	max-width: 500px;
	height: auto;
	}

/* Home Banner */
#homeBanner {
	position: fixed;
	top: 0;
	z-index: 20000;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: normal;
	overflow-y: scroll;
}

.homeBannerContent {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20pt;
	line-height: normal;
	color: #ffffff;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.homeBannerContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: normal;
}

.homeBannerContent a {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}
.homeBannerButton {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	text-decoration: none;
	padding: 5px 10px;
	background: #cc0000;
	color : #ffffff;
	width: 50%;
	margin: 0 auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	}

.homeBannerButton:hover {
	background: #ffffff;
	color : #000000;
	}
