#menu-builder-footer
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: source_sans_pro;
	font-size: 12pt;
	font-weight: normal;
	color: #b6b6b6;
	text-decoration: none;
	transition: color 200ms;
	margin-right: 35px;
	margin-bottom: 10px;
}

#menu-builder-footer a:hover
{
	color: #ae8830;
}

#menu-builder-footer a:link:last-of-type,
#menu-builder-footer a:active:last-of-type,
#menu-builder-footer a:visited:last-of-type
{
	margin-right: 0;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

@media screen and (max-width:1440px)
{
	#menu-builder-footer
	{
		justify-content: center;
		margin: 30px auto;
	}
}

@media screen and (max-width:768px)
{
	#menu-builder-footer
	{
		flex-flow: column nowrap;
		text-align: center;
		align-items: center;
	}

	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin: 0 0 15px 0;
		font-size: 14pt;
	}
}