.footer {
	background-color: #3d3d3d;
	padding: 20px;
}

.footer h5 {
	font-weight: 500;
	color: #ffffff;
	font-size: 1rem;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	margin: 5px 0;
}

.footer ul a {

	color: #c1c1c1 !important;
	font-size: 14px;
	text-decoration: none;
}

.footer ul a:hover {

	color: #d6d6d6 !important;
	font-size: 14px;
	text-decoration: none;
}

.col-md-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.footer .copyright{
	height: 36px;
	color: #c1c1c1;
	font-size: 12px;
}

@media screen and (min-width:768px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}
@media screen and (max-width:768px) {
	.col-12,.col-sm-12 {
		margin-bottom: 20px;
	}
}
