
.headline {
    background-position: center;
    text-align: center;
}

.headline  {
    background-image: url(../img/landing.jpg);
}

.headline p {
    font-size: 14;
    color:white;

}
.first{
  border:10px;
}
.one{
  margin-right: -30px;
  padding-bottom: 130px;

}
 .party{
   background-color: orange;
   height:97px;
   padding:20px;
 }
 .happy{
   height:60px;
   padding:20px;
 }

.bf {
  margin-top:-10px;
  padding:70px;
  background-image: url(../img/breakfast.jpg);
  color:white;
  background-position: left;
  margin-right: -50px;
}

.lch {
  margin-top:-10px;
  padding:70px;
  margin-right: -50px;
  background-image: url(../img/lunch.jpg);
  color:white;
}

.dnr {
  margin-top:-10px;
  padding:70px;
  margin-right: -31px;
  background-image: url(../img/dinner.jpg);
  color:white;
}

.second{
  margin-top: 30px;
}

.third {
  padding-top:80px;
  padding-bottom: 100px;
}



.flex-container {
  display:flex;
  align-items: center;
  flex-direction: row;
  padding-left: 80px;
  padding-right: 80px;
  object-fit: fill;
  min-height: 500px;
  background-attachment: fixed;
  justify-content: space-around;
  border-style: solid;
  border-width: thick;
  border-color: white;
  background-image: url("../img/foodsBg.jpg");

}

h3 {
  color: green;
  padding-left: 50px;
}
.title {
  font-family: Yeseva One;
  font-size: 35;
  color: Black;
  padding:10px;
}
.four {
  margin-top: 70px;
  margin-bottom:70px;
}

.customer{
  border-width: thick;
  border-style: solid;
}
.about{
  border-width: thick;
  border-style: solid
}
.fourth{
  width:inherit;
  padding-left: 140px;
  padding-right: 140px;
}
.at{
  padding-left: 40px;
}
.pat{
  padding-bottom: 24px;
}

button {
  color: red;
  margin-left: 10px;
}
.five{
}
.fifth{
  padding:0;
  height:300px;
  width:100%;
  background-image: url("../img/subscribe.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
form{
  display:inline-block;
  margin-top:0em;
  text-align: center;
  color: white;
}
button{
  margin:20px;
  display:inline-block;
  text-align: center;
}
.sixth{
  background-color: orange;
  width:100%;
  height:300px;
  text-align: center;

}
