/*
 * footer - set background colour to black
 */

.site-footer {
	background-color: #000000 !important ;
}

/*
 * set footer padding on top and bottom, font size, and background colour
 */

.featured-bottom {
	padding: 15px 0 ;
}

.featured-bottom {
	font-size: 1.12em ;
	background-color: #000000 ;
}

/*
 * set link styles on footer blocks
 */

.featured-bottom .block a:link,
.featured-bottom .block a:active,
.featured-bottom .block a:visited {
	text-decoration: none ;
	transition: .15s ease-in-out ;
}

.featured-bottom .block a:hover {
	color: #ffffff ;
}

/*
 * set extra link styles on social media block
 */

.featured-bottom #block-music-god-customfootersocialmedia .fab {
  transition: transform 150ms cubic-bezier(.2,.8,.2,1), 
  box-shadow 150ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.featured-bottom #block-music-god-customfootersocialmedia .fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}