body
{
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
	background-color: #e6e7e8; /*come back to this*/
	font-family: Franklin Gothic;
}

#title /*from stack overflow*/
{
	margin: 0;
	border: solid black;
	background-image: url("messy-kitchen-faded.jpg");
	text-align: center;
	position: relative;
}
#small-title
{
	 margin-top: 100px;
	 margin-bottom: 0;
	 color: #0c436f;
	 font-size: 50px;
}
#big-title
{
	margin: 0;
	color: #0c436f;
	font-size: 150px;
	letter-spacing: 10px;
}
#cook-time
{
	margin: 0;
	font-size: 20px;
	color: #000000;
}

#ingredients
{
	width: 45%;	
	position: relative;
	float: left;
	top: 50px;
	padding: 20px;
}
#directions
{
	width: 45%;
	position: relative;
	float: right;
	top: 50px;
	border-left: solid;
	border-left-color: #0c436f;
	padding: 20px;
}

h2
{
	color: #227c28;
	font-size: 40px;
}

.recipe-content
{
	font-size:25px;
	color: #000000;
	line-height: 40px;
}

.extra
{
	background-color: #b7d1ed;
	border: solid black;
	margin-top: 0;
	padding: 10px;
}
h3
{
	font-size: 25px;
	color: #c56d0c;
	font-style: italic;
}
table, th, td
{
	border: solid black;
	border-collapse: collapse;
}
table
{
	width: 100%;
}
td
{
	width: 50%;
	font-style: italic;
}

#chefs-note-title
{
	font-style: italic;
	color: #c56d0c;
}
#chefs-note
{
	font-size: 20px;
	padding: 10px;
	margin-right: 5%;
	border: solid black;
	background-color: #b1d5a9;
	position: absolute;
	top: 1950px;
}

#link
{
	position: absolute;
	top: 2100px;
}
#allrecipies
{
	color: #cf9c05;
}