@charset "utf-8";
/* CSS Document */

h1, h2{
  font-family: "Average", serif;
  font-weight: 400;
  font-style: normal;
}
p, ul, ol, label{
  font-family: "Noto Serif Tangut", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  font-size: 18px;
}
h2{
	margin-left: 10%;
}
body{
	background-image: url("images/background.png");
	background-size: cover;
} 
label{
	font-size: 15px;
}
img[alt="Thousand Layer Lasagna"] {
	float:left;
	margin-right: 2%;
    margin-left: 8%;
	width: 550px;
	border-radius: 30px;
}
img[alt="Ingredients"] {
	float:right;
	margin-top: 4%;
	margin-right: 13%;
    margin-left: 20px;
	width: 400px;
	border-radius: 30px;
}
img[alt="Tomato Sauce"] {
	float:right;
	margin-right: 7%;
    margin-left: 70px;
	margin-top: 1%;
	width: 450px;
	border-radius: 30px;
}
img[alt="Lasagna Noodles"] {
	float:right;
	margin-right: 11%;
    margin-left: 20px;
	margin-top:3%;
	width: 350px;
	border-radius: 30px;
}
img[alt="Boiled Lasagna"] {
	float:right;
	margin-right: 11%;
    margin-left: 20px;
	margin-top:3%;
	width: 350px;
	border-radius: 30px;
}
img[alt="Assemble Lasagna and Bake"] {
	float:left;
	margin-right: 7%;
    margin-left: 10%;
	width: 500px;
	border-radius: 30px;
}
img[alt="Thousand layer lasagna"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	border-radius: 30px;
	box-shadow: 5px 10px 20px 0px #3A3A3A;
}
#cform{
	width: 350px;
	background-color :white;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border-radius: 40px;
	border-style: dashed;
}
input, textarea{
	background-color: lightyellow;
	border-width: thin;
	border-style: dashed;
	border-radius: 10px;
}
input{
	height: 25px;
}
#submit{
	background-color:#D6AC95;
	border-radius: 20px;
	width: 120px;
	height: 40px;
	margin-top: 15px;
}
#submit:hover{
	color:#FFF37F;
}
input:focus, textarea:focus{
	background:#F1D094;
}
.ol1{
	margin-left: 10%;
}
.heading{
	text-align: right;
	margin-right: 5%;
	margin-top: 60px;
	font-size: 60px;
	margin-bottom: auto;
	color:#FFFDF5;
}
.heading2{
	text-align: right;
	margin-right: 27%;
	font-size: 40px;
	color:#FFFDF5;
}
.intro{
	text-align: center;
	font-size: 17px;
}
.Ingredients{
	margin-left: 13%;
	margin-top: 3%;
	font-size: 40px;
	color:#FEFFF4;
}
.Instructions{
	margin-left: 13%;
	margin-top: 3%;
	font-size: 40px;
}
.row{
	display: flex;
	justify-content: space-evenly;
}
.column{
	min-width:30%;
	box-sizing: border-box;
}
.container{
	width: 600px;
	padding: 30px;
	background:#FFFEF1;
	border-radius: 75px;
	border-style: dotted;
	border-color:#604813;
	display: flex;
	box-shadow: 5px 10px 10px 0px #3A3A3A;
}
.container1{
	width: 600px;
	padding: 30px;
	background:#FFFEF1;
	border-radius: 75px;
	border-style: dotted;
	border-color:#604813;
	display: flex;
	margin-left:10%;
	box-shadow: 5px 10px 10px 0px #3A3A3A;
}
.container2{
	width: 700px;
	padding: 35px;
	background:#AF4446;
	border-radius: 75px;
	border-style: dashed;
	border-color:beige;
	display: flex;
	margin-left:10%;
	box-shadow: 5px 10px 10px 0px #3A3A3A;
}
.container3{
	float: left;
	width: 750px;
	padding: 30px;
	background:#4D310F;
	border-radius: 75px;
	border-style: dashed;
	border-color:beige;
	display: flex;
	margin-left:10%;
	box-shadow: 5px 10px 10px 0px #3A3A3A;
}
.container4{
	width: 700px;
	padding: 30px;
	background:#FFFADF;
	border-radius: 75px;
	border-style: dashed;
	border-color:#FFA738;
	display: flex;
	margin-left:10%;
	box-shadow: 5px 10px 10px 0px #3A3A3A;
}
.tomato{
	color:#FFFFFF;
	text-align: center;
}
.ol2{
	color:#FFFFFF;
}
.ol3{
	color: #362200;
}
.assemble{
	margin-top: 35%;
	color:#FFFDF7;
}
.serve{
	font-size: 60px;
	text-align: center;
}
.last{
	font-size: 30px;
	text-align: center;
}
.form{
	font-size: 25px;
	text-align: center;
	margin: auto;
}
.feedback{
	font-size: 15px;
}
.suggestion{
	font-size: 15px;
}
