body {
	font-family: 'Murecho', sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 1.5;
}

/* --- Responsive Sidebar navigation adapted from W3.CSS Templates --- */
.w3-bar-block {
	display: flex;
	justify-content: left;
	padding-top: 80px;
	display: none;
	z-index: 2;
	width: 20%;
	min-width: 300px
}

.w3-bar-item {
	padding: 8px;
	width: auto;
	border: none;
	display: block;
	outline: 0;
	width: 100%;
	white-space: normal;
	font-size: 24px;
	/*  Menu items font size  */
}

.w3-bar {
	width: 100%;
	overflow: hidden
}

.w3-top,
.w3-bottom {
	position: fixed;
	width: 100%;
	z-index: 1
}

.w3-top {
	top: 0;
	font-size: 48px;
	/* Hamburger bars size */
}

.w3-card {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-sidebar {
	height: 100%;
	width: 200px;
	background-color: #fff;
	position: fixed !important;
	z-index: 1;
	overflow: auto;
}

.w3-animate-left {
	position: relative;
	animation: animateleft 0.4s;
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}

	to {
		left: 0;
		opacity: 1
	}
}

/* The @keyframes CSS at-rule controls the intermediate steps in a CSS animation
sequence by defining styles for keyframes (or waypoints) along the animation
sequence. */

.w3-button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.w3-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.w3-button:disabled {
	cursor: not-allowed;
	opacity: 0.3
}

/* --- Typographical Scales --- */

/* Viewport is the browser window size. 1vw = 1% of viewport width. */
header h1 {
	/* 64px is 3.333%  of 1920px */
	font-size: 3.333vw;
}

header h2 {
	/* 40px is 2.083%  of 1920px */
	font-size: 2.083vw;
}

.shine {
	/*  Call to action color  */
	color: #557763;
}

h1, h2, h3 {
	font-family: 'Architects Daughter', cursive;
	color: #6b3e2e;
}

h2, h3 {
	line-height: 1.2;
	margin: 32px 0 20px;
}

main h2,
main h3 {
	text-align: left;
}

.main-page h3 {
	border-bottom: 2px solid #e4d6c8;
	padding-bottom: 5px;
}

/*
h2, h3 {
	line-height: 1;
	margin: 40px 0;
}
	*/
.top-heading {
	text-align: center;
}

h2 {
	font-size: 24px;
	text-align: center;
}

h3 {
	font-size: 20px;
}

p {
	margin-bottom: 18px;
}

/* layout */
body {
	overflow-x: hidden;
}

nav {
	background-color: #fff;
	width: 100%;
}

.w3-bar-item:link, .w3-bar-item:visited {
	color: #6b3e2e;
	text-decoration: none;
}

.w3-bar-item:hover, .w3-bar-item:active {
	color: #333;
	text-decoration: underline;
}

header {
	margin-top: 80px;
	/* Space for the nav on page load */
}

/*  Places the content image in the bg with the headings on top  */
.header-bg-wrap {
	overflow: hidden;
	position: relative;
}

.header-bg-image {
	opacity: 0.25;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*

.header-bg-image {
	opacity: 0.25;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
	*/


.header-content {
	height: 46.296vh;
	/* Roughly 500px of 1080px high screen */
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-content {
	text-align: center;
}

main, .bg-container {
	width: 71%;
	margin: 20px auto;
}

main {
	padding-top: 20px;
	overflow: hidden;
}

.main-page {
	background: #faf7f2;
	border-radius: 10px;

}

.main-page article {
	margin-bottom: 3rem;
	background: white;
	padding: 2rem 1rem 2rem 1rem;
	border-radius: 4px;
}

.main-page article p {
	margin-top: 2rem;
	padding: 2rem 1rem 2rem 1rem;
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.main-page aside {
	padding-left: 1rem;
}

aside img {
	width: 75px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

/*
.content {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
	*/

.content {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	max-width: 1000px;
}

/*
article img {
	border: none;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
}
*/

article img {
	border: none;
	border-radius: 4px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
}

article h3 {
	text-align: center;
	color: #8b5e3c;
}

.image-container {
	width: 70%;
	margin: 0 auto;
}

.image-container+h3 {
	text-align: center;
}

.about-us-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.about-us-container img {
	flex: 1;
	max-height: 100px;
	max-width: 100px;
	min-height: 100px;
	min-width: 100px;
}

.about-us-container p {
	flex: 5;
	margin: 1rem;
}

.inner-container img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

footer {
	padding: 40px 0;
	margin-top: 24px;
	background-color: #a9a9a9;
}

/*
footer ol {
	font-size: 20px;
	text-align: center;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
*/
footer ol {
	font-size: 20px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	padding: 0;
}

footer ol li {
	margin: 10px;
	display: block;
	/*Makes the li selectable up the to the edge of the margins*/
}

footer a:link, a:visited {
	text-decoration: none;
}

footer a:hover, a:active {
	color: #f8f2f2;
	text-decoration: underline;
}

/* contact form css */
.contact-form {
	max-width: 500px;
	margin: 0 auto;
	background: #ffffff;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-form h2 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.form-group {
	margin-bottom: 1rem;
}

label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

input,
textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #6b3e2e;
}

textarea {
	resize: vertical;
	min-height: 120px;
}

button {
	width: 100%;
	padding: 0.75rem;
	background: #6b3e2e;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	cursor: pointer;
}

button:hover {
	background: #6b3e2e;
}

.close-up {
	width: 50%;
}

a {
	transition: color 0.2s ease-in-out;
}

aside h3 {
	text-align: center;
}

.partner-site {
	border-top: 5px solid #c28b5a;
	padding: 1.5rem;
	margin-top: 2rem;
	border-radius: 5px;
}



/* recipes page */
.recipes-page {
	background-color: #faf7f2;
	padding: 2.5rem 1.25rem;
	font-family: "Georgia", serif;
	line-height: 1.7;
	color: #333;
}

.recipes-page .content {
	max-width: 750px;
	margin: auto;
	padding: 2.5rem;
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.recipes-page .top-heading {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 1rem;
	color: #6b3e2e;
}

.recipes-page .description {
	text-align: center;
	font-style: italic;
	margin-bottom: 1.5rem;
}

.recipes-page .recipe-info {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
	background: #f3ebe3;
	padding: 1rem;
	border-radius: 0.5rem;
	margin-bottom: 2rem;
}

.recipes-page h3 {
	margin-top: 2rem;
	color: #6b3e2e;
	border-bottom: 2px solid #e4d6c8;
	padding-bottom: 0.5rem;
}

.recipes-page ul {
	padding-left: 1.25rem;
	margin-top: 0.75rem;
}

.recipes-page ul li {
	margin-bottom: 0.5rem;
}

.recipes-page ol {
	padding-left: 1.25rem;
}

.recipes-page ol li {
	margin-bottom: 1rem;
}

.recipes-page .pro-tip {
	background: #fff6e9;
	border-left: 5px solid #c28b5a;
	padding: 1.25rem;
	margin-top: 2rem;
	border-radius: 5px;
}

.recipes-page .pro-tip h4 {
	margin-top: 0;
	color: #8b5e3c;
}

.recipes-page article {
	margin-bottom: 3rem;
	background: white;
	padding: 2rem 1rem 2rem 1rem;
	border-radius: 4px;
}

.recipes-page img {
	margin-top: 2rem;
}

.ad-banner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ad-banner img {
	width: 100%;
}

.square-ad {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-images {
	margin-bottom: 1rem;
}



/* -- Code for the Cookie Compliance popover window -- */

#cookiePopup {
	background-color: #ffffff;
	position: fixed;
	left: 5%;
	bottom: 0;
	font-size: 14px;
	width: 90%;
	box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
	font-family: "Poppins", sans-serif;
	text-align: justify;
	line-height: 1.8em;
	margin: 0 auto;
	padding: 2em 1.4em;
	border-radius: 6px;
	transition: all 0.5s ease-in-out;
}

#cookiePopup p {
	text-align: center;
	margin: 1.4em 0;
}

#cookiePopup button {
	background-color: #6859fe;
	border: none;
	color: #ffffff;
	font-size: 1.2em;
	padding: 1em 1.4em;
	display: block;
	position: relative;
	margin: auto;
	border-radius: 5px;
}

#cookiePopup a {
	color: #6859fe;
}

.hide {
	visibility: hidden;

}

.show {
	visibility: visible;

}

.recipe-info {
	text-align: center;
}


/* -- End of Code for the Cookie Compliance popover window -- */

@media only screen and (min-width:900px) {

	nav {
		width: 40%;
	}

	h2 {
		font-size: 48px;
	}

	h3 {
		font-size: 36px;
	}

	.outer-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.inner-container {
		width: 48%;
	}

	.w3-bar-item {
		font-size: 36px;
	}

	header h1,
	header h2 {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.news-images {
		display: flex;
		gap: 1rem;
	}

	.news-images {
		display: flex;
		gap: 1rem;
	}

	.news-images img {
		width: calc(33.333% - 0.67rem);
		height: auto;
		object-fit: cover;
	}

}

@media only screen and (min-width:1340px) {

	.hamburger-position {
		margin-left: 10%;
	}
}