/* Global styles */
body, html {
	font-family: 'Open Sans', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}

/* Header font styles */
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}

/* Header style */
h2 {
	font-weight: 400;
	font-size: 38px;
	color: #d4af37; /* Dark golden color for headers */
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

h2::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 70px;
	bottom: 0;
	margin-left: -35px;
	left: 50%;
}

/* Subheading styles */
h3 {
	font-size: 24px;
	font-weight: 400;
	color: #d4af37; /* Dark golden color for subheadings */
}

h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #d4af37; /* Dark golden color for subheadings */
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

/* Paragraph styles */
p {
	font-size: 15px;
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

/* Link styles */
a {
	color: #8eb640;
}

a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

/* List styles */
ul, ol {
	list-style: none;
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

/* Button style reset */
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Navbar Styles */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}

#menu {
	padding: 20px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eee;
	font-weight: 400;
	font-size: 18px; /* Increased font size */
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 0 40px 0 40px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
	color: #d4af37; /* Golden color */
	font-weight: 700;
	font-size: 20px; /* Increased size on hover */
}

.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d43031 !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d43031;
	border-color: #d43031;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/* Mobile Styles */
@media (max-width: 767px) {
	#menu {
		display: block;
		width: 100%;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-default .navbar-nav {
		display: block;
		width: 100%;
		text-align: center;
	}

	.navbar-default .navbar-nav > li {
		width: 100%;
		display: block;
	}
}

/* Desktop Styles */
@media (min-width: 768px) {
	#menu {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}

	.navbar-toggle {
		display: none;
	}
}

/* Section Titles */
.section-title {
	margin-bottom: 70px;
}

.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}

.section-title p {
	font-size: 22px;
}

.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}

/* Custom Button */
.btn-custom {
	text-transform: uppercase;
	color: #777;
	background-color: transparent;
	border: 2px solid #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #ddd;
	border: 2px solid #d43031;
	background-color: #d43031;
}

/* Menu Item Name Styling */
.menu-item-name {
	font-size: 22px; /* Increased font size */
	font-weight: 600;
	color: #fff; /* White color for menu item names */
}

/* Menu Item Description Styling */
.menu-item-description {
	font-size: 18px; /* Increased font size */
	color: #777;
}

/* Menu Section Title Styling */
.menu-section-title {
	font-size: 28px;
	color: #d4af37; /* Dark golden color for section titles */
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* Menu Section */
#restaurant-menu {
	padding: 100px 0 60px 0;
}

#restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c; /* Green shadow around images */
}

#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
	color: #d4af37; /* Dark golden color for the main "Menu" title */
}

#restaurant-menu .menu-section hr {
	margin: 0 auto;
}

#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}

#restaurant-menu .menu-section-title {
	font-size: 32px; /* Increased font size */
	display: block;
	font-weight: 600;
	color: #d4af37; /* Dark golden color */
	margin: 20px 0;
	text-align: center;
}

#restaurant-menu .menu-item {
	margin: 45px 0;
	font-size: 18px; /* Increased font size */
}

#restaurant-menu .menu-item-name {
	font-weight: 600;
	font-size: 22px; /* Increased font size */
	color: #fff; /* White color for item names */
	margin-bottom: 10px;
}

#restaurant-menu .menu-item-description {
	font-size: 15px;
	width: 85%;
	color: #777;
}

#restaurant-menu .menu-item-price {
	float: right;
	font-weight: 400;
	color: #555; /* Slightly darker color for price */
	margin-top: -36px;
}

/* Gallery Section */
#gallery {
	padding: 0;
}

#gallery .gallery-item {
	margin: 0 -15px;
}

/* Footer Section */
#footer {
	background: #262626;
	padding: 20px 0; /* Reduced padding for a narrower stripe */
}

/* New narrower empty stripe */
#footer-empty {
	background: #262626;
	padding: 10px 0; /* Smaller padding for a thinner stripe */
}

#footer .social {
	margin-top: -5px;
	text-align: right;
}

#footer .social ul li {
	display: inline-block;
	margin: 0 15px;
}

#footer .social i.fa {
	font-size: 24px;
	padding: 4px;
	color: #888;
	transition: all 0.3s;
}

#footer .social i.fa:hover {
	color: #eee; /* Lighter color on hover */
}

#footer p {
	font-size: 14px;
	color: #666;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #eee; /* Lighter color on hover */
}

/* Section Separators */
.section-separator {
	border-top: 1px solid #f0f0f0;
	margin: 20px 0;
}

/* Specific Sections with Separators */
#our-specials {
	padding: 60px 0;
}

#menu-section, /* Separator before Menu */
#restaurant-menu::before,
#gallery::before, #gallery::after {
	content: '';
	display: block;
	border-top: 1px solid #f0f0f0;
	margin: 20px 0;
}

/* Padding for Content */
.section-content {
	padding: 20px 0;
}

/* New "Our Story" Section */
#our-story {
	padding: 100px 0;
}

#our-story h2 {
	font-size: 36px;
	color: #d4af37;
	text-align: center;
	margin-bottom: 20px;
}

#our-story .content {
	display: flex;
	flex-wrap: wrap;
}

#our-story .content img {
	flex: 1 1 50%;
	max-width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}

#our-story .text {
	flex: 1 1 50%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	#our-story .content {
		flex-direction: column;
	}

	#our-story .content img {
		padding: 10px 0;
	}

	#our-story .text {
		padding: 10px 0;
	}
}
