/* CSS Document */

footer {
	background: #FCEDCF;
	margin-top: var(--10rem-rp);
}


footer a {
	transition: all .3s ease;
	border-bottom: 1px solid transparent;
}

footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid black;
	
}	

ul.nav.nav-pills.payments {
	max-width: fit-content;
	float: none;
	margin: 1rem auto;
}

.footer-custom ul li {
	 margin-bottom: .6rem;
}

.footer-custom ul {
	list-style: none;
	padding-left: 0;
}


