*
{
	margin: 0;
	padding: 0;
}
/*-----Navagation-----*/
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
	padding-bottom: 50px;
}
.navbar-brand
{
	height: 40px
	padding-lef 30px;
}
.navbar-nav li
{
	padding: 0 10px;
}
.navbar-nav li a
{
	float: right;
	text-align: left;
}
#nav-bar ul li a:hover
{
	color: #ffffff!important;
}
.navbar
{
	background: #fff;
}
.navbar-toggler
{
	border: none!important;
}
.nav-link
{
	color: #ffffff!important;
	font-weight: 600;
	font-size: 16px;
}
/*-----About Us-----*/
#About Us
{
	padding-top: 80px;
	padding-bottom: 50px
	color: #555;
}
.about-content
{
	padding-top: 20px;
}
/*-----Menu-----*/
#Menu
{
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;

}	
h1
{
	text-align: center;
	color: #555 !important;
	padding-bottom: 10px;
}
h1::after
{
	content: '';
	background: #007bff;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}


/*-----------------Catering---------------*/
#Catering
{
	background: #efefef;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #777;
}
.order-form
{
	padding: 15px;

}
.form-control
{
	border-radius: 0 !important;
	border: none !important;
}
::placeholder
{
	color: #999 !important;
}
.follow
{
	background: #fff;
	padding: 10px;
	margin: 15px;
}
.contact-info .fa
{
	margin: 10px;
	color: #007bff;
	font-weight: bold;

}