#menu-builder-footer
{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: PTSans;
	font-size: 13pt;
	color: #002044;
	text-decoration: none;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{
	color: #868d00;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}


@media screen and (max-width: 768px)
{
		#menu-builder-footer
	{
		flex-flow: column wrap;
		text-align: center;
		align-items: center;
	}

	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		font-size: 11pt;
		margin-bottom: 10px;
	}
	#menu-builder-footer
	{
	    height: auto;
	}
}