body {
	background: #DAF7F6;
	color:#3B3B3B;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/** HEADER **/

header {
	background-color: #FFFFFF;
	text-align: center;
}

h1 {
	color: #F16059;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	padding: 25px 0px;
	text-transform: uppercase;
}

header img {
	margin-right: 25px;
}

/** MAIN **/

main {
	margin: auto;
	width: 1000px
}

.card {
	margin: 25px 0;
	overflow: auto;
}

.image {
	float: left;
	height: 550px;
	width: 500px;
}

.recipe {
	background-color: #FFFFFF;
	box-sizing: border-box;
	float: left;
	height: 550px;
	padding: 20px;
	width: 500px;
}

#cookies .image {
	background-image: url("../img/gluten-free-sugar-cookies.jpg");
	background-size: cover;
}

#pesto .image {
	background-image: url("../img/nut-free-pesto.jpg");
	background-size: cover;
}

#salad .image {
	background-image: url("../img/watermelon-salad.jpg");
	background-size: cover;
}

.recipe h2 {
	color: #F16059;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}

.time {
	margin-bottom: 20px;
	border: 1px solid #3B3B3B;
	overflow: auto;
}
.time div {
	float: left;
	text-transform: uppercase;
	padding-left: 6px;
	width: 33.3333%;
	box-sizing: border-box;
}

.time .cook {
	border-left: 1px solid #3B3B3B;
	border-right: 1px solid #3B3B3B;
	
}

.time img {
	margin-right: 5px;
	width: 15px;
	height: auto;
	vertical-align: middle;
}

.time-details {
	display: inline-block;
	
}

.time strong {
	font-family: 'Montserrat', sans-serif;
}

.columns {
	overflow: auto;
}

.ingredients {
	float: left;
	width: 205px;
	margin-right: 12px;
}

.directions {
	float: left;
	width: 240px;
}

.recipe h3 {
	border-bottom: 1px solid #3B3B3B;
	border-top: 1px solid #3B3B3B;
	color: #F16059;
	font-weight: bold;
	font-size: 12px;
	padding: 8px;
	text-transform: uppercase;
}

.ingredients ul {
	line-height: 20px;
	padding-left: 15px;
	list-style-type: square;
}

.directions ol {
	line-height: 20px;
	padding-left: 15px;
}