#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	height: 70px;
	margin: 30px 0;
}

@media screen and (max-width:1200px)
{
	#menu-builder-footer
	{
		align-items: center;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1024px)
{
	#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: "cabin";
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	margin-bottom: 10px;
	text-decoration: none;
	transition: color 0.2s;
}

@media screen and (max-width:1024px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin-bottom: 15px;
	}
}

#menu-builder-footer a:hover
{
	color:#a1b1d1;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}