body {
	margin: 0;
	padding: 0;
	background-image: url("wallpaper.webp");
	padding-top: 50px;
}

img {
	max-width: 100%;
}

@font-face {
	font-family: 'Rochester';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/rochester-v18-latin-regular.eot');
	src: local(''),
		url('/fonts/rochester-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/rochester-v18-latin-regular.woff2') format('woff2'),
		url('/fonts/rochester-v18-latin-regular.woff') format('woff'),
		url('/fonts/rochester-v18-latin-regular.ttf') format('truetype'),
		url('/fonts/rochester-v18-latin-regular.svg#Rochester') format('svg');
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Rochester, sans-serif;
	font-weight: bold;
    color: #18053c;
}

h1 {
	font-size: 42px;
	text-align: center;
}

h2 {
	font-size: 32px;
	padding: 10px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 110%;
}

h3 {
		font-size: 20pt;
		font-weight: bold;
		margin-top: 15px;
		margin-left:15px;
	}

blockquote {
	margin-top: 0;
	margin-left: 25px;
	line-height: 1.5em;
	font-size: 15px;
	font-family: Merriweather, Verdana, Arial, serif;
}

#padding {
	padding-left: 10px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-top: 30px;
	float: right;
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.nowrap img {
	display: inline;
	vertical-align: top;
}

figure {
	padding: 10px;
	margin: auto;
	float: right;
}

figcaption {
	margin-top: 1px;
	text-align: center;
	max-width: 280px;
	font-size: 14px;
}

p, ol {
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 150%;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
}

ul, ol {
	font-size: 15px;
}

li {
	font-size: 15px;
	line-height: 150%;
}

.center {
	display: block;
	margin: auto;
}

a:hover {
}

.listing {
	list-style: none;
	display: grid;
	padding: 5px;
	background: #fff;
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.listing li {
	border: 2px solid #5f09a4;
	border-radius: 5px;
	display: flex;
	background: #d0dffd;
	padding: 5px;
	flex-direction: column;
}

.listing p {
	margin-left: 10px;
	margin-right: 10px;
	margin-right: 10px;
}

.listing .body {
	padding: 6px;
}

* {
	box-sizing: border-box;
}

#content {
	margin: auto;
	background: #fff;
	padding: 5px;
	font-size: 14px;
	max-width: 830px;
	border-radius: 25px;
	border: 3px solid #18053c;
	margin-top: 30px;
	margin-bottom: 30px;
	    color: #18053c;
}

#header {
	max-width: 810px;
	min-height: 200px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
}

.title {
	font-family: Rochester, sans-serif;
	font-size: 42px;
	color: #5f09a4;
}

.link {
	color: #005b8f;
	text-decoration: none;
}

.link:hover {
	color: #5f09a4;
}

#footer {
	clear: both;
	max-width: 960px;
	min-height: 55px;
	margin: 0 auto 40px auto;
	border-top: 1px solid #000000;
	font-family: source-sans-pro, sans-serif;
	margin-left: 255px;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}

hr {
	height: 2px;
	background: #5f09a4;
}


.recipe-card {
    padding: 5px;
    background: #fff;
    gap: 18px;
}

.recipe-card li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    width: 100%;
    height: 140px; /* Adjust this to your preferred height */
    border: 2px solid #18053c;
    border-radius: 5px;
    background: #e8e305;
    padding: 5px;

}

.recipe-card img {
    width: 120px; 
    height: 100%;
    object-fit: cover;
    margin-right: 6px;
    padding:3px 0px 0px 3px;
}

.recipe-card div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #18053c;
}

.recipe-card h3 {
		font-size: 20pt;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
		    color: #18053c;
	}
	
.recipe-card a:visited {
    color: inherit;
}

.recipe-card a:hover {
    color: inherit;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

nav {
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	list-style: none;
	box-shadow: 0 0 10px #e8e305;
	background-color: rgb(252, 249, 249);
}

nav .manifesto {
	color: #18053c;
	font-family: Rochester, sans-serif;
	font-size: 34px;
	font-weight: bold;
	margin-left: 10px;
}

img .manifesto {
	vertical-align: middle;
}

nav ul {
	flex: 2;
	display: flex;
	justify-content: space-evenly;
}

nav ul li {
	list-style: none;
}

nav ul li a:hover {
	color: #18053c;
}

nav ul li a {
	text-decoration: none;
	color: #18053c;
	font-size: 1.5em;
	font-weight: 700;
	font-family: source-sans-pro, sans-serif;
	padding: 5px 5px;
}

.fa-facebook {
	color: #3b5998;
}

.fa-twitter {
	color: #55acee;
}

.fa-amazon {
	color: #f8981d;
}

.fa-bars {
	color: #5f09a4;
}

nav .menu {
	font-size: 1.8em;
	display: none;
}

@media (max-width: 1000px) {
	nav ul {
		position: fixed;
		top: 100px;
		left: -100%;
		background: #fbe3ff;
		height: calc(100vh – 100px);
		width: 30%;
		flex-direction: column;
		align-items: left;
		transition: left 0.5s linear;
		text-align: left;
		padding-left: 10px;
	}
	nav .menu {
		display: block;
		width: 100px;
		text-align: center;
	}
	nav li:not(:last-child) {
		margin-bottom: 15px;
	}
	#chk1:checked ~ ul {
		left: 0;
	}
}

@media (max-width: 500px) {
	nav ul {
		width: 40%;
		text-align: left;
	}
	nav li:not(:last-child) {
		margin-bottom: 15px;
	}
	nav ul li a:hover {
		border-bottom: 3px solid #5f09a4;
		padding-bottom: 0;
	}
	nav .manifesto {
    font-size: 28px; 
  }
  h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
	}

h3 {
		font-size: 18pt;
	}

#content {
	border: none;

}
}

input[type="checkbox"] {
	display: none;
}



/* Adjust layout for smaller screens */
@media (max-width: 768px) {
    .recipe-card li {
        flex-direction: column;
        height: auto;
    }

    .recipe-card img {
        width: 100%;
        height: 200px;
    }
}

@media print {
	#footer {
		display: none;
	}
	@page {
		margin-top: 2cm;
		margin-bottom: 2cm;
		margin-left: 2cm;
		margin-right: 2cm;
	}
	.head {
		display: none;
	}
	body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
	}
	h1 {
		font-size: 20pt;
		font-weight: bold;
		    color: #18053c;
	}
	h2 {
		font-size: 20pt;
		font-weight: bold;
		margin-top: 12px;
    color: #18053c;
	}
	h3 {
		font-size: 18pt;
		font-weight: bold;
		margin-top: 15px;
		margin-left:15px;
	}
	img {
		display: none;
	}
}

@media print {
	.no-print,
	.no-print * {
		display: none !important;
	}
}
