/* ****************************** */
/* CSS just for the Harvest Menu  */
/* ****************************** */
#harvest_menu_text {
	width: 90%;
	margin: auto;
	background-color: rgba(194, 144, 0, 255)
}

#harvest_menu_list {
	list-style-type: none;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
	text-align: center
}

#harvest_item {
	font-size: 130%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px
}

#survey_form {
	border-style: solid;
	background-color: #CD7F32;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
	width: 90%;
}

h4 {
  	font-size: 80%
}