#menu-builder-footer-social
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 42px;
	font-family: source_sans_pro;
	font-size: 11pt;
	color: #c9c9c9;
}

@media screen and (max-width:768px)
{
	#menu-builder-footer-social
	{
		justify-content: center;
	}
}

#menu-builder-footer-social a:link,
#menu-builder-footer-social a:active,
#menu-builder-footer-social a:visited
{
	display: flex;
	align-items: center;
	font-family: source_sans_pro;
	font-size: 12pt;
	font-weight: normal;
	color: #c9c9c9;
	text-decoration: none;
	transition: transform 200ms;
	margin-left: 35px;
}

#menu-builder-footer-social a:hover
{
	transform: translateY(-3px);
}