footer {
	font-size: 18px;
}

footer .row {
	margin-bottom: 15px;
}

footer .col-6 {
	text-align: center;
}

footer h3 {
	color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    border-bottom: 1px solid;
}

footer a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.55);
}

footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}