.navbar-fixed-bottom {
	background:var(--footer-background-color);
	color:var(--footer-text-color);
}
.navbar-brand{
	color:var(--footer-text-color);
	font-size:10px;
}

@keyframes afooter {
	10% {
	  color: #e72f25
	}
	50% {
	  color: #f9c033
	}
	90% {
	  color: #73bf44
	}
}
.navbar-right:hover{
	animation: afooter 2s ease-in-out infinite;
}
.footer_version{
	color: var(--footer-text-color);
	text-align: center;
	font-size: 10px;
}