#welcomeWrapper {
	position: fixed;
	left: 0;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#welcomeTop {
	position: absolute;
	top: 50px;
	left: 50%;
	height: -moz-calc(20% - 50px);
	height: -webkit-calc(20% - 50px);
	height: -o-calc(20% - 50px);
	height: calc(20% - 50px);
	width: 90%;
	transform: translate(-50%, 0);
	z-index: 2;
}

#welcomeMiddle {
	position: absolute;
	top: 22%;
	left: 50%;
	height: 38%;
	width: 90%;
	transform: translate(-50%, 0);
	z-index: 2;
}

#welcomeBottom {
	position: absolute;
	bottom: 40px;
	left: 50%;
	height: -moz-calc(40% - 40px);
	height: -webkit-calc(40% - 40px);
	height: -o-calc(40% - 40px);
	height: calc(40% - 40px);
	width: 90%;
	transform: translate(-50%, 0);
	z-index: 2;
	display: flex;
	align-content: space-around;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

#homepageMainPanelFloatingBox {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16pt;
	line-height: normal;
	text-align: center;
	width: 70%;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.9);
	z-index: 50000;
	padding: 5px 5%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
	
.fhrating {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: auto;
	}

.fhrating img {
	height: auto;
	width: 100%;
	}

/*sales text */
#tagline {
	position: relative;
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9vw;
	line-height: 120%;
	text-align: center;
	width: 100%;
	text-shadow: 0 0 10px #000;
	z-index: 10;
	}

/*social media */
#socialMediaContainer {
	text-align: center;
	margin: 10px auto;
	z-index: 10;
	white-space: nowrap;
	width: 100%;
	}

#socialMediaContainer img {
	height: 40px;
	width: auto;
	}



