@import url(https://fonts.googleapis.com/css?family=Qwigley);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body{
	/*width: 1345px;*/
	margin: 0 auto;
}
ol, ul {
    list-style: none;
}
.wrapper {
    width: 1174px;
    margin: 0 auto;
}
header {
    background-color: black;
}
.logo h1{
    font-family: 'Qwigley', cursive;
    color: #ffffff;
    font-size: 70px;
}
.navbar-nav li a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-nav li a span{
	color: #c27b15;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.top-image img{
	width: 100%;
}
.page-title{
	font-family: 'Qwigley', cursive;
    color: #c27b15;
    font-size: 90px;
    text-align: center;
    line-height: 30px;
}
.page-sub-title{
	font-size: 30px;
	color: #1d1d1d;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
.menu-section h3{
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
}
.menu-section h5{
	font-size: 18px;
	color: #474747;
	line-height: 28px;
	/*text-align: center;*/
	/*padding-left: 15px;*/
	text-transform: capitalize;
}
.menu-itam{
	font-size: 20px;
	font-weight: 600;
	color: #474747;
	text-transform: uppercase;
	border-top: 2px dotted #474747;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
}
.menu-itam span{
	color: #c27b15;
	text-align: center;
	display: block;
}
footer{
	background-color: black;
	text-align: center;
	color: white;
	line-height: 50px;
	font-size: 20px;
}
section.about-us {
    margin-top: 50px;
    margin-bottom: 50px;
}
section.about-us .title{
	font-size: 90px;
	font-family: 
}
section.about-us h5{
	font-size: 18px;
	color: #474747;
	line-height: 28px;
	/*text-align: center;*/
}
.view-more{
	font-size: 20px;
	text-transform: uppercase;
	color: #c27b15;
	font-weight: bold;
	margin-top: 25px;
	text-align: center;
}
section.catering{
	text-align: center;
	background-image: url(../images/catering-bg.jpg);
	height: 571px;
	padding: 140px 0;
}
section.catering h3{
	color: #FFFFFF;
	font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
}
.row.menu-itam {
     margin-right: 0px; 
     margin-left: 0px; 
}
p.home-menu-page-title-sub{
	font-size: 18px;
	color: #474747;
	text-align: center;
}
.view-more.button {
	color: white;
	background-color: #c27b15;
	line-height: 60px;
	width: 250px;
	margin: 25px auto;
}
section.menu{
	margin-top: 20px;
	margin-bottom: 20px;
}
section.about-us-bottom h3{
	font-size: 26px;
	color: #1d1d1d;
	text-transform: uppercase;
}
section.about-us-bottom h5{
	font-size: 18px;
	color: #474747;
	line-height: 25px;
}
section.about-us-bottom h5 span{
	color: #c27b15;
}
img.img-responsive {
    /*width: 100%;*/
}
div#thumbnails ul li{
	padding-top: 15px;
	padding-bottom: 15px;
}
#catering .menu-section{
	margin-bottom: 20px;
}
.gold-color{
	color: #c27b15;
	line-height: 25px;
}
#catering .menu-itam{
	border-top: none;
}
.menu-item-unit{
	border-bottom: 2px dotted #b3b3b3;
}
.catering-sub-title {
    padding: 10px 0 20px;
    font-size: 18px;
    text-align: center;
}
.bottom-border{
	border-bottom: 2px dotted #b3b3b3;
}
.h5-padding{
	padding-left: 15px;
}
.navbar-default {
    background-color: #000;
    color: #fff;
}
.navbar-nav li a {
 line-height: 95px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #c27b15;
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.top-image.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}


/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
@media screen and (max-width: 768px){
.logo h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
}
.page-title {
    font-size: 60px;
    line-height: 75px;
    margin: 0;
}
.page-sub-title {
    font-size: 19px;
    margin: 0;
}
section.about-us {
    margin-top: 20px;
    margin-bottom: 20px;
}
section.about-us h5 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}
section.catering {
	height: 450px;
    padding: 40px 0;
}
section.catering h3 {
    font-size: 15px;
}
.view-more {
    font-size: 16px;
    margin-top: 15px;
}
.menu-itam{
	font-size: 12px;
    line-height: 30px;
}
.menu-section h3 {
    font-size: 22px;
}
.navbar-nav li a {
    line-height: 20px;
}
footer {
    font-size: 12px;
}
h5.h5-padding {
    font-size: 12px;
    text-align: center;
}
.menu-section h5 {
    font-size: 12px;
    margin: 0;
}
.img-responsive{
	width: 100%;
	margin-top: 20px;
}
section.about-us-bottom h3 {
text-align: center;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 19px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.navbar-brand {
    height: auto;
}
.logo h1 {
    font-family: 'Qwigley', cursive;
    color: #ffffff;
    font-size: 36px;
    margin-top: 0;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 0;
}
}