html, body {
	height: 100%;
}

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

#splash {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: block;
	background: #d7d7d7 url("images/pp_loc_3d_1.png") no-repeat center right fixed; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: table;
}

#splash {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: block;
	background: #d7d7d7 url("images/pp_loc_3d_1.png") 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;
	opacity: 0.8;
}

.parallax {
	/* The image used */
	background-image: url("images/pp_loc_3d_2.png");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
	.parallax {
		background-attachment: scroll;
	}
}

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

h2 {
	padding-bottom: 20px;
}

.title {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic", "Abel", Arial, sans-serif;
	font-weight: 400;
	font-size: 54px;
	color: #3b3838;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.subtitle {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic", "Abel", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #3b3838;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.caps {
	text-transform: uppercase;
}
.mediumcap {
	font-size: 1.1em;
}
.bigcap {
	font-size: 1.2em;
}

/* 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%;
}
.siteplan {
	width: 100%;
	max-width: 1200px;
}
.floorplan {
	width: 90%;
	max-width: 1200px;
}
.unitplan {
	width: 90%;
	max-width: 300px;
}
.gray {
	background: #6b6b6b;
	color: #fff;
}
.pics {
	width: 100%;
	max-height: 340px;
	object-fit: cover;
}
.tallpic {
	width: 90%;
	max-width: 500px;
	padding: 20px;
}
.iconpic {
	padding-top: 20px;
	padding-bottom: 10px;
}
.border {
	border: 1px solid #000;
	padding: 0;
}

.table-center {
	margin: 0px auto;
}
.table-center-text-left {
	margin: 0px auto;
}
.table-center-text-left  td {
	text-align: left;
}
.vertical-align {
	display: inline-block;
	vertical-align: middle;
	float: none;
}