div#footer {
	background-color: #1f2129;
	
	
	color: #7a89ab;
	height: 390px;
	text-align: center;
}

div#footer img {
	height: 33px;
	margin-top: 90px;
}
div#footer ul {
	list-style: none;
	margin: 0 auto;
	margin-top: 55px;
	padding-left: 0px;
}

div#footer ul li {
	font-family: source sans pro,Arial,Helvetica,sans-serif;
    font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	display: inline;
	padding: 0px 10px;
}
div#footer ul li.border {
	border-right: 1px solid #7a89ab;
}
div#footer ul li a {
	color: #fff;
}
div#footer ul li a:hover {
	color: var(--software-color);
	text-decoration: none;
}
div#footer p {
	margin: 55px 0px;
	font-size: 14px;
	text-transform: uppercase;
}
div#footer p a {
	color: #fff;
}
div#footer p a:hover {
	color: var(--software-color);
	text-decoration: none;
}