body {
	font-family: Oswald, sans-serif;
	min-height: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	max-height: 100%;
	max-width: 100%;
	background-color: black;
	background-image: url("assets/peppertile2.webp");
	background-size: cover;
	background-repeat: repeat;
	overflow:hidden;
}

canvas {
	padding: 0;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	left:0;
	z-index: 0;
}

a {
	color: black;
	text-decoration: none;
	font-size: 4vh;
	text-shadow: 2px 2px white, 2px -2px white, -2px -2px white, -2px 2px white, 0px 2px white, 0px -2px white, -2px 0px white, 2px 0px white;
}


.inlinecanvas {
	position: relative;
}

.prodtopnav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	top: 0vh;
	position: fixed;
	width: 95vw;
	z-index: 101;

}

.ptnitem {

}

.productpage {
	margin-top: 2vh;
	margin-bottom: 2vh;
	width: 100vw;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.mobileheadercontainer {
	display: none;
}
.mobileheader {

}

.dtheader {
	margin-top: 5vh;
	margin-bottom: 2vh;
	max-height: 20vh;
	max-width: 60vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: 1;
}


.mainimagecontainer {
	max-width: 100%;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	margin-bottom: 5vh;
	object-fit: scale-down;
}

.mainimage {
	max-width: 100%;
	max-height: 70vh;
	transform: rotate(-12deg);
	z-index: 50;
}

.maintextcontainer {
	margin-top: 8vh;
	margin-bottom: 12vh;
	margin-right: 3vw;
	margin-left: 3vw;
	padding-bottom: 5vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 65vw;
	height: 80vh;
	object-fit: contain;
	flex: 2;
}

.mobileuses {
	display: none;
}

.maintext {

	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: black;
	margin-bottom: 1vh;
}

.ingtext {

	font-family:Archivo Narrow, sans-serif;
	font-size: 2vh;
	color: black;
	text-transform: uppercase;
	text-align: left;
}

.alltext {
	max-width: 100%;
	margin-bottom: 0;
	background: none;
	background-color: #ddf6ff;
	border: 2px solid black;
	box-shadow: 2px 2px black;
	padding: 10px 10px 10px 10px;
}

.prodbottom{
	display: flex;
	flex-direction: row;
	max-width: 65vw;
	object-fit: contain;
	justify-content: space-between;
	align-items: center;
}

.dtuses {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 4rem;
	line-height: 3.5rem;
	text-transform: uppercase;
	color: yellow;
	text-shadow: 2px 2px black;
	margin-right: 0%;
	margin-left: 0%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 1vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	background: #ddf6ff;
	border: 2px solid black;
	text-wrap: nowrap;
	overflow: hidden;
}

.dtucontainer {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 45%;
	max-height: 90%;
}

.recipemaster {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 40%;
	object-fit: contain;

}

.recipepic {
	width: 100%;
	margin-top: 1vh;
	margin-bottom: 1vh;
	max-height: 40vh;
}

.recipetext {
	font-size: 75%;
	text-shadow: 1px 1px black;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	margin-bottom: 2vh;
	max-width: 90%;
	white-space: pre-wrap;

}

.copyright {
	position: fixed;
	bottom: 1vh;
	font-size: 2vh;
	text-shadow: 1px 1px white;
	left: 10%;
	width: 30%;
}

.buybutton {
	position: absolute;
	width: 25vh;
	height: 8vh;
	z-index: 100;
	background-color: black;
	border: 5px solid white;
	border-radius: 25px;
	text-align: center;
	font-size: 5vh;
	font-weight: 700;
	margin-top: 60vh;
	margin-left: 20%;
	margin-right: 5%;
	color: white;
}

.nutritioninfo {
	display: none;
	position: fixed;
	margin-top: 10%;
	margin-bottom: 10%;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 102;
	max-height: 100vh;
	width: 30vw;
	border: 5px solid black;
}

.greyout {
	display: none;
	position: fixed;
	width: 110vw;
	height: 110vh;
	z-index: 101;
}

.mainimagesj {
	max-width: 80%;
	max-height: 70vh;
	transform: rotate(-12deg);
}

.slugfield {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.dietslug {
	max-width: 8vw;
	margin: .5vh .5vw .5vh .5vw;
}

.recipeheader {
	display: grid;
	grid-template-columns: 18vw 18vw 18vw 18vw;
	max-width: 80vw;
}

.jellybutton {
	width: 40vw;
}

.prodbutton { 
	width: 18vw;
}

.showallbutton {
	width: 18vw;
	height: 6vw;
	background-color: red;
	color: white;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	font-size: 4vh;
	border: 2px solid black;
	border-radius: 25px;
}

@media (orientation:portrait) {
	body{
		overflow:auto;
		max-width: 100vw;
		width: 100vw;
	}

	a {
		color: black;
		text-decoration: none;
	}

	.prodtopnav{
		position: absolute;
	}
	.ptnitem {
		font-size: 2.5vh;
	}

	.mobileheadercontainer {
		margin-top: 6vh;
		max-width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.mobileheader {
		max-width: 90%;
	}

	.productpage {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.mainimagecontainer {
		margin-top: 5vh;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 1vh;
	}

	.mainimage {
		max-width: 75vw;
		height: 75vw;
		margin-bottom: 1vh;
	}

	.mainimagesj {
		max-width: 80%;
		max-height: 80vh;
	}

	.dtheader {
		display: none;
	}

	.mobileuses {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 4rem;
		line-height: 3.5rem;
		text-transform: uppercase;
		color: yellow;
		text-shadow: 2px 2px black;
		margin-right: 2%;
		margin-left: 2%;
		width: 90vw;
		margin-top: 4vh;
		padding-top: 1vh;
		padding-bottom: 1vh;
		background: #ddf6ff;
		border: 8px solid black;
		text-wrap: nowrap;
		overflow: hidden;
	}

	.maintextcontainer {
		margin: 0vh 0vh 0vh 0vh;
		max-width: 95vw;
		width: 100%;
		background: none;
		background-color: none;
		border: none;
		box-shadow: none;
	}

	.maintext {
		padding: 2vh 2vh 2vh 2vh;
		text-align: left;
		font-size: 4rem;
		line-height: 4rem;
		color: black;
	}

	.ingtext {
		font-family: Archivo Narrow, sans-serif;
		font-size: 2vh;
		color: black;
		text-transform: uppercase;
		text-align: left;
		padding: 2vh 2vh 2vh 2vh;
	}

	.alltext {
		margin: 4vh 0vh 0vh 0vh;
		max-width: 90vw;
		background-color: #FFCC00;
		border: 5px solid black;
	}

	.prodbottom {
		margin-top: 4vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-left: 0vw;
	}

	.dtuses {
		display: none;
	}

	.featuredrecipe {
		max-width: 100%;
		max-height: 100%;
		flex: 1;
		padding: 6vw 10vw 6vw 10vw;
		margin-top: 5vw;
		background-color: #ddf6ff;
		border: 5px solid black;
		box-shadow: 15px 15px black;
	}

	.recipemaster {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		max-width: 100%;
		width: 100%;

	}

	.recipepic {
		width: 90vw;
		object-fit: cover;

	}

	.recipetext {
		font-size: 4vh;
		width: 100%;
		text-shadow: 4px 4px black;
	}

	.copyright{
		position: relative;
		font-size: 3vh;
		text-shadow: 4px 4px white;
		padding-top: 12vh;
		margin-bottom: -5vh;
		text-align: left;
		margin-left: -25%;
		width: 90%;
	}

	.buybutton {
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 6vh;
		z-index: 100;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	.nutritioninfo {
		display: none;
		position: fixed;
		margin-top: 10%;
		margin-bottom: 10%;
		justify-content: center;
		align-items: center;
		text-align: center;
		z-index: 102;
		max-height: 50vh;
		width: 80vw;
		border: 20px solid black;
	}

	.slugfield {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin-top: 2vh;
		margin-bottom: 0vh;
	}

	.dietslug {
		max-width: 25vw;
		margin: .5vh 2vw .5vh 2vw;
	}
}