@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:600i,800|Source+Sans+Pro:400,700');


h2.foodname {
	font-size: 1.35em;
	font-weight: 700;
	font-family: clarendon-text-pro, serif;
}

h3.intro {
	color: #861a22;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.65em;
	line-height: 1.25em
}

h4.testimonial {
	font-size: 1.25em;	
	line-height: 1.35em;
	font-family: clarendon-text-pro, serif;
	font-weight: 400;
	font-style: italic;
	color: #333333
}

section h2.section-heading {
	font-family: clarendon-text-pro, serif;
	font-size: 2.25em;
	color: #6d0020;
	margin-top: 0;
	margin-bottom: 10px;
}

section h3.section-subheading {
	font-size: 1.15em;
	line-height: 1.4em;
	font-family: clarendon-text-pro, serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 30px;
	text-transform: none
}

p.names {
	color: #861a22
}

p {
	line-height: 1.50
}

.flex-container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.aligner {
	display: flex;
	align-items: center;
}

.img-border {
	max-width: 100%;
	height: auto;
	border-top: 2px solid #643B1E;
	border-left: 2px solid #643B1E;
	border-right: 2px solid #643B1E;
	border-bottom: 2px solid #643B1E;
	border-radius: 10px
}

section {
	padding: 0px
}
