/* Menu Hero Image CSS */
.menu-banner {
	position: relative;
	margin-top: 98px;
	height: 60vh;
	width: 100vw;
}

.menu-banner:before {
	content: '';
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
	url('/img/menu/menu-banner.jpeg');
	position: fixed;
	top: 98px;
	left: 0;
	width: 100vw;
	height: 60vh;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	z-index: -1;
}
/* Hero Image End */

/* Authentic HR*/
hr.hr-sm {
	width: 6vw;
	border-top: 1px solid  #5d8f24 ;
}
/* HR End */

/* Menu Items CSS */
div.card {
	border: none;
}

small {
	font-weight: bold;
	color: #5d8f24;
}

h4.card-title {
	font-size: 2vw;
	font-weight: bold;
	color: #5d8f24; 
}

p.card-text.menu-text {
	font-size: 16px;
}

.img-thumbnail {
	background-color: #5d8f24;
	border: none;
	height: 250px;
	/* width:   100%; */
	object-fit: fill;
	object-position: center;
}
/* Items CSS End */

/* Menu Nav CSS */
h3.categories {
	color: #ae200a;
	font-weight: bold;
}

.nav-pills {
	width: 75px;
}

.nav-pills .nav-link.active {
	background-color: #5d8f24;
}
.nav-pills .nav-link{
	color: #5d8f24; 
	font-weight: bold;
}
/* Menu Nav End */

/* Anchor Button CSS */
span.arrow a {
	color: #ae200a;
	display: block;
	position: absolute;
	font-size: 26px;
	margin-top: 7px;
}

.scroll-up-btn {
	display: none;
}

.fa-arrow-up:hover {
	color: white;
}

.fa-arrow-up {
	color: white;
}
/* Anchor End */

/* Icons CSS */
.icon {
	width: 70px;
	height: 70px;
	background-color: #5d8f24;
	line-height: 70px;
	text-align: center;
	border-radius: 35px;
}

.fa-utensils {
	color: white;
	font-size: 35px;
}
/* Icons End */

/* Mobile CSS */
@media only screen and (max-width: 1150px) {
	.nav-pills {
		width: 100%;
		justify-content: center;
	}

	.ml-5 {
		margin-left: 20px !important;
	}

	p.card-text.menu-text {
		font-size: 14px;
	}

	p small {
		font-size: 90%;
	}

	.scroll-up-btn {
		display: block;
		position: fixed;
		height: 60px;
		width: 60px;
		background-color: #5d8f24;
		bottom: 25px;
		right: 25px;
		text-align: center;
		line-height: 60px;
		font-size: 20px;
		z-index: 1;
		border-radius: 30px;
	}
}

@media only screen and (max-width: 767px) {
	h4.card-title {
		font-size: 5.5vw;
	}

	div.flex-column {
		flex-direction: row !important;
	}

	.ml-5 {
		margin-left: 0 !important;
	}

	.menu-banner {
		margin-top: 92px;
		height: 50vh;
	}

	.menu-banner:before {
		top: 92px;
		height: 50vh;
	}
}
/* Mobile End */