html,
body {
	color: #ddd;
	background-color: #242424;
}

h2, h3, h4 {
	color: #fff;
}

.table>tbody>tr>td {
	border-top: none;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

hr {
	border-top: 1px solid #555;
	margin-top: 15px;
	margin-bottom: 30px;
}

.sold {
	color: #fff;
}

.navbar {
	background-color: #eeeeee;
}

.navbar-default .navbar-nav>li>a {
	color: #000000 !important;
}

.jumbotron {
	background-color: #fff;
}

.jumbotron h2 {
	color: #000 !important;
	font-family: 'Josefin Sans';
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;
}

.jumbotron h1 {
	color: #000;
	font-family: 'Great Vibes', sans-serif;
	font-weight: normal;
	font-size: 60px;
	text-align: center;
	text-transform: none;
	letter-spacing: 2px;
}

.featurette a:hover {
	color: #fff;
}

.featurette-heading {
	color: #fff;
}

.section-greeting h3 {
	color: #ffffff;
}

.btn-location {
	background-color: transparent;
	border-color: #555;
	color: #eee !important;
}

.bottom-block {
	background-color: #ffffff;
	color: #000;
}

.bottom-block .featurette-heading {
	color: #000;
}