html, body {
	height: 100%;
}

body {
	padding-top: 0;
	font-size: 16px;
	font-family: "Open Sans",serif;
	background: transparent;
}

#splash {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #d7d7d7;
	display: block;
	background: url(images/juru-light-industry-semi-detached-factories.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
}

.splashbox {
	display: table-cell;
	vertical-align: middle; 
}

h1, h2 {
	font-family: "Abel", Arial, sans-serif;
	font-weight: 400;
	font-size: 40px;
}

h2 {
	padding-bottom: 20px;
}

/* Override B3 .panel adding a subtly transparent background */
.panel {
	background-color: rgba(255, 255, 255, 0.9);
}

.margin-base-vertical {
	margin: 40px 0;
}

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.location {
	width: 100%;
	max-width: 500px;
}
.siteplan {
	width: 90%;
	max-width: 1200px;
}
.floorplan {
	width: 100%;
	max-width: 400px;
}