#footer .inner .footerlinks {
  border-top: solid 2px rgba(255, 255, 255, 0.125);
  list-style: none;
  margin: 4em 0 2em 0;
  padding: 2em 0 0 0;
  width: 100%;
}

#footer .inner .copyright {
  margin-top: 0;
}

#header, .header {
  background: url(/images/rgb-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header.alt {
  background: transparent;
}

body {
  background: #3d3d3d;
}

.wrapper {
  background: #3d3d3d;
}

.hidden {
  display: none;
}

.narrow {
  max-width: 35em;
}

.footer.social {
  text-align: center;
  font-size: 1.3rem;
}
.footer.social a {
  margin: 12px;
  display: inline-block;
  border-bottom: 0;
}
.social img {
  border-radius: 12px;
}


