/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}
.jumbotron
{
	padding:3rem;
	background-color: #c3a986;
	background-image: url("../img/food.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	min-height:300px;
}
#jumbotronFeature
{
	background-color:rgba(248,247,216,0.7);
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	text-align:center;
	border-radius:15px;
	margin-top:50px;
}

.card{margin-bottom:10px;}
.card-block {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.card-header
{
	font-weight:bold;
	background-color: rgba(227, 188, 110, 0.35);
}

a.menuDates
{
	font-weight:bolder;
	color: #556b2f;	
}

