header {
	width:100%;
	height:37.5em;
	background-image:url('../graphics/bkgFlower.png');
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0;
	text-align:center;
}	
#hdrLogo {
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:5.5em 0 0;
	text-align:center;
}
#sectionHome { 
	background-image:url('../graphics/greenThumb.png');
	background-repeat: repeat-x;
	background-position:center;
}
.homePhoto { 
	background-color: #1cbe34;
  width: 100%;
  height: 420px;
  background-image: url('../graphics/homePhoto.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin:0 auto;
	padding:0; 
}
.homePhotoSm { display:none; }

/* On smaller screens */
@media (max-width:60em) { /*70% of 86.6em */
	header { 
		height:28.7em;
		background-image:url('../graphics/bkgFlowerMed.png');
		background-repeat: repeat-x;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
	#hdrLogo img { width:100%; max-width:10.5em; }	
}
@media (max-width:55em) {
	.homePhoto { display:block; width:100%; }
	.homePhoto img { width:100%; max-width:31.5em; }
	#sectionHome { 
		background-image:url('../graphics/greenThumbSm.png');
		background-repeat: repeat-x;
		background-position:center;
	}
}
@media (max-width:41em) {
	header { 
		height:23.8em;
		background-image:url('../graphics/bkgFlowerSm.png');
		background-repeat: repeat-x;
		margin:1.5em auto 0;
		padding:0;
		text-align:center;
	}
	#hdrLogo img { width:100%; max-width:8.5em; }	
}

	
