  

#header, #footer {background-color:#e44c20;}
#footer {margin-top:70px;}
.container.wide {background-position:top center;background-repeat:no-repeat;}
.bottom-squiggle {
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:10px;
	margin-bottom:10px;
}
.top-squiggle {
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:10px;
	margin-top:10px;
}
p.lead {color:#FFF;margin-top:5px;margin-bottom:10px;}
.intro h2 {
	margin-top:625px;
	font-family:"Titan One","Arial Black",Arial,sans-serif;
	color:#FFF;
	font-size:90px;
	text-transform:uppercase;
	text-align: center;
	line-height: 1em;
	font-weight: normal;
}
.subintro h3 {
	font-family:"Titan One","Arial Black",Arial,sans-serif;
	color:#ffc90a;
	font-size:50px;
	line-height:1em;
	font-weight: normal;
}
.subintro p {margin-top:0;font-size:17px;color:#333;}
#learn {text-align:center;}

#recipe-carousel {margin-top:20px;}
#recipe-carousel iframe {margin:auto;text-align: center;display:block;float:none;}
#recipe-carousel .caption {color:#fff;font-size:18px;width:580px;margin-left:auto;margin-right:auto;}

.content {margin-top:20px;}

.recipe {margin-bottom:30px;}

.recipe .image {position:relative}
	.recipe .image p {margin:0;}
	.recipe .image h3 {
		font-family:"Titan One","Arial Block",Arial,sans-serif;
		text-transform:uppercase;
		position:absolute;
		top:20px;
		left:20px;
		font-size:35px;
		color:#FFF;
		font-weight:100;
	}
	.recipe .image.bottom h3 {
		top:auto;
		bottom:20px;
	}
.recipe .card {
	border: 2px dashed #aeb0b2;
}
	.recipe .card.right {
		margin-left:16px;
	}
	.recipe .card.left {
		margin-right:-16px;
	}


.recipe .card {
	padding-bottom:30px;
}
	.recipe .card h4 {
		line-height: 1em;
		margin:30px 30px 15px 30px;
		color:#00a79d;
		font-size:25px;
		text-transform:uppercase;
		font-weight: normal;
	}
		.recipe .card h4 span {
			color:#f69e92;
			font-size:14px;
			text-transform:uppercase;
		}
	.recipe .card .ingredients,
	.recipe .card .instructions {
		font-size: 12px;
		color:#888;
	}
		.recipe .card .ingredients li {
			text-indent: -1em;
			margin-bottom:1px;
		}
		.recipe .card .instructions li {
			margin-bottom:9px;
		}

#reminder {
	font-family:"Titan One","Arial Block",Arial,sans-serif;
	text-transform:uppercase;
	color:#ffc90a;
	font-size:50px;
	line-height:1em;
	font-weight: normal;
}
#download a {
	color:#d83c21;
	vertical-align: middle;
	font-size:18px;
	text-decoration: none;
	text-align:center;
	margin-top:25px;
	display:block;
}

@media (max-width: 979px) {
	.intro p {text-shadow:-1px 2px #000;}
}
@media (min-width: 768px) and (max-width: 979px) { 
	.recipe .image h3 {left:7px;}

}
@media (max-width: 767px) {
	.recipe .image {display:none;}
	.recipe .card {margin-left:0;}
	.recipe .card .ingredients li {text-indent:0;}
	.recipe .card .ingredients,
	.recipe .card .instructions {
		margin-left:30px;
		margin-right:30px;
	}
}
