/* New footer designs */
#MAMCfooter {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 2em;
	background: #231F20;
    display: block;
}
#MAMCfooter a {
	color: #FFFFFF;
}
#MAMCfooter .contacts-layer {
	width: 100%;
	text-align:center;
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}
#MAMCfooter .mamc-logo-footer {
	margin-right: 2em;
	max-width: 100px;
}
#MAMCfooter .mamc-logo-footer img {
	width: 100%;
}
#MAMCfooter .mamc-contact-footer {
	width: 100%;
	text-align: center;
	display: flex;
	
}
#MAMCfooter .center-contact-info {
	max-width: 400px;
	margin: 0 2em;
	text-align: center;
	font-weight: normal;

}
#MAMCfooter .center-contact-info h4 {
	margin: 4px 0;
	text-align: center;
	font-weight:bold;
	font-size: 22px;
	line-height: 30px;
}
#MAMCfooter .center-contact-info strong {
	text-align: center;
	font-weight:bold;
	font-family: Barlow Condensed;
}
#MAMCfooter .social-network-links {
	width: 100%;
	font-size: 22px;
	padding: 0 30px;
	text-align: center;
	margin-bottom: 2em;
}
#MAMCfooter .social-network-links .links {
	margin: 12px 0;
}
#MAMCfooter .social-network-links a {
	margin: 2px 10px;
}
#MAMCfooter .hashtag-link a {
	color: #E4002B;
	text-decoration: underline;
}
#MAMCfooter .hashtag-link a:hover {
	color: #FFFFFF;
}
#MAMCfooter .rights-reserved {
	width: 100%;
	text-align: center;
	background: #000000;
	padding: 2em 30px;
}
#MAMCfooter .rights-reserved a {
	text-decoration: underline;
}
@media (max-width: 768px) {
	#MAMCfooter .mamc-logo-footer {
		margin-right: 1em;
		max-width: 80px;
	}
	#MAMCfooter .mamc-contact-footer {
		display: block;
		text-align: center;
	}
	#MAMCfooter .center-contact-info {
		margin: 2em 0;
		text-align: center;
	}
}