footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #e6782b;
	color: white;
}

.home{
	padding-top:120px; 
	width:80%;
}

.navbar-default {
	background-color: #FFF;
	border-color: #FFF;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #FFF;
}

.nav-pills > li > a{
	color:#000
}

.title-home{
	text-decoration: none;
	color: #000;
}

.title-home > a:focus, a:hover {
	color: #777;
	text-decoration: none;
}

@media(max-width:767px){
	footer{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 45px;
	background-color: #e6782b;
	color: white;
	}

	.home{
		padding-top:120px; 
		width:100%;
	}
}