/* Global */
* {
	margin: 0px;
	padding: 0;
}
a {
	font-size: 21px;
	text-decoration: none;
}
 h2 {
	font-size: 20px;
	font-family: "YesevaOne";
	color: rgb( 204, 153, 0 );
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
  }
.content img {
	width: 200px;
	margin: 20px 0px 20px 170px;
}
.content p {
  font-size: 16px;
  font-family: "Lato";
  color: rgb( 76, 76, 76 );
  line-height: 1.5;
  text-align: justify;
  width: 409px;
  height: 111px;
  margin: auto;
  z-index: 244;
}
.content .cook {
	position: relative;
	margin-top: 90px;
	margin-left: 205px;
}

.image img {
  width: 621px;
  height: 625px;
  margin-top: 80px;
}
/* SECTION-3 START*/
.section-3 {
	position: relative;
    width: auto;
    height: auto;
}
.section-3 span {
	float: right;
	
}
.section-3 h1 {
  position: relative;
  font-size: 36px;
  font-family: "YesevaOne";
  color: rgb(13, 10, 1);
  text-align: center;
  margin-top: 5%;
}
.section-3 .divider {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.section-3 h3 {
	position: relative;
  	font-size: 30px;
  	font-family: "YesevaOne";
  	text-align: justify;
    color: rgb(9, 7, 0);
	padding-bottom: 7px;
	border-bottom: 1px solid rgb(11, 8, 0);
	margin-top: 20px;
}
.section-3 p {
  color: #8d8e8e;
  margin-top: 15px;
  
}

.div-left .appetisers, .div-left .salads, .div-right .stsrters, .div-right .didhes{
	width: 80%;
	margin: 10%;
	color: black;
}


/* SECTION-3 END*/


@media(max-width: 768px){

	.section-3 h1 {
		position: relative;
		font-size: 18px;
		font-family: "YesevaOne";
		color: rgb(13, 10, 1);
		text-align: center;
		margin-top: 5%;
		margin-left: 15%;
		margin-right: 15%;
	  }
	.section-3 h3 {
		position: relative;
		font-size: 10.5px;
		font-family: "YesevaOne";
		text-align: justify;
		color: rgb(9, 7, 0);
		padding-bottom: 15px;
		border-bottom: 1px solid rgb(11, 8, 0);
		margin-top: 20px;
	}
	h2 {
		font-size: 15px;
		font-family: "YesevaOne";
		color: rgb( 204, 153, 0 );
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
	  }
}