.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px;
	background-color: #111;
}

.footer, .footer p, .footer a {
	color: rgb(153,153,153);
	font-size: 13px;
	font-family: "Open Sans";
	transition: color 0.25s;
}

.footer p {
	padding: 10px;
}

.footer a.nav {
	display: block;
	text-align: center;
	padding: 10px;
	float: left;
}

.footer a:hover {
	text-decoration: none;
	color: #fff;
}
a.nav-link {
	display: block;
	font-size: 14px;
	padding: 15px 11px;
	text-transform: uppercase;
	transition: 0.5s;
	height: 50px;
	font-weight: 400 !important;
	color: #000 !important;
}

a.nav-link:hover {
	background-color: rgb(104,198,226);
	color: #fff !important;
}