body, html{
	margin:0;
}
body {
	color: #666;
	font:  100%/140% Roboto, Arial, Helvetica, sans-serif;
	
	margin: 0 auto;
}
.small {
    font-size: 11px;
    font-weight: 400;
}
a {
	color: #bd3d04;
}
a:hover {
	color: #F60;
}
h1 {
	overflow: hidden;
}
h3 {
	color: #775d4a;
	padding:0;
	margin: 0 0 20px 0;
	font-size: 170%;
	line-height: 120%
}
p {
	margin: 0 0 20px;
}
.button {
        position: relative;
    padding: .3em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #bd3d04;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin: 0 auto;
    text-decoration: none;
}
.button:hover {
    color:#fff;
    background-color: #8d2f05;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

#pagewrap {	
	margin: 0 auto;
	
}
.wrapper {
	overflow: hidden;
	width: 1200px;
	max-width: 94%;
	margin:0 auto
}
header {
	text-align: center;
	height: auto;
	max-height: 315px;
	overflow:auto;
	display:block;
	background: #fff url(img/bodybg.jpg) repeat-x bottom;
}
header .wrapper {
	position:relative;
}
header p {
    color: #fff;
    font-size: larger;
    left: 93px;
    position: absolute;
    text-align: left;
    top: 179px;
    width: 300px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
}
header p.phone {
	right: 97px;
	left: auto;
	text-align: right;
}
footer {
	background: #a57a55 url(img/footerbg.jpg) repeat-x top;
	text-align: center;
	min-height: 46px;
	padding-top: 40px;
	display:block;
	width:100%;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);	
	font-weight: 700;
}

footer a, header a {
	color: #fff;
}
.content img {
	width: 90%;
	height: auto;
	max-width: 300px;
	margin: .5em auto;
}
img.border {
	border: 3px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.73);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.73);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.73);
}
footer span {
	margin: 0 1em
}
.logo {
	background: transparent url(img/warford-silgas-brown-county-indiana.png) no-repeat top;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	max-width: 1040px;
	height: 303px;
	margin: 8px auto 0 auto;
	background-size: 100%;
}
h2 {
	background-color: #f1f1f1;
	text-align:center;
	margin: 0;
	font-size: 40px;
	padding: 0.3em 2em 0.6em;
	color: #9b8068;
	line-height: 100%;
	border-bottom: 1px solid #9b8068;
	text-transform: uppercase;
}
.center {
	font-size: 18px;
	line-height: 150%;
	color: #52453b;
	font-weight: 700;
	padding: 0 1em
}


/************************************************************************************
COLUMN
*************************************************************************************/
.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
	text-align: center;
	padding: 1em 0;
}
/* center column only styles */
.grid3 .col:nth-of-type(2) {
	background-color: #f1f1f1;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col {
	width: 31.2%;
}
/* grid2 col */
.grid2 .col {
	width: 48.4%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 1080px) {
	header p {
		left: 30px;
		width: 250px;
		top: 160px;
	}
	header p.phone {
		right: 30px;
	}
}
/* reset cols to 3-column */
@media screen and (max-width: 800px) {
	/* grid4 */
	.grid4 .col {
		width: 31.2%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
	.logo {
		height: 200px;
	}
	header p {
		top: 134px;
		width: 150px;
		left: 10px;
		font-weight: 700;
		font-size: 16px;
	}
	header p.phone {
		right: 10px;
	}
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	h2 {
		padding: 0.3em 1.5em 0.6em;
		font-size: 30px
	}
}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
	h2 {
		padding: 0.3em 1em 0.6em;
		font-size: 20px
	}
	.content img {
		max-width: 200px;
		display: block;
		margin: .5em auto;
	}
	header p {
		font-size: 14px;
		width: 150px;
		left: 5px;
		top: 171px
	}
	header p.phone {
		right: 5px;
	}
	.logo {
		margin-top: 38px;
	}
	footer {
		font-size: 10px;
		padding-top: 20px;
		line-height: 120%;
	}
	footer span {
		display: block;
		margin: 0 auto
	}
}