h2 {
	font-family: 'Copperplate', 'Book Antiqua', serif;
	font-size: 220%;
	text-transform: capitalize;
    font-variant: small-caps;
}
.fancy {
	line-height: 0.5;
	text-align: center;
}
.fancy span {
	display: inline-block;
	position: relative;  
}
.fancy span:before, .fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	top: 0;
	width: 90%;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}
.intro {
	color: #777;
	font-size: 150%;
	line-height: inherit;
	padding-top: 2rem;
	text-align: center;
}
.center_mobile {
	margin: auto;
	max-width: 425px;
	text-align: center;
}
.farmImplement {
	display: inline-block;
	height: auto;
	max-width: 45%;
	width: 200px;
}
.pumphouse {
	float: left;
	height: auto;
	padding-right: 1rem;
	width: 260px;
	max-width: 60%;
}
.tractor {
	display: inline-block;
	height: auto;
	margin-right: 1rem;
	width: 200px;
	max-width: 45%;
}
.subtitle {
	font-family: 'Copperplate', 'Book Antiqua', serif;
	text-transform: capitalize;
    font-variant: small-caps;
	margin: 0 0 1rem 0;
	padding: 2rem;
}

@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 800px) {
}
@media only screen and (max-width: 600px)  {
}
@media only screen and (max-width: 568px)  {
}
@media only screen and (max-width: 480px)  {
}
@media only screen and (max-width: 414px)  {
	h2 {
		font-size: 220%;
		padding: 0 3rem;
	}
	.intro {
		font-size: 130%;
		padding-top: inherit;
	}
	.pumphouse {
		clear: both;
		display: block;
		float: none;
		height: auto;
		margin: auto;
		padding-right: inherit;
		width: inherit;
		max-width: 95%;
	}
}
@media only screen and (max-width: 375px)  {
	h2 {
		font-size: 190%;
		padding: 0 3rem;
	}
	.intro {
		font-size: 150%;
		padding-top: 3rem;
	}
}
@media only screen and (max-width: 339px)  {
	h2 {
		font-size: 170%;
	}
	.intro {
		font-size: 120%;
	}
}
@media only screen and (max-width: 320px)  {
}
@media print {
}