body{
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
h1,h2,h3,h4,h5{
	font-weight: bold;
	font-family: 'PT Serif', serif;
}
a{
	color: #edb558;
	text-decoration: underline;
}
a:hover{
	color: #edb558;
	text-decoration: none;
}
strong{
	font-weight: bold;
}
.wrapper{
	width: 100%;
	overflow-x: hidden;
}
.copyright-footer{
	background-color: #d9a144;
}
.bg-success{
	background-color: #edb558!important;
	color: #101010!important;
}
.bg-warning{
	background-color: #d2c8b0!important;
}
.bg-dark{
	background-color: #101010!important;
	color: white;
}
.bg-light{
	background-color: #f1f1f1!important;
}
.py-8{
	padding-bottom: 7rem;
	padding-top: 7rem;
}
.btn{
	border: none!important;
	border-radius: 5px;
	font-size: 16px;
	padding: 6px 8px;
	text-decoration: none!important;
	font-weight: 700;
}
.btn-dark{
	background-color: #edb558!important;
	color: #101010!important;
}
.btn-dark:hover{
	background-color: #d49a39!important;
}
.btn-success{
	background-color: #edb558!important;
	color: #101010!important;
}
.btn-success:hover{
	background-color: #d49a39!important;
}
#main-header.scrolled{
	position: fixed;
	width: 100%;
	z-index: 11111;
	/*border-bottom: 1px solid rgb(247, 247, 247);*/
}
#main-header ul{
	margin-top: 26px;
	margin-bottom: 0;
}
#main-header a{
	border-bottom: 3px solid transparent;
	text-decoration: none;
	font-family: 'PT Serif', serif;
	color: #fff!important;
}
#main-header a.btn{
	color: #101010!important;
}
#main-header a:hover{
	text-decoration: underline;
}
#main-header li:not(:last-child){
	margin-right: 25px;
}
.main-menu{
	margin-top: 40px;
}
.main-menu a{
	border-bottom: 3px solid transparent;
	text-decoration: none;
	font-family: 'PT Serif', serif;
	color: #fff!important;
}
.main-menu a:hover{
	text-decoration: underline;
}
.main-menu li:not(:last-child){
	margin-right: 25px;
}
.featured-image h1{
	font-weight: bold;
	font-size: 32px;
	/*text-transform: uppercase;*/
	width: 600px;
	color: white;
}
.img-cover{
	background-size: cover;
}
.text-cover{
	padding: 3.5rem;
	padding-right: 6rem;
}
.text-cover.left{
	padding-right: 3.5rem;
	padding-left: 6rem;
}
.text-cover.right a{
	display: inline-block;
	font-weight: 700;
	background-color: #edb558!important;
	color: #101010!important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: none!important;
	border-radius: 5px;
	font-size: 16px;
	padding: 6px 8px;
	margin-bottom: 26px;
	text-decoration: none;
}
.text-cover.right a:hover{
	text-decoration: none;
	background-color: #d49a39!important;
}
h1,h2,h3{
	font-size: 30px;
	font-family: 'PT Serif', serif;
}
.dish h5{
	font-size: 16px;
	font-weight: 400;
	color: #edb558;
	margin-bottom: 6px;
}
.dish h3{
	font-size: 18px;
	margin-bottom: 0px;
}
.dish h4{
	font-size: 18px;
	color: #ed834c;
	margin-bottom: 0px;
}
.dish p{
	font-size: 16px;
	margin-bottom: 6px;
}
footer h5{
	font-size: 24px;
	margin-bottom: 20px;
}
footer a{
	color: #101010;
	text-decoration: underline;
}
footer a:hover{
	color: #7d7336;
}
.form-control{
	border-radius: 5px;
	color: black;
}
select.form-control{
	-webkit-appearance: none;
	background-image: url('/uploads/select-down.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.reserve .g-recaptcha div{
	margin: 0 auto;
}
aside.side-main-menu{
	position: fixed;
	right: -450px;
	top: 0;
	height: 100vh;
	overflow-y: scroll;
	width: 450px;
	background: #101010;
	color: white;
	z-index: 111111;
}
aside.side-main-menu .side-main-menu-inner{
	width: 80%;
	margin: 0 auto;
}
aside.side-main-menu a, aside.side-main-menu i{
	color: white;
	text-decoration: none;
}
aside.side-main-menu a:hover{
	color: #d9a144;
}

/*LARGE - desktop / laptop*/
@media (min-width: 1200px) {
}
/*Medium - Tablets*/
@media (max-width: 992px) {
}
/*Small - landscape phone*/
@media (max-width: 768px) {
	.featured-image h1{
		width: 100%;
	}
	.text-cover{
		padding: 2rem 30px !important;
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
}
/*Xtra Small - portrait phone*/
@media (max-width: 576px) {
}
