.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
}

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

.menu-section-title {
  font-family: 'Kaushan Script', cursive;
  font-size: 35px;
  display: block;
  font-weight:normal;
  margin: 15px 0; 
  text-align: Center;
}

.menu-item {
  margin: 15px 0;
  font-size: 18px;
}

.menu-item-name{
  font-family: helvetica;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}
.menu-item-description-c {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
  text-align: Center;
}

.menu-item-price{
  float: right;
	font-style: italic;
  font-weight: normal;
  font-family: arial;
  margin-top: -22px;
}

.pic-zoom {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pic-zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}