#menu-builder-footer
{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

@media screen and (max-width: 768px)
{
	#menu-builder-footer
	{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 30px;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	position: relative;
	display: flex;
	align-items: center;
	font-family: rubik, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{	
	color: #E93001;	
}



@media screen and (max-width: 768px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin-bottom: 15px;
	}
}

#menu-builder-footer a img
{
	padding-right: 3px;
}