
.menu {
	padding-bottom: 1em;
	font-size: 1em;
	width: 100%;
	margin: 0 auto;
	}
	.menu-title {
		font-size: 2em;
		font-weight: bold;
		color: #ffe2a7;
		text-shadow: black 0 0 3px;
		text-align: center;
		margin-top: 2em;
		}	
		.menu-description {
			font-size: 1em;
			line-height: 1.2em;
			color: #bc9462;
			text-shadow: black 0 0 3px;
			text-align: center;
			margin-top: .5em;
            width: 100%;
			}
		.menu-description-vegan {
			font-size: 1em;
			line-height: 1.2em;
			color: white;
			text-shadow: black 0 0 3px;
			text-align: center;
			margin-top: .5em;
			}
			.menu-description-vegan > a, .menu-description-vegan > a:hover, .menu-description-vegan > a:visited {
				text-decoration: none;
				font-weight: bold;
				color: white;
				}
		a.menu-link {
			clear: both;
			color: white;
			text-align: center;
			display: block;
			border: 1px solid white;
			width: 8em;
			height: 3em;
			margin: 2em auto;
			line-height: 3em;
			}	
		
		.menu-section {
			clear: both;
			padding-top: 3em;
			padding-bottom: 5em;
			}
			.menu-section-title {
				font-size: 1.5em;
				color: #ffe2a7;
				text-shadow: black 0 0 3px;
				text-align: center;
				width: auto;
				}
				.menu-section-description {
					font-size: .8em;
					line-height: 1.4em;
					color: #bc9462;
					border-bottom: 1px solid #bc9462;
					text-shadow: black 0 0 3px;
					text-align: center;
					padding-bottom: 1.5em;
					margin: .5em 0 1em 0;
					}
					
				.menu-item {
					clear: both;
					padding: 1em 0 1em 0;
					line-height: 1.3em;
					float: left;
					width: 100%;
					}
					.menu-item-name {
						float: left;
						text-shadow: black 0 0 3px;
						overflow: hidden;
						margin-right: 1em;
						font-size: .8em;
						line-height: 1.3em;
						position: relative;
						z-index: 999;
						}
						.menu-item-name-pad {
							padding-bottom: .5em;
							}
					.menu-item-vegan {
						float: left;
						text-shadow: black 0 0 3px;
						position: relative;
						z-index: 999;
						text-decration: none;
						margin-top: -.27em;
						}
					.menu-item-price {
						float: right;
						font-size: .8em;
						text-shadow: black 0 0 3px;
						line-height: 1.3em;
						position: relative;
						z-index: 999;
						}
					.menu-item-dots {
					 	display: block;
					    border-bottom: 1px dashed #61380B;
					    overflow: auto;
					    position: relative;
					    width: 100%;
					    bottom: .2em;
						position: relative;
						z-index: 999;
					    }									
					.menu-item-description {
						font-size: .8em;
						line-height: 1.4em;
						clear: both;
						color: #bc9462;
						text-shadow: black 0 0 3px;
						float: left;
						width: 100%;
						}
					.menu-item-description-full {
						width: 100% !important;
						margin-top: .3em;
						margin-bottom: .3em;
						}									
					.menu-item-option {
						clear: both;
						float: left;
						font-size: .8em;
						line-height: 1em;
						text-shadow: black 0 0 3px;
						z-index: 999;
						}
						
						
@media (min-width: 768px) {
	.menu {
		font-size: 1.5em;
		width: 80%;
		}
	.menu-item-name  {
		font-size: 1em;
		line-height: 1em;
		margin-top: .15em;
		}
	.menu-item-vegan {
		margin-top: 0;
		}
	.menu-item-price  {
		font-size: .8em;
		line-height: 1.5em;
		margin-top: .15em;
		}
	.menu-item-dots {
		bottom: .3em;
		}
	.menu-item-description {
		width: 80%;
		}
	.menu-item-option {
		line-height: 1.5em;
		margin-top: .15em;
		}
}
						
@media (min-width: 1200px) {
	.menu {
		font-size: 1.5em;
		width: 80%;
        height: 120em;
		}
}

