#page1 {
	display:none;
	background:url(../images/beans-dark-bg.jpg)no-repeat, #000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin:auto;
    overflow: hidden;
    background-position: center top;
	background-size:cover;
	background-attachment: fixed;
	z-index:5;
}

#page {
	position:absolute;
	top:0;
	width:100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin:auto;
    overflow: hidden;
}

#logo {
	display:block;
	float:left;
}

#logo {
	margin-left:2%;
	width:9em;
}

#splash-head {
	position:absolute;
	bottom:10%;
	width:100%;
	margin:0;
	padding:0;
}

#splash-head img {
	width:12em;
	position:relative;
	bottom:5em;
	display:block;
	margin:auto;
}

#splash-head h1  {
	left:0;
	width:100%;
	text-align:center;
	font-size:1.2em;
	text-shadow: 0px 0px 10px #000;
	font-family:Monotype Corsiva, Times, serif;
}

#splash-head h1 a {
  color:#ED1B24;
  font-size:1.5em !important;
}

#splash-head h1 a:hover {
	color:#ED1B24;
}

#pour-small {
	display:block;
	width:80%;
	margin:4em auto;
}

/* Media Queries */
/*@media all and (min-width: 37.5em){*/
	#pour-small {
		display:none;
	}
	
	body.coffee #page, body.reviews #page {
		background:url(../images/beans-bg.jpg)no-repeat, #000;
		background-position: center top;
		background-size:cover;
		background-attachment: fixed;
	}
	
	body.splash #page {
		background:url(../images/beans-dark-bg.jpg)no-repeat, #000;
		background-position: center top;
		background-size:cover;
		background-attachment: fixed;
	}
	
	body.locations #page { 
		background:url(../images/locations-bg.jpg)no-repeat, #000;	
		background-position: center top;
		background-size:cover;
		background-attachment: fixed;
	}
	
	body.sidewalk #page { 
		background:url(../images/sidewalk-bg.jpg)no-repeat, #000;	
		background-position: center top;
		background-size:cover;
		background-attachment: fixed;
	}
	
	body.brix #page { 
		background:url(../images/brix-bg.jpg)no-repeat, #000;
		background-position: center center;
		background-size:cover;
		background-attachment: fixed;
	}
	
	body.shop #page,
	body.woocommerce-page #page { 
		background:url(../images/shop-bg.jpg)no-repeat, #000;	
		background-position: center top;
		background-size:cover;
		background-attachment: fixed;
	
	}
	
	body.wholesale #page { 
		background:url(../images/brix-bg.jpg)no-repeat, #000;	
		background-position: center center;
		background-size:cover;
		background-attachment: fixed;
	}
	
	body.about #page { 
		background:url(../images/about-bg.jpg)no-repeat, #000;	
		background-position: center top;
		background-size:cover;
		background-attachment: fixed;
	}
	
	body.education #page, body.blog #page { 
		background:url(../images/edu-bg.jpg)no-repeat, #fff;	
		background-position: center top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
	
	body.nav #page { 
		background:url(../images/pour-bg.jpg)no-repeat, #000;
		background-position: center top;
		background-size:auto 100%;
		background-attachment: fixed;
	}
/*}*/


@media all and (min-width:70em){
	#splash-head img {
		width:10em;
		bottom:6em;
	}
	
	#splash-head h1  {
		padding-top:10px;
		font-size:1.5em;
	}
}