#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	height: 120px;
}

@media screen and (max-width:1440px)
{
	#menu-builder-footer
	{
		align-items: center;
		text-align: center;
		max-width: 400px;
		margin: 0 auto 20px auto;
		width: 100%;
	}
}

@media screen and (max-width:768px)
{
	#menu-builder-footer
	{
		height: auto;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	margin-bottom: 10px;
	text-decoration: none;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}