.home-top {
	font-weight: bold;
	color: #993300;
	background-color: #333333;
	cursor: text;
}
.home {
	font-weight: bold;
	color: #993300;
	background-color: #333333;
	border-color: #000000;
	cursor: text;
}
.home:hover {
	font-weight: bold;
	color: #993300;
	background-color: #333333;
	border-color: #000000;
}




.main-content-container {
	padding-top: 15px;
}
.container.text-center {
	padding-top: 15px;
}