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