
/*Import Global CSS Files*/
@import url(app.css);
@import url(blocks.css);
@import url(custom.css);



* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 14px;
 line-height: 1.5;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #333;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../images/bg/hash.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

/*Boxed Layout
------------------------------------*/

.menu-body {
  margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: block;
}

.menu-section {
  margin-bottom: 80px;
}

.menu-section-title {
  font-family: georgia;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}

.menu-item {
  margin: 35px 0;
  font-size: 18px;
}

.menu-item-name{
  font-family: helvetica;
  font-weight: bold;
  color: #006699; 
	text-transform: uppercase;
  border-bottom: 2px dotted rgb(213, 213, 213);	
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}



.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: arial;
	color: #006699;
  margin-top: -22px;

}

.menu-item-name2{
  font-family: helvetica;
  font-weight: bold;
  color: #006699; 
	text-transform: uppercase;
  	
}

