.header{
    position: relative;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;
}
.header h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
}

.header .overlay{
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.food-display .item{
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .2);
}
#Top{
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(214, 46, 51 , .6);
    position: fixed;
    right: 5%;
    bottom: 5%;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
}
.navMove{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 1px 7px  #888888;
  }

  .navbar-light .navbar-nav .nav-link:hover{
      color: rgba(214, 46, 51 , .6);
  }
  .navbar-light .navbar-nav .nav-link:focus{
      color: rgba(214, 46, 51 , .6);
      outline-width: 0;
  }
  .hide{
      display: none;
  }