	/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;	
	padding: 0;	
	border: 0;	
	font-size: 100%;	
	font: inherit;	
	vertical-align: baseline;}
	
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;}
	
	body {	
	line-height: 1.5;
	}
	
	ol, ul {	
	list-style: none;
	}
	
	blockquote, q {	
	quotes: none;
	}
	
	blockquote:before, blockquote:after,q:before, q:after {	
	content: '';	
	content: none;
	}
	
	table {	
	border-collapse: collapse;	border-spacing: 0;
	}	 

	/* end reset */


	/* default */
	body{
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		background-color: #4E9472;
		color: #486D7D;
	}

	#wrapper {
		width: auto;
		max-width: 1000px;
		margin: 2% auto;
		padding: 5%;
		background-color: #8DE0B8;
	}

	header {
		display: block;
		border: .5em solid #4E9472;
		margin: 0;
		background-color: #8DE0B8;
	}

	.video-container iframe {
	    width: 100%;
	    height: 300px;
	    margin-left: auto;
  		margin-right: auto;
	}


	div#text{
		
	}

	h1 {
		margin: 0;
		text-align: center;
		font-size: 2em;
		font-family: 'Handlee', cursive;
		background-color:  #90ED8A;
		text-shadow:3px 3px #947F56;
		font-weight: 900;
		color: #EFB952;
		
	}

	h2 {
		margin: 0;
		text-align: center;
		font-size: 1.5em;
		font-family: 'Handlee', cursive;
		color:#E0BD77;
		text-shadow:3px 2px #947F56;
		font-weight: 900;
		color: #EFB952;
		background-color: #90ED8A;
			}

	h1 p {
		
	}	

	#data {
		border: .5em solid #4E9472;
		margin: 0;
		font-size: .8em;
		background-color: #4E9472;
		color: #365F70;
	}

	#data ul{

		background-color: #4E9472;
		background: #4E9472;
		margin: 1%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	    grid-template-areas:
	      "prep cook"
	      "total total"
	      "serv serv"
	      "auth auth";
		grid-gap: 10%;
	}


	#data li {
		display: block;
		margin: .01em;
		text-align: center;
		background-color: #8DE0B8;
		border-radius: 5px;
	}

	#ingredients {
		border: .5em solid #4E9472;
		background-color: #4E9472;
	}

	#ingredients ul{
		margin:0;
		padding-top: 0;
		padding-bottom:0;
		background-color: #4E9472;
		
	}

	#ingredients li {
	
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 0;
		text-align: center;
	
		background-color: #90ED8A;
		border-radius: 5px;
	}

	#prep {
		border: .5em solid #4E9472;
		margin-bottom: 0;

	}

	#prep ul {
		
		margin: 0;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: .5fr .5fr .5fr;
		grid-template-areas:
	      "ptwoimg"
	      "list"
	      "pfiveimg";
		grid-gap: 5px;
		background-color:#8DE0B8;
		
		padding-bottom: 5%;
	}


	#prep li {
	
		display: block;
		margin: 0;
		text-align: left;
	}

	li#prep2img{
		height:100%;
		width: auto;
	}

	#prep img{
		height:100%;
		width: 100%;
	}

	li#prep5img{
		height:100%;
		width: auto;
	}


	#cook {
		border: .5em solid #4E9472;
		margin-bottom: 2%

	}

	#cook ol {
	
		margin:1%;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: .5fr .5fr .5fr .5fr .5fr;
		grid-template-areas:
	      "sthreeimg"
	      "stonefour"
	      "sfourimg"
	      "stfiveeight"
	      "seightimg";
		grid-gap: 5px;
		background-color: #8DE0B8;
		border-radius: 5px;
	}

	#cook li {
		
		display: block;
		margin: 0;
		text-align: left;
	
	}

	li#step2img{
		height:auto;
		width: auto;
	}

	li#step4img{
		height:auto;
		width: auto;
	}

	li#step8img{
		height:auto;
		width: auto;
	}

	#cook img{
		height:100%;
		width: 100%;
	}

	li span {
		font-weight: bold;
	}

	footer {
		font-weight: bold;
		border: .5em solid #4E9472;
		background-color: #EFB952;
	}

	/*tablet styles*/
	@media only screen and (min-width: 751px) and (max-width: 1000px) {

		#data ul{

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: 1fr 1fr;
			grid-gap: 5px;
			grid-template-areas:
		      "prep cook"
		      "total total"
		      "serv serv"
		      "auth auth";
		}

		#ingredients ul{

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: 1fr;
			grid-gap: 5px;
		}


		#prep ul {
		
			margin: 0;
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: .5fr .5fr;
			grid-template-areas:
		      "list list"
		      "ptwoimg pfiveimg";
			grid-gap: 5px;
		}

		#cook ol {
			list-style-type: decimal;

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: .5fr .5fr 1fr;
			grid-template-areas:
		      "sthreeimg stonefour"
		      "sfourimg stfiveeight"
		      "seightimg seightimg";
			grid-gap: 5px;
		}


		h2 {
		
			text-align: left;
		}

	}


	/*desktop styles*/
	@media only screen and (min-width: 1001px) {
		header {
			display: grid;
		

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: auto 1fr;
			grid-gap: 5px;
			grid-template-areas:
			  "head head"
		      "video desc";
		}

		#data ul{

			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 5px;
			grid-template-areas:
		      "prep cook total"
		      "serv serv serv" 
		      "auth auth auth";
		}

		#ingredients ul{
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: 1fr;
			grid-gap: 3px;
		}

		#prep ul {
		

			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: .2fr .2fr;
			grid-template-areas:
		      "list ptwoimg"
		      "list pfiveimg";
			grid-gap: 5px;
		}



		#cook ol {
			list-style-type: decimal;
			margin: 0;
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: .5fr .5fr 1fr;
			grid-template-areas:
		      "stonefour sthreeimg"
		      "stfiveeight sfourimg"
		      "seightimg seightimg";
			grid-gap: 5px;
		}

		h2 {
		
			text-align: left;
		}

	}

	li#preptime{
		grid-area: prep;
	}

	li#cooktime{
		grid-area: cook;
	}


	li#totaltime{
		grid-area: total;
	}

	li#servings{
		grid-area: serv;
	}

	li#author{
		grid-area: auth;
	}

    #prep1{
		grid-area: pone;
	}

    #prep2{
		grid-area: ptwo;
	}

    #prep2img{
		grid-area: ptwoimg;
	}

    #prep3{
		grid-area: pthree;
	}

    #prep4{
		grid-area: pfour;
	}

    #prep5{
		grid-area: pfive;
	}

	#prep5img{
		grid-area: pfiveimg;
	}

	#step1{
		grid-area: sone;
	}

    #step2{
		grid-area: stwo;
	}

	#step3{
		grid-area: sthree;
	}

    #step3img{
		grid-area: sthreeimg;
	}

    #step4{
		grid-area: sfour;
	}

    #step4img{
		grid-area: sfourimg;
	}

    #step5{
		grid-area: sfive;
	}

	#step6{
		grid-area: ssix;
	}

	#step7{
		grid-area: sseven;
	}

	#step8{
		grid-area: seight;
	}

	#step8img{
		grid-area: seightimg;
	}

	.video-container iframe {
		grid-area: video;
	}


	#text{
		grid-area: desc;
	}

	#list{
		grid-area: list;
	}

	#pimgs{
		grid-area: pimgs;
	}


	h1{
		grid-area: head;
	}

