@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fcf9e0;
	font-family: Roboto;
	color: #424242;
	font-size:14px;
}
.wrapper{
	width:100%;
}
.headerbg{
	background-image: url(images/our-menu-header.jpg) !important;
	background-repeat: no-repeat;
	background-position: center top;
	min-height:585px;
	background-size:cover;
	height:585px;
       background:#000;
}
.headerbg1{
	background-image: url(images/our-menu-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:585px;
	background-size:cover;
	height:285px;
}
.logo{
	width:200px;
	height:200px;
}
.nav{
	font-family: 'Montserrat Alternates', sans-serif;
	color:#FFF;
	padding-top:40px;
	font-size:18px;
}
.nav a{
	font-family: 'Montserrat Alternates', sans-serif;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	padding-right: 32px;
	padding-left: 32px;
}
.nav a:hover{
	color:#FCD116;
}
.rightlink{
	padding-right: 0px !important;
}

.title h2{
	font-family: Berkshire Swash;
	font-size:40px;
	color:#FCD116;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.title p{
	font-size:24px;
	color:#fff;
	font-family: Roboto;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.ordernavbg{
	background-image: url(images/hp-events-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:200px;
}
.ordernavbg1 {
    background-image: url(images/hp-events-background.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 80px;
    padding-top: 15px;
}
.footer{
	background-color: #114727;
	height:335px;
	font-size:17px;
	color:#fff !important;
	font-family: Roboto;	
}
.footer a{
	color:#FCD116;
	text-decoration:none;
}
.footer a:hover{
	color:#fff
}
.footer p{
	line-height:10px;
color:#fff !important;
}
.footer-button {
    border: 2px solid #FCD116;
    padding: 5px 10px;
    color: #FCD116;
	text-decoration:none;
}
.footer-header {
    font-size: 20px !important;
    color: #FCD116 !important;
    font-family: Berkshire Swash !important;
}
hr {
    border: solid #e5e5e5;
    border-width: 1px 0 0;
    clear: both;
    margin: 14px 0 35px;
    height: 0;
    width: auto;
}
