@import url('../fonts/birchwood/stylesheet.css');

.banner_header {
	font-family: 'birchwood', 'franklin-gothic-urw', Impact, sans-serif;
	font-size: 425%;
	line-height: 1em;
	margin: 0 0 0.2em 0 !important;
	padding-top: 0.2em !important;
}

.banner_header_medium {
	font-family: 'birchwood', 'franklin-gothic-urw', Impact, sans-serif;
	font-size: 300%;
	line-height: 1em;
	margin: 0 0 0.2em 0 !important;
	padding-top: 0.2em !important;
}

.double_hr {
	background: transparent;
	clear: none !important;
	border: 1px solid rgb(34,34,34);
	border-left: 0;
	border-right: 0;
	height: 5px;
	margin: 2em 0 !important;
	width: auto !important;
}

.invisilink {
	color: inherit !important;
	text-decoration: none !important;
}

.large {
	font-size: 110%;
}

p.large {
	margin: 1em 0 !important;
}

.menu_item_name {
	font-family: 'birchwood', 'franklin-gothic-urw', Impact, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.menu_price {
	font-family: 'franklin-gothic-urw', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.table_cell {
	display: table-cell;
	vertical-align: top;
}

.very_large {
	font-size: 150%;
	line-height: 1.3em;
}

p.very_large {
	margin-bottom: 0.5em !important;
}

/* PHONES (UNDER 600 PIXELS) */
@media screen and (max-width: 599px) {

	iframe {
		float: none !important;
		margin: 1em 0 !important;
	}

	.table_cell {
		display: block;
		margin-bottom: 1em;
	}

}