body {
	font-family: 'Catamaran', sans-serif;
	margin-left: 10px;
	padding: 0;
	box-sizing: border-box;
}

h2 {
	font-family: 'Catamaran', sans-serif;
}

#top {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #006600;
}

#top h2 {
	font-size: 25px;
	text-align: center;
	margin-left: 50px;
	margin-right:50px;
	line-height: 25px;
	font-weight: lighter;
	margin-top: 0px;

}

#pic img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#intro p {
	font-size: 15px;
	text-align: center;
	line-height: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
	color: #006600;
}

#intro p span {
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	color:black;
}

#ingredients h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 27px;
	margin-left: 22px;
	margin-bottom: 0px;
	color:#006600;
	margin-top: 0px;

}

#ingredients ul {
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	line-height: 25px;

}

#directions h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 0px;
	margin-left: 22px;
	color:#006600;
	margin-top: 0px;
}

#directions ol {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
	margin-right: 20px;
}

#fold a {
	color: #635F5C;
	font-family: 'Lato', sans-serif;
	margin-left: 250px;
	font-size: 13px;
}

.heart {
	margin:auto;
	margin-left: 100px;
	padding: 10px;
	padding-left: 30px;
	background-color:#006600 ;
	font-size: 20px;
	margin-right: 100px;
	margin-bottom: 30px;
}

i#btn_heart {
	color:white;

}
#fold h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 5px;
	margin-left: 18px;
	color:#006600;

}

#fold img {
	margin-left: auto;
  margin-right: auto;
  display: block;
}

#fold p {
	margin-top: 15px;
	line-height: 20px;
	color:black;
	font-size: 18px;
	margin-left: 38px;
	margin-right: 38px;
	text-align: center;
	margin-bottom: 15px;
}

#lastpart {
	background-color: #006600;
}

#lastpart p {
	margin-left: 10px;
	color: white;
	font-size: 7px;
}


