.footer {
	background-color: #333;
	color: #fff;
	padding: 20px 0;

}

.footer h5 { 
	color: #fff;
}

.footer p {
	margin-bottom: 10px;
}

.footer ul li {
	list-style: none;
	margin-bottom: 5px;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.footer hr {
	border-top: 1px solid #fff;
	margin: 20px 0;
}

.footer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.footer {	
		margin-top: 200px;
	}
}
