html{
  overflow-x: hidden;
}
body{
  overflow-x: hidden;
}

.menu-body {
  margin: 0 auto;
  display: block;
  color: rgb(92, 92, 92);
}

.login-logo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.login-logo img{
  display: block;
  max-width: 80%; 
  height: auto;
  margin: 20px auto 30px;
}

.menu-section {
  margin-bottom: -15px;
}

.menu-section-title {
  font-family: georgia;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}

.navbar-brand img{
    max-width: 106px;
}
.category-title{
    padding: 10px 0;
    background: #efefef;
    text-indent: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 800;
    display: block;
    overflow: hidden;
    margin-bottom: 0px
}
.menu-item {
font-size: 18px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
}

.menu-item-name{
  font-family: helvetica;
  font-weight: bold;
  padding-bottom: 3px;
  color: #056a31;
}

 .menu-item-description {
    font-style: italic;
    font-size: .9em;
    line-height: 1.5em;
    padding-top: 3px;
}

.menu-image{
    display: block;
    max-width: 100%;
    margin: 20px auto 10px;
}
 
.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: arial;
  margin-top: -29px;
  color: #056a31;
}

.navbar-collapse{
      margin-top: 20px;
    margin-bottom: 15px;
}

.bg-green{
    background-color: #056a31;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.menu-text-content{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.menu-item{
  flex-grow: 1;
      width: 50%;
}
.lang-text{
  color: white;
  text-decoration: none;
}
.lang-text:hover{
  color: white;
  text-decoration: none;
}
.active-lang{
  font-weight: bold;
}