#menu-builder-footer
{
	display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 10px 0;
    height: 200px;
}

@media screen and (max-width: 1200px)
{
	#menu-builder-footer
	{
		height: auto;
		align-items: center;
		margin-top: 30px;
	}	
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: lato, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
	margin-bottom: 24px;
	text-transform: uppercase;
}

#menu-builder-footer a:hover
{
	text-decoration: underline;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}