/* This is for images on the menu */
.dishes img{
    display: block;
    margin: 0 auto;
	 max-width: 100%;
    max-height: 100%;
}

.menu-section {
  margin-bottom: 80px;
}

/* This is for headings*/
.menu-section-title {
  font-family: "Klinic Slab Bold";
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}

.menu-item {
  margin: 35px 0;
  font-size: 18px;
}

/* This is for items name*/
.menu-item-name{
  font-family:"Klinic Slab Bold";
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

/* This is for items descriptions*/
.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}

/* This is for items price*/
.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: 'Klinic Slab Bold';
  margin-top: -22px;
}