.footer
{
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #323C8E;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	min-height: 50px;
	padding-left: 20px;
}

.footer p, .footer a
{
	color: white;
	font-size: 12px;
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
  	padding: 0;
  	margin: 0;
  	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer .row
{
	width: 100%;
}

.footer_logo
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer_text
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer_logo img
{
	padding-top: 10px;
	padding-bottom: 10px;
}