@charset "UTF-8";

.container-fluid {
	padding:20px;
}

h1 {
	font-family: "tablet-gothic-condensed",sans-serif;
	font-weight:700;
	font-size: 2em;
	line-height: 1em;
	margin: 14px 0;
	color: #FFFFFF;
	background-color: #004881;
	padding: 10px;
}
h2 {
	font-family: "tablet-gothic-condensed",sans-serif;
	font-weight:700;
	color: #444;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom:6px;
}
h3 {
	font-family: "expo-sans-pro", sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #938B27;
}
.ingredients {
	margin: 2px 0 2px 24px;	
	text-indent:-24px;
}