body {
	font-family: 'Open Sans Condensed', sans-serif;
}

.wrapper {
	max-width: 45rem;
	margin: 0 auto;
}

.hero {
	width: 100%;
	height: 0;
	margin-top: 2rem;
	padding-bottom: 75%;
	background-image: url("images/AndromedaFarm_gate.jpg");
	background-color: #bbb;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	display: block;
}

.center-type {
	text-align: center;
	margin-top: 30% 0;
}

.blog {
	max-width: 80%;
	margin-top: 2rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
}

div.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding:2rem 2rem; 
	padding-bottom: 2rem;
	list-style-type: none;
	background-color: rgba(100,150,200,.5);
}

div.feedburnerFeedBlock p.headline { 
	font-size: .75rem;
	font-weight: bolder;
	letter-spacing: .125rem;
	text-transform: uppercase;
}

div.feedburnerFeedBlock p.date { 
	font-size: .75rem;
	font-weight: bolder;
	letter-spacing: .125rem;
	text-transform: uppercase;
}

div.feedburnerFeedBlock p.feedItemAuthor { 
	font-size: .75rem;
	font-weight: bolder;
	letter-spacing: .125rem;
	text-transform: uppercase;
}

.blog div {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5rem;
}

.blog a {
	font-family: 'Open Sans';
	text-transform: uppercase;
}

.blog a:hover {
	color: hsl(200, 100%, 50%);
}

.image1 {
	width: 14rem;
	height: 18rem;
	padding: 0;
	background-image: url("images/AndromedaFarm_flowers.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.image2 {
	width: 14rem;
	height: 18rem;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/AndromedaFarm_onions.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	align-self: center;
}

.image3 {
	width: 14rem;
	height: 18rem;
	background-image: url("images/AndromedaFarm_wildcat.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
}

.image4 {
	width: 21.5rem;
	height: 15.75rem;
	margin-top: 1.5rem;
	background-image: url("images/AndromedaFarm_river.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	float: left;
}

.image5 {
	width: 21.5rem;
	height: 15.75rem;
	margin-top: 1.5rem;
	background-image: url("images/AndromedaFarm_riverbank.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	float: right;
}

.image6 {
	width: 21.5rem;
	height: 15.75rem;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	background-image: url("images/AndromedaFarm_peppers.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	float: left;
}

.image7 {
	width: 21.5rem;
	height: 15.75rem;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	background-image: url("images/AndromedaFarm_hungonions.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	float: right;
}

.image8 {
	width: 29rem;
	height: 18rem;
	margin-top: 0;
	margin-bottom: 1.75rem;
	background-image: url("images/AndromedaFarm_puddleroad.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	float: left;
}

.image9 {
	width: 14rem;
	height: 18rem;
	background-image: url("images/AndromedaFarm_mistymorning.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
}

h1 {
	font-size: 2rem;
	font-family: 'Open Sans';
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0;
	padding-top: 1rem;
	letter-spacing: .25rem;
	line-height: 2.5rem;
}

h2 {
	margin: 0;
	font-weight: lighter;
	letter-spacing: .0375rem;
	padding-bottom: 1.25rem;
}

h3 {
/*	margin-top: 15rem;
	margin-left: 10rem;
	padding-bottom: 4rem;*/
	text-align: center;
	color: rgba(0,0,0,1);
	font-weight: lighter;
	letter-spacing: .0375rem;
	display: block;
}

h1, h2 {
	color: rgba(255,255,255,1);
	display: block;
	background-color: rgba(100,150,200,.5);
}

a {
	text-decoration: none;
	color: rgba(0,0,0,1);
	font-weight: bold;
}

a:hover {
	color: hsl(200, 100%, 50%);
}

a:visited {
	color: black;
}

footer {
	text-align: center;
	clear: both;
	padding-bottom: 2rem;
}

@media (max-width: 850px) {
	.wrapper {
		width: 85%;
		margin: 0 auto; 
	}

	.blog {
		max-width: 100%;
		margin-top: 2rem;
		margin-bottom: 3rem;
		margin-left: auto;
		margin-right: auto;
	}	

	.image1, .image2, .image3, .image9 {
		width: 100%;
		background-position: center;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5rem;
	}

	.image4, .image5, .image6, .image7, .image8 {
		width: 100%;
		background-position: center;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
}	