.jumbotron {
  height: 600px;
  margin: 0px;
  background-image: url("../img/backgrounds/landing.jpg");

  color: white;
  text-align: center;
}
img{
  text-align:center;
}

#party {
  background-color: #F15A29;
  padding: 25px;
  margin: 0px;
  height: 95px;
  width: 100%;
  text-align: center;
}

#happy {
  padding: 25px;
  margin: 0px;
  height: 95px;
  text-align: center;
}

#breakfast {
  background-image: url("../img/foodtop/breakfast.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: white;
}

#lunch {
  background-image: url("../img/foodtop/lunch.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: white;
}

#dinner {
  background-image: url("../img/foodtop/dinner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: white;
}

#twinpics {
  display: inline;
}

#custom-effect {
  width: 30%;
  margin-top: 50px;
  margin-left: 90px;
  padding: 10px;
  border-style: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.2);
  float: left;
}

#sidebar {
  position: fixed;
  width: 100%;
  height: 100%;

  background: #F15A29;
  display: none;
}

#sidebar ul li {
  color: rgba(230, 230, 230, 0.9);
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}

#email-sub {
  padding-top: 50px;
}

#bottom {
  background-image: url(../img/backgrounds/subscribe.jpg);
  height: 301px;
  text-align: center;
  color: rgb(255, 255, 255);
}

#footer {
  background-color: #F15A29;
  text-align: center;
  height: 310px;
  color: rgb(255, 255, 255);
}

#footer-mid {
  padding-top: 35px;
  padding-bottom: 35px;
}

#menu {
  text-align: left;
}

#navigator {
  width: 1150px;
}

#midsection {
  background-image: url(../img/backgrounds/foodsBg.jpg);
  height: 590px;
  padding-top: 155px;
  padding-bottom: 20px;
  opacity: 0.9;
}

#mov {
  padding-left: 120px
}

.first {
  color: #F15A29;
  font-weight: bold;
}

.rest {
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.mid1 {
  padding-left: 99px;
  }

.mid2 {
  padding-left: 49px;
  padding-right: 49px;
}

.ham {
  font-size: 50px;
  padding-top: 10px;
}

#ham{
  height: 50px;
  width: 50px;
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
#hamx{
  height: 50px;
  width: 50px;
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
.hov{
  padding: 80px;
  margin: 0;
}
.hov:hover{
  background-color: rgba(255,255,255,0.6);
  color: black
}
#cont-back{
  background-color: white;
}
.in-text-color{
  color: #F15A29;
}
