.social h2{
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
#footer .footerCol #footerNav {
  position:realtive !important;
  bottom: auto !important;
}
@media only screen and (max-width: 479px) {
  .social h2{
    width:100%;
    margin-bottom:20px;
  }
}