.social-container-footer
{
	font-family: "Source Sans 3", sans-serif;
	font-size: var(--font-size-p);
	font-weight: normal;
	color: var(--neutral-light-grey);
	text-decoration: none;
	transition: color 150ms;
	text-align: center;
	justify-content: center;
	margin-bottom: 20px;
}

.social-container-footer #contact-email
{
	color: var(--neutral-light-grey);
	font-weight: normal;
	text-decoration: none;
	transition: color 0.3s;
}

.social-container-footer #contact-email:hover
{
	color: #FFFFFF;
}

#menu-builder-social
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

#menu-builder-social span
{
	margin-right: 15px;
}

#menu-builder-social a:link,
#menu-builder-social a:active,
#menu-builder-social a:visited
{
	display: inline-block;
	margin-right: 15px;
	transition: transform 200ms;
}

#menu-builder-social a:last-of-type
{
	margin-right: 0;
}

#menu-builder-social a:hover
{
	transform: translateY(-3px)
}

@media (max-width: 1200px)
{

	#footer-logo
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#menu-builder-footer
	{
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	#menu-builder-footer a
	{
		margin-bottom: 15px;
	}

}

/* Contact Form Socials */
.social-container-contact #menu-builder-social
{
	justify-content: left;
}
.social-container-contact #menu-builder-social a:link,
.social-container-contact #menu-builder-social a:active,
.social-container-contact #menu-builder-social a:visited
{
	padding: 10px;
}