* {
box-sizing: border-box;
}
body {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    background-color: #888888;
}
.hero-image {
	margin-top: 100px;
	background-image: url("../images/dolphin.jpg");
	background-color: lightskyblue;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 0px;
	}
.hero-text{
	text-align: right;
	position: absolute;
	top: -50%;
	left: 75%;
	transform: translate(-50%, 50%);
	color: white;
}
.hero-text h3, h4 {
	text-align: right;
}
.lists	{
	display: flex;
	flex-direction: row;
	gap: 20px;
}
body {
	color:#ffffff;
	background-color:#2b3b44;
	}

.title{
	color: black;
}
.thePics {
	display: flex;
	flex-direction: row;
}
#recipeBox	{
	background-color: cornflowerblue;
	color: purple;
	width: 80%;
	min-height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.foodPic {
	width: 300px;
	height: 175px;
}
.foodLabel a	{
	color: white;
	text-decoration: none;
	text-align: center;
}

label	{
	color: white;
	font-size: 150%;
	margin-left: 240px;
}
button {
	background-color: bisque;
	color: black;
	width: 100px;
	height: 50px;
	border: 2px solid black;
	border-radius: 10%;
	margin-left: 50px;
}
.recipe {
	background-color: bisque;
	color: black;
	font-size: 115%;
	padding: 10px;
	position: absolute;
	top: 15px;
	left: 20px;
	border-radius: 5px;
}
#beefStew	{
	display: none;
}
#macCheese	{
	display: none;
}
#cheese	{
	display: none;
}