.card-footer {
	 position: relative;
  	flex: 1;
  	min-width: 250px;
	/*max-width: 300px*/
	margin: 0px 25px 0px 25px;
	font-size: 15px;
}
.mov ul{
	display: contents;
} 
.mov li{
	text-align: center!important;
}
.card-footer h3{
	display: grid;
	text-align: center;
	font-size: 18px;
	font-family: 'nasalization','sans-serif';
}
#footer hr {
	width: 100%;
	height: 2px;
	border: 0; 
	background: transparent;
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(110,110,110,1) 25%, rgba(110,110,110,1) 75%, rgba(255,255,255,0) 100%); 
	margin-bottom: 1em!important;
	margin-top: 1em;
}
#footer{
/*! display: grid; */
}
#footer .confoot {
    /*margin-bottom: 20px;*/
    background-image: linear-gradient(#1e1e1e 8%, #000000 40%, #000000 86%);
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 -2px 0 black;
    /*box-shadow: 1px 2px 4px #141414, 0 4px 12px #0a0a0a;*/
    padding: 0px 15px 0 15px;
}
#footer .rowfoot{
	max-width: 100%;
    text-align: center;
}
#footer .rowfoot img {
	width: 150px;
}
#footer .rowfoot p{
	font-size: 12px;
}
#footer li{
	padding: 0px;
	text-align: left;
	list-style: none;
	
}
#footer li a{
    text-decoration: none;
    color: #17720E;
}
#footer li a:hover {
    text-decoration: none;
    color: #41C0F2;
}
.row {
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}