@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.row {
	display: flex;
	min-width: 100%;
	margin: auto;
	gap: 0%;
	justify-content: center;
	alignt-item: center;
}
body {
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	background-color: #FFF9BC;
	margin: 0px;
	font-family: "Lemon", serif;
}


.banner{
	display:none;
}
header , footer{
	background-color: #F65368;
	color: #FFFFFF;
	font-family: "Lemon", serif;
	width: 100%;
}
header{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 auto;
	margin: 0 0 2% 0;
	height: 10rem;
}
.navi, ul, li{
	list-style: none;
	display: inline-block;
}
.navi, ul, li, a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0% 5px;
	text-transform: capitalize;
}


footer{
	position: absolute;
	text-align: center;
	padding: 20px 0;
	margin-top: 2%;
}
.social{
	margin: 5px 20px;
}
#email2{
	width: 30px;
	height: 30px;
}
#phone2{
	width: 30px;
	height: 30px;
}
#insta2{
	width: 30px;
	height: 30px;
}


header2 {
	background-color: #F65368;
	color: #FFFFFF;
	font-family: "Lemon", serif;
	width: 100%;
}
header2{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 auto;
	margin: 0 0 2% 0;
}
 .navi2, ul2, li2{
	list-style: none;
	display:block;
}
.navi2, ul2, li2, a2{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0% 5px;
	text-transform: capitalize;
}



.section{
	background-color: #FFFFFF;
	box-shadow: 5px 5px 3px;
	color: #C97CFF;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	width: 70%;
	margin: 3rem auto 2rem auto;
}
#summerpic{
	width: 30%;
	height: 30%;
	margin: 10% auto;
}
.text{
	line-height: 6px;
	margin-right: 30px;
}
.section h1{
	color: #C07BED;
	margin: 3% 0 2% 0;
	font-size: 11px;
}
.section p1{
	color: #C07BED;
	font-size: 5px;
}
#aboutpic{
	width: 30%;
	height: 30%;
	margin: 5% auto;
}
.text2{
	line-height: 6px;
	margin-left: 30px;
}
.section h2{
	color: #C07BED;
	margin: 6% 0 2% 0;
	font-size: 11px;
}
.section p2{
	color: #C07BED;
	font-size: 5px;
}

.section2{
	display: flex;
	justify-content: center;
	padding: 20px;
	width: 70%;
	margin: 2rem auto 0 auto;
}
.text3{
	align-self: center;
	font-size: 23px;
	text-align: center;
	color: #C07BED;
	margin-bottom: 3%;
	line-height: 1rem;
}
.text3 h3{
	margin-bottom: 20px;
	font-size: 20px;
	}
.text3 p3{
	line-height: 1rem;
	font-size: 10px;
	}

.section3{
	display: flex;
	justify-content: center;
	padding: 20px;
	width: 70%;
	margin: -1rem auto 0 auto;
}
#dessertpic1 , a{
	border-radius: 50%;
	margin-right: 3%;
	margin-left: 3%;
	width: 80px;
	height: 80px;
}
#dessertpic2 , a{
	border-radius: 50%;
	margin-right: 3%;
	margin-left: 3%;
	width: 80px;
	height: 80px;
}
#dessertpic3 , a{
	border-radius: 50%;
	margin-right: 3%;
	width: 80px;
	height: 80px;
}
#dessertpic1{
	box-shadow: 0 0 20px;
	color: #5A148B;
}
#dessertpic2{
	box-shadow: 0 0 20px;
	color: #5A148B;
}
#dessertpic3{
	box-shadow: 0 0 20px;
	color: #5A148B;
}
#dessertpic1:hover{
	box-shadow: 0 0 20px;
	color: #F65368;
}
#dessertpic2:hover{
	box-shadow: 0 0 20px;
	color: #F65368;
}
#dessertpic3:hover{
	box-shadow: 0 0 20px;
	color: #F65368;
}

.wrapper{
	margin-top: 3%;
	
}
.wrapper h4{
	font-size: 20px;
	text-align: center;
	color: #C07BED;
	margin-bottom: 2%;
}
.recipecard{
	display: flex;
	text-align: center;
	width: auto;
	justify-content: center;
	flex-wrap: wrap;
}
.recipeslist{
	background-color: #FFFFFF;
	box-shadow: 5px 5px 3px;
	color: #C97CFF;
	margin: 8px;
	margin-bottom: 20px;
	width: 200px;
	padding: 40px 20px;
	position: relative;
	line-height: 10px;
	
}
.recipeslist h5{
	font-size: 18px;
	margin-top: 1.5rem;
	margin-bottom: 10px;
	line-height: 1.5rem;
}
.recipeslist p4{
	font-size: 8px;
	color: #C07BED;
}
.recipeslist p4:hover{
	color: #F65368;
}
.recipespic{
	box-shadow: 0px 0px 15px;
	color: #5A148B;
	width: 100px;
	height: 100px;
}

button{
	cursor: pointer;
	font-size: 10px;
	font-family: "Lemon", serif;;
	color: #FFFFFF;
	background-color: #C07BED;
	box-shadow: 0 0 20px;
	border: #FFFFFF;
	border-radius: 2rem;
	padding: 5px 2rem;
}
#buttoncentre{
	text-align: center;
	margin-top: -1.5rem;
	margin-bottom: 1.5rem;
}
#onclick2:hover{
	color: #C07BED;
	background-color: #FFFFFF;
}



@media only screen and (min-width:768px) {
	html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
	}
	.banner{
	display:flex;
	width: 100%;
	}
	.banner2{
	display:none;
	}
	
	.section{
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	width: 60%;
	margin: 4rem auto 2rem auto;
	}
	#summerpic{
	width: 250px;
	height: 250px;
	margin: 6% auto 0 5%;
	}
	.text{
	line-height: 20px;
	margin: 10px 30px 10px auto;
	
	}
	.section h1{
	color: #C07BED;
	margin: 3% 0 5% 0;
	font-size: 30px;
	}
	.section p1{
	color: #C07BED;
	font-size: 15px;
	}

	#aboutpic{
	width: 250px;
	height: 250px;
	margin: 6% 5% 0 auto;
	}
	.text2{
	line-height: 20px;
	margin: 10px auto auto 30px;
	
	}
	.section h2{
	color: #C07BED;
	margin: 6% 0 5% 0;
	font-size: 30px;
	}
	.section p2{
	color: #C07BED;
	font-size: 15px;
	}
	
	.section2{
	display: flex;
	justify-content: center;
	padding: 20px;
	width: 70%;
	margin: 2rem auto 0 auto;
	}
	.text3{
	align-self: center;
	font-size: 40px;
	text-align: center;
	color: #C07BED;
	margin-bottom: 4%;
	line-height: 2rem;
	}
	.text3 h3{
	margin-bottom: 25px;
	font-size: 45px;
	}
	.text3 p3{
	font-size: 20px;
	}

	.section3{
	display: flex;
	justify-content: center;
	padding: 20px;
	width: 70%;
	margin: -1rem auto 0 auto;
	}
	#dessertpic1 , a{
	border-radius: 50%;
	margin-right: 3%;
	margin-left: 3%;
	width: 200px;
	height: 200px;
	}
	#dessertpic2 , a{
	border-radius: 50%;
	margin-right: 3%;
	margin-left: 3%;
	width: 200px;
	height: 200px;
	}
	#dessertpic3 , a{
	border-radius: 50%;
	margin-right: 3%;
	width: 200px;
	height: 200px;
	}
	
	.wrapper{
	margin-top: 4%;
	
	}
	.wrapper h4{
	font-size: 45px;
	text-align: center;
	color: #C07BED;
	margin-bottom: 2%;
	
	}
	.recipecard{
	display: flex;
	text-align: center;
	width: auto;
	justify-content: center;
	flex-wrap: wrap;
	}
	.recipeslist{
	background-color: #FFFFFF;
	box-shadow: 5px 5px 3px;
	color: #C97CFF;
	margin: 10px;
	margin-bottom: 20px;
	width: 300px;
	padding: 40px 25px;
	position: relative;
	line-height: 20px;
	
	}
	#smaller{
	font-size: 28px;
	}
	.recipeslist h5{
	font-size: 30px;
	margin-top: 1.5rem;
	margin-bottom: 20px;
	line-height: 2rem;
	}
	.recipeslist p4{
	font-size: 13px;
	color: #C07BED;
	}
	.recipeslist p4:hover{
	color: #F65368;
}
	.recipespic{
	box-shadow: 0px 0px 15px;
	color: #5A148B;
	height: 250px;
	width: 250px;
	}

	button{
	cursor: pointer;
	font-size: 20px;
	font-family: "Lemon", serif;;
	color: #FFFFFF;
	background-color: #C07BED;
	box-shadow: 0 0 20px;
	border: #FFFFFF;
	border-radius: 2rem;
	padding: 10px 3rem
	}
	#buttoncentre{
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
}


