/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/templates/small-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
	padding-top: 56px;
}
.centerIt {
	text-align:center;
}
h1 {
	font-size:30px;
	text-align:center;
	line-height:60px;
}
#mapRoll h2 {
	font-size:26px;
	text-align:center !important;
	line-height:40px;
}
#mapRoll {
	width:100%;
	height:100%;
	text-align:center;
}
#mapRoll table {
	width:400px;
	height:500px;
	border:none;
	padding:0px;
	margin:0 auto;
}
#mapRoll table tr td {
	padding:0px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.roll {
	position: relative;
	width: 400px;
	height:250px;
}
.roll2 {
	position: relative;
	width: 400px;
	height:250px;
}
.roll3 {
	position: relative;
	width: 200px;
	height:250px;
}
/* Make the image to responsive */
.image {
	width: 100%;
	height: auto;
}
.drop40top {
	margin-top:-40px;
}
.drop40bottom {
	margin-bottom:-40px;
}
.add40top {
	padding-top:40px;
}
#lots a {
	color:#fff;
}
.picBorder {
	border:1px solid #333;
}
.holder {
	width:100%;
	padding:20px;
	margin:auto;
}
.thirds {
	width:33%;
	float:left;
	padding:20px;
}
.thirds ul li {
	list-style:none;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.whiteBorder {
	border-color:#fff;
}
.floatLeft {
	float:left;
	margin:8px;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #008CBA;
	opacity:70%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: scale(0);
 transition: .3s ease;
}
.tinyText {
	font-size:10px;
}
.overlay2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ff2800;
	opacity:70%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: scale(0);
 transition: .3s ease;
}
.overlay3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffb400;
	opacity:70%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: scale(0);
 transition: .3s ease;
}
/* When you mouse over the container, the overlay text will "zoom" in display */
.roll:hover .overlay {
	transform: scale(1);
}
.roll2:hover .overlay2 {
	transform: scale(1);
}
.roll3:hover .overlay3 {
	transform: scale(1);
}
/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
	color: white;
	font-size: 28px;
	font-weight:bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-text-stroke: 1px black;
}
#allLots p {
	font-size:12px;
}
#allLots .card-body {
	background:#343a40;
	color:#fff;
}
.allWhite {
	background:#fff !important;
	color:#fff !important;
	border-color:#fff;
}
.lots {
	font-size:36px;
	line-height:60px;
	padding-bottom:40px;
}
.card-title {
	text-align:center;
}
.map-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.centerIt {
	text-align:center;
	margin:auto;
}
.address {
	text-align:center;
	margin-top:20px;
}
.white {
	color:#fff;
}
