@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

.section.rev h1,
.section.rev h2,
.section.rev p,
.section.rev .bullet-list {
	color:#FFF;
	text-shadow:0 0 20px #000;
}
.section-head {
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.section-head .text-box {
	position:absolute;
	bottom:20px;
	left:20px;
	text-shadow:10px 10px 13px #000;
}
.section-head .text-box h1 {
	font-size:120px;
	line-height:100px;
}
.section-head .text-box h2 {
	font-size:40px;
	line-height:50px;
}
.section-bar-head {
	background-image:url(images/bar/head.jpg);
}
.section-restaurant-head {
	background-image:url(images/restaurant/head.jpg);
}
.section-about-head {
	padding-top:350px !important;
	background-image:url(images/about.jpg);
	background-repeat:no-repeat;
}
.section-restaurant-menu {
	background-color:#2F3E46;
}
.offset {
	margin-top:-70px;
}

@media screen and (max-width: 700px) {
	.section-head .text-box {
		position:static;
	}
	.offset {
		margin-top:-55px;
	}
}