html,
body {
	color: #747474;
}

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

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

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

.navbar {
	background-color: #eeeeee;
}

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

.jumbotron {
	background-color: #000000;
}

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

.jumbotron h1 {
	color: #ffffff;
	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: #000000;
}

.featurette-heading {
	color: #000;
}

.btn-location {
	color: #333 !important;
}