div#socmed_ftr
{
  display: flex;
  justify-content: center;
  margin-bottom: 20px
}

div#socmed_hdr
{
  display: flex;
  align-self: flex-end;
}

div#socmed_hdr > a,
div#socmed_ftr > a
{
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

div#socmed_hdr > a
{
  height: 1.1em;
  width: 1.1em;
  margin: 0 8px 8px 0;
}

div#socmed_ftr > a
{
  height: 1.8em;
  width: 1.4em;
  margin: 0 8px;
}
