/* font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif; */

body{
	font-family: 'Open Sans', sans-serif;
}
h3{
	font-family: 'Playfair Display', serif;
	margin-top: 20px;
}
section{
	padding-left:50px;
}
.jumbotron{
    background-image:url(../images/img1.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    color:white;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 900;
    font-size: 64px;
    height:350px;
    padding-top:10%;
    border-radius:0;
}
.overlay-text{
	color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 50px;
	padding-bottom: 300px;
	padding-left: 50px;
	padding-right: 20px;
}
.Delivery_Hours{
	position: absolute;
	right:0;
	bottom:0;
	padding: 20px 10px 20px 10px;
}
.Horizontal_Line{
	border-bottom:2px solid black;
	width:30px;
	display:inline;
	color:transparent;
}
.nav-text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #131212 !important;
}
.nav-text:hover{
    color: #F09733 !important;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.footer{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: white;
    background: #131212;
}
.nav-logo-2 {
    font-family: "Playfair Display Italic", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    /*line-height:px;*/
    color: black;
}
