section{
	display:block;
	}

#aboutus{
	color:#FFF;
	background-image: url(../images/bg_aboutus.jpg);
	background-size:cover;
	background-attachment:fixed;
  border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	}
#ourmenu{
	color:#FFF;
	background-image: url(../images/bg_ourmenu.jpg);
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	}
#privateparty{
	background-color:#f5f2ee;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	padding:100px 0px;
	color:#FFF;
	background-image: url(../images/bg_privateparty.jpg);
	background-size:cover;
	background-position:center center;
}
#contactus{
	color:#FFF;
	background-image: url(../images/bg_contactus.jpg);
	background-size:cover;
	background-attachment:fixed;
	text-shadow: 1px 1px 3px #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	}
	
row{
	display:table;
	width:100%;
	max-width: 1100px;
	border-spacing:40px;
	box-sizing:border-box;
	margin:auto;
	}
column{
	display:table-cell;
	}
.liftup{
	margin-top:-70px;
}
.ver_top{vertical-align:top;}
.ver_mid{vertical-align:middle;}
.ver_btm{vertical-align:bottom;}
/*Product Section*/
.dua{
	width:50%;
}	
.tiga{
	width:33%;
}	


@media only screen and (max-width: 640px) {
	row{
	display:block;
	width:auto;
	padding:40px;
	}
	column{
	display:block;
	width:auto;
	
	}
	.dua, .tiga{
	width:auto;
}	
.liftup{
	margin-top:-80px;
}
}


