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: 10px;
	width: 60%;
	margin-bottom: 40px;
}

.navbar {
	background-color: #eee;
}

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

.jumbotron {
	background-color: #fff;
}

.jumbotron h2 {
	color: #000 !important;
}

.jumbotron h1 {
	color: #000;
}

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

.featurette-heading {
	color: #fff;
}

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

.sold {
	color: #fff;
}

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

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

@media only screen and (max-width : 480px) {
	.jumbotron {
		display: none;
	}
	.dropdown-menu {
	background-color: transparent;
    }
}