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

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

.menu-section-title {
  font-size: 35px;
  display: block;
  font-weight:normal;
  margin: 20px 0 0 0;
  text-align: Center;
  color: #581412;
}

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

.menu-item-name{
  font-family:"PT Sans", Calibri;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
  color: #000;
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
  font-family:"PT Sans", Calibri;
  color: #000;
}

.menu-item-price{
  float: right;
  font-weight: bold;
  font-family:"PT Sans", Calibri;
  margin-top: -29px;
  color: #000;
}



/* Style tab links */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    padding: 45px 20px;
    height: 100%;
}

#Home {background-color: #fbf8f8;}
#News {background-color: #f4f3f3;}

#menu-para
{
	font-family: "PT Sans", Calibri;
    text-align: center;
    margin: 0 0;
    color: #000;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgb(234, 134, 51);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}