.footer
{
	height: auto;
	background-color: #2c2b2b;
	border-top: none;
	text-align: center;
	padding-bottom: 50px;
}
.navbar
{
	padding: 10px 0px;
	text-transform: uppercase;
}
.wrap
{
	background: #ffffff url('/themes/images/bg.jpg') no-repeat top;
	background-size: cover;
	height: auto;
	color:#fff;
	background-attachment: fixed;
}
.footer h3
{
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.footer p
{
	color: #fff;
}
.hero-div
{
	text-align: center;
	position: relative;
	top: 230px;
}
.hero-div h3
{
	font-weight: 700;
	font-size: 5em;
	color: #2c2b2b;
}
.btn-ctn
{
	text-transform: uppercase;
	height: 50px;
}
