/** * 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 styles */

	header {
		font-family: 'Merienda One';
		text-align: center;
		color:  #23362d;
		background:  #664d33;
		height: 150px;
		}
		
	body {
		font-family: 'Cormorant Infant';
		background: #664d33;
		color: #23362d;
		
	}

		nav{ 
		background-color: #75583b;
		height: 100px;
		text-align: center;
	}
	.nav ul{
		list-style-type: none;	
		text-align: center;
		background-color: #664d33;
		padding-top:50px;
		margin:0;
		}

	nav ul li{
		list-style-type: none;
		width: 50px;
		display:inline-block;
		text-align: center;
		padding-top:2em;
		padding-right: 1em;
		padding-bottom: 2em;
		padding-left:1em;
	}
	}

	li a {
		text-decoration: none;
		color: #17241e; 
		display: block;
	}

 	a:hover { 
  		background-color: #7f6851;
  		color:#23362d ;
	}
	
	#wrapper {
		width: 100%;
		background: #664d33;
		border: 25px solid #664d33;
		
	}
	
	
	h1 {
	font-family: 'Merienda One';	
	font-size: 3em;
	}
	
	h2 {
	font-family: 'Cormorant Infant';
	font-size: 1.5em;
	text-align: center;
	}
	
	#headimg {
	background: #664d33;
	background-image: url("img/fall_background.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_pears {
	background:  #f6f6ee;
	background-image: url("img/fall_pears.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_leaves {
	background:  #f6f6ee;
	background-image: url("img/fall_leaves.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

	#rain_plums {
	background:  #f6f6ee;
	background-image: url("img/rain_plums.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

	#fall_cana {
	background:  #f6f6ee;
	background-image: url("img/fall_cana.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

	

	#rain_leaves {
	background: #f6f6ee;
	background-image: url("img/rain_leaves.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	
	
	#fall_green_pear{
	background:  #f6f6ee;
	background-image: url("img/fall_green_pear.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_green_pears {
	background:  #f6f6ee;
	background-image: url("img/fall_green_pears.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#flowers {
	background:  #f6f6ee;
	background-image: url("img/flowers.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
   	background-size: cover;
	}
	
	#tall_grass {
	background:  #f6f6ee;
	background-image: url("img/tall_grass.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#tall_grass_two {
	background:  #f6f6ee;
	background-image: url("img/tall_grass_two.jpeg");
	width:100%;
	min-height: 400px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	footer {
	background:#334d66;
	color:  #23362d;
	text-align: center;
	}
	
	
	/* tablet styles */
	@media only screen and (min-width: 550px) and (max-width: 700px) {
	
	header {
		font-family: 'Merienda One';
		text-align: center;
		color:  #23362d;
		background: #664d33;
		}
		
	body {
		font-family: 'Cormorant Infant';
		background: white;
		color: black;	
	}

		nav{ 
		background-color: #75583b;
		height: 120px;
		text-align: center;
	}
	.nav ul{
		list-style-type: none;	
		text-align: center;
		background-color: #664d33;
		padding-top:50px;
		margin:0;
		}

	nav ul li{
		list-style-type: none;
		width: 100px;
		display:inline-block;
		text-align: center;
		padding-top:.5em;
		padding-right: .5em;
		padding-bottom: .5em;
		padding-left:.5em;
	}
	}

	li a {
		text-decoration: none;
		color: #17241e; 
		display: block;
	}

 	a:hover { 
  		background-color: #7f6851;
  		color:#23362d ;
	}
	
	#wrapper {
		width: 100%;
		background: white;
		border: 1px solid white;
		
	}
	
	
	h1 {
	font-family: 'Merienda One'
	font-size: 4em;
	}
	
	h2 {
	font-family: 'Cormorant Infant';
	font-size: 2em;
	text-align: center;
	}
	
	#headimg {
	background: #f6f6ee;
	background-image: url("img/fall_background.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_pears {
	background:  #f6f6ee;
	background-image: url("img/fall_pears.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
   	background-size: cover;
	}
	
	#fall_leaves {
	background:  #f6f6ee;
	background-image: url("img/fall_leaves.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

	#rain_plums {
	background:  #f6f6ee;
	background-image: url("img/rain_plums.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-size: cover;
	}

	#fall_cana {
	background:  #f6f6ee;
	background-image: url("img/fall_cana.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

	

	#rain_leaves {
	background:  #f6f6ee;	
	background-image: url("img/rain_leaves.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	
	
	#fall_green_pear {
	background:  #f6f6ee;
	background-image: url("img/fall_green_pear.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_green_pears{
	background:  #f6f6ee;
	background-image: url("img/fall_green_pears.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#flowers  {
	background:  #f6f6ee;
	background-image: url("img/flowers.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#tall_grass {
	background:  #f6f6ee;
	background-image: url("img/tall_grass.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	#tall_grass_two {
	background:  #f6f6ee;
	background-image: url("img/tall_grass_two.jpeg");
	width:100%;
	min-height: 600px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
	
	footer {
	background:#334d66;
	color:  #23362d;
	text-align: center;
	}
	
}
	
	
	/* desktop styles */
	@media only screen and (min-width: 701px) {
	
	header {
		font-family: 'Merienda One';
		text-align: center;
		color: #23362d;
		background:  #664d33;
		}
		
	body {
		font-family: 'Cormorant Infant';
		background: white;
		color: black;	
	}
	
		nav{ 
		background-color: #75583b;
		height: 250px;
		text-align: center;
	}
	.nav ul{
		list-style-type: none;	
		text-align: center;
		background-color: #664d33;
		padding-top:50px;
		margin:0;
		}

	nav ul li{
		list-style-type: none;
		width: 100px;
		display:inline-block;
		text-align: center;
		padding-top:.5em;
		padding-right: .1em;
		padding-bottom: .5em;
		padding-left:.1em;
	}

	li a {
		text-decoration: none;
		color: #17241e; 
		display: block;
	}

 	a:hover { 
  		background-color: #7f6851;
  		color:#23362d ;
	}

	#wrapper {
		width: 100%;
		background: white;
		border: 1px solid white;
		
	}
	
	
	h1 {
	font-family: 'Merienda One';	
	font-size: 5em;
	
	}
	
	h2 {
	font-family: 'Cormorant Infant';
	font-size: 2em;
	text-align: center;

	}
	
	#headimg {
	background:  #f6f6ee;
	background-image: url("img/fall_background.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_pears {
	background:  #f6f6ee;
	background-image: url("img/fall_pears.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_leaves {
	background:  #f6f6ee;
	background-image: url("img/fall_leaves.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

	#rain_plums  {
	background:  #f6f6ee;
	background-image: url("img/rain_plums.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
   	background-size: cover;
	}

	#fall_cana {
	background:  #f6f6ee;
	background-image: url("img/fall_cana.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

	

	#rain_leaves {
	background: #f6f6ee;
	background-image: url("img/rain_leaves.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
  	background-size: cover;
	}
	
	
	
	#fall_green_pear {
	background:  #f6f6ee;
	background-image: url("img/fall_green_pear.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#fall_green_pears {
	background: #f6f6ee;
	background-image: url("img/fall_green_pears.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#flowers {
	background: #f6f6ee;
	background-image: url("img/flowers.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#tall_grass {
	background:  #f6f6ee;
	background-image: url("img/tall_grass.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	#tall_grass_two {
	background:  #f6f6ee;
	background-image: url("img/tall_grass_two.jpeg");
	width:100%;
	min-height: 800px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	footer {
	background:#334d66;
	color: #23362d;
	text-align: center;
	}
	
}
