@charset "UTF-8";

/* Layout Design by Paul Douglas of Douglas Web Designs
	v 2.0.1.4 - 2014-04-07
	
	http://www.douglaswebdesigns.com
	            FOR
	   Bocks Feed & Stuff, LLC

(global rules for large screen sizes) */

body { 
	margin: 0px; 
	padding: 0px; 
}

header a.logo { 
	display: block; 
	position: absolute; 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
}

nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #597E48;
}

section h2 {
	margin-top: 22px;
}


/* Layout Large Screens (default for older browsers) */

header { 
	height: 275px; 
	background: url(../img/bocksBanner_filler.png) no-repeat right 0px;
	background-size: 1036px 275px; 
	background-position: center;
}

header a.logo { 
	width: 439px; height: 85px; 
	top: 76px; 
	right: -45px; 
	background-image: url(../img/facebook_large.png); background-size: 375px 74px;
	opacity:0.90;
	filter:alpha(opacity=80);	
}

.headerPhone {
	float: right;
	display: block;
	margin: 200px 8px 0 0;
	padding: 30px 5px 0 5px;
	line-height: 95%;
	font-size: 1.5em;
	color: #8F9681!important;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.85);
	font-weight: bold;
	background: transparent;
	z-index: 999;
}
	
.headerPhone a { 
	color: #000!important; 
	text-decoration: none;
}
	
.headerPhone a:visited { 
	color: #000!important; 
	text-decoration: none;
}
	
.headerPhone a:hover { 
	color: #000!important; 
	text-decoration: none;
}

.headerAddress {
	margin: 0 0 0 10px;
	padding-top: 155px;
	line-height: 95%;
	font-size: 1.5em; 
	color: #fff!important;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.propaneTank {
	float: right;
	margin-right: 125px;
	width: 125px; 
	height: 180px;
	background-image: url(../img/propaneTank.png);
	background-size: 125px 180px;
	opacity:0.80;
	filter:alpha(opacity=80);
}

span .city {
	font-size: 95%;
	color: #597E48;
}

.shedArticle { 
	padding: 0 20px 10px 0;
	font-size-adjust: 85%;
}

.shedArticle h1 { 
	margin: 0;
	padding: 0;
}

article { 
	padding: 15px 20px 10px 0;
	font-size-adjust: 85%;
}

.articleLeft {
	float: left;
	margin: 0 2.5%;
}

.articleRight {
	float: right;
	margin: 0 2.5%;
}

.promo_container { 
	padding-top: 15px;
    padding-left: 20px; 
}
 
.promo_container .promo { 
	width: 33%; 
	float: left; 
	background-position: 0px 3px; 
}

.promo_container .promo .content { 
	padding: 0px 30px 0px 118px; 
}

.promo_container p {
	font-size: 1em;
}

.content p {
	padding-left: 10px;
}

.buttonContainer  {
	width: auto;
	height: auto;
	float: none;
	margin: 5px 0px 10px 0px;
	padding: 50px 5px 10px 10px;
	font-size: 1em;
	background-position: 10px 10px;
	border-top: 1px solid #AACCD8;

}

.google-maps {
	position: relative;
	margin-top: 25px;
	padding-bottom: 55%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98% !important;
	height: 98% !important;
}

nav { 
	top: 275px; 
}

nav a { 
	margin: 12px 0px 10px 20px; 
}


@media screen and (max-width: 990px) {
	footer { 
		padding-left: 20px; 
}

	footer a {
		text-decoration: none;
		color: #FEE1B5;
}

	footer a:hover {
		text-decoration: none;	
		color: #FEE1B5;
}

	footer a:visited {
		text-decoration: none;
		color: #FEE1B5;
}

}


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

	header a.logo { background-image: url(../img/logo_large_2x.png); }
	header { background-image: url(../img/bocksBanner_lg.png); }

}


@media screen and (max-width: 800px) {
    nav {
		font-size: 85%;
	}
	
	.headerAddress {
		display: none;
	}
	
	
	
}

















