@charset "UTF-8";
/* CSS Document */

.main {
	padding-top: 20px;
	padding-right: 20px;
	/* [disabled]padding-bottom: 20px; */
	padding-left: 20px;
	/*color: #56595d;*/
}
.nav-row {
	display: flex;
	justify-content: space-between;
}
.nav-row > a {
	background: #ca9831;
	flex: 1 1 0;
	display: flex;
	margin-top: 16px;
	/* [disabled]padding-right: 8px; */
	padding-bottom: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	text-decoration: none;
}
.nav-row > a:nth-child(odd) {
	/* [disabled]margin-right: 8px; */
}
.nav-row > a:nth-child(even) {
	/* [disabled]margin-left: 8px; */
}

.deliveryheader {
font-size: 28px;
font-weight: normal;
text-align: center;
color: #3f140f;
text-transform: uppercase;
    margin-top: 60px;
}

.menu-item {
	display: block;
	text-align: center;
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
}
.menu-item img {
	height: 20px;
}

.subhead {text-align: center}
