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

.main {
	padding-top: 20px;
	padding-right: 20px;
	/* [disabled]padding-bottom: 20px; */
	padding-left: 20px;
	color: #444;
	background: #ebe7e7;
}
.nav-row {
	display: flex;
	justify-content: space-between;
}
.nav-row > a {
	background: #df721e;
	flex: 1 1 0;
	display: flex;
	margin-top: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	text-decoration: none;
}
.menu-item {
	display: block;
	text-align: center;
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
	/* [disabled]line-height: 24px; */
}
#main .intro {
	line-height: 1.6em;
}
#closed {
	display: none;
	/* [disabled]text-align: center; */
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
#closed a {
	color: inherit;
}
.itsMonday #closed {
	display: block;
}
#main.itsMonday .nav-row  a {
	pointer-events: none;
	background:#e3a371;
}
#main.itsMonday .nav-row a {
	pointer-events: none;
	background:#e3a371;
}
.main header h1 {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	/* [disabled]color: #6c927c; */
	/* [disabled]font-family: "Monsal Light"; */
    margin-top: 50px;
}
#openMonday {
	pointer-events: auto !important;
	background: #df721e !important;
}
.bold-it {
	font-style: italic;
	font-weight: bold;
}
.deliveryheader {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
}