@font-face{
    font-family:"stonestick-free-tester-regular";
    src:url('../fonts/StoneStick-FREE TESTER.otf') format("woff"),
    url('../fonts/StoneStick-FREE TESTER.otf') format("opentype"),
    url('../fonts/StoneStick-FREE TESTER.otf') format("truetype");
}
span.font0{font-family:"stonestick-free-tester-regular";font-size:60px;text-transform:none;}

html, body{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:left;
	font-size:12px;
	line-height:17px;
	word-wrap:break-word;
	text-rendering:optimizeLegibility;
	-moz-font-feature-settings:'liga';
	-ms-font-feature-settings:'liga';
	-webkit-font-feature-settings:'liga';
	font-feature-settings:'liga';
	}
li{
	font-family: 'Montserrat', sans-serif;
	padding:10px;
    font-weight: 500;
    font-style: normal;	
}	
li .active{
	color: #FF8800 !important;
    font-weight: 700;
    font-style: bold;		
}

header {
  position: relative;
  background-color: #fff;
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.imgc {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: 3
  color:#000;
}

.scripttester {
	font-family:'stonestick-free-tester-regular';
	font-size:5rem;
}
.scripttester-medium {
	font-family:'stonestick-free-tester-regular';
	font-size:2.5rem;	
	color:#8A0056;
	padding-bottom:25px;
}
.cardhead {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #BFBFBF;
}
.cardhead1 {
	font-size: 13px;
	color: #BFBFBF;
	line-height: 25px;
}
.padding25{
	padding-right:25px;
}
.socialdistance {
	padding-left:15px;
	padding-right:15px;
}

.cardbox:hover {
	opacity: 0.9;
	border:1px;
	background-color:#ffaabb;
	z-index:9;
}
.boxborder {
	border-width:.1px; 
	border-style:solid; 
	border-color: #BFBFBF;	
	padding-top:30px;
	padding-bottom:30px;
	background-color:#fff;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.food{
	color:#BD1C10;
}
.customHr {
    width: 25%;
    font-size: .5px;
    color: rgba(0, 0, 0, 0);
    line-height: 1px;
	margin-left:35%;
    background-color: grey;
    margin-top: 6px;
    margin-bottom: 10px;
}
#slideshow {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.slide {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.contactform {
    z-index: 5;
    box-shadow: 6px 6px 44px rgba(0,0,0,0.21);
    background-color: rgba(0,0,0,0.7);
    position: relative;
    left: 0px;	
}

#contactform input, #contactform textarea{
	border:0px;
	padding:15px;
	color:#BFBFBF;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 2px solid #BFBFBF;;
}
#whatson
	{
	background-image:url('../images/events.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-bottom:100px;
}
#about
	{
	background-image:url('../images/about.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-bottom:100px;
}
#food
	{
	background-image:url('../images/food.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-bottom:100px;
}
#gallery
	{
	background-image:url('../images/galery.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-bottom:100px;
}
#contact
	{
	background-image:url('../images/contact.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-bottom:100px;
}
@media only screen and (max-width: 770px){
	#whatson
		{
		background-image:url('../images/eventsm.jpg');
		background-size:cover;
		background-repeat:no-repeat;
		width:100%;
		padding-bottom:100px;
	}
	#about
		{
		background-image:url('../images/aboutm.jpg');
		background-size:cover;
		background-repeat:no-repeat;
		width:100%;
		padding-bottom:100px;
	}	
	#food
		{
		background-image:url('../images/foodm.jpg');
		background-size:100%;
		background-repeat:no-repeat;
		width:100%;
		padding-bottom:100px;
		padding-top:-400px;
	}	
	#gallery
		{
		background-image:url('../images/galerym.jpg');
		background-size:100%;
		background-repeat:no-repeat;
		width:100%;
		padding-bottom:100px;
		padding-top:-400px;
	}	
	#contact
		{
		background-image:url('../images/contactm.jpg');
		background-size:100%;
		background-repeat:no-repeat;
		width:100%;
		padding-bottom:100px;
		padding-top:-400px;
	}	
}
