
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2e3339;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
}

 

#footer .social-links a {
	font-size: 14px;
	display: inline-block;
	background: #394047;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	transition: 0.3s;
}

#footer .social-links .facebook:hover  {
  background: #1f449c;
  color: #fff;
  text-decoration: none;
}
#footer .social-links .instagram:hover  {
  background: #db2329;
  color: #fff;
  text-decoration: none;
}
 

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

 