#footer {
  background-color: #3e5d96;
  position: relative;
  padding: 15px 20px;
  margin: 0;
  clear: both;
}
#footer .links {
  color: #fff;
  text-align: center;
}
#footer .links a {
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  font-weight: normal;
}
#footer .copyright p,
#footer .copyright a {
  font-size: 14px;
  padding: 0px;
  margin: 10px 0px 5px 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#footer p {
  clear: both;
  padding: 0px 30px 0px 30px;
  font-size: 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#footer img.socialmedia {
  margin: 0 3px;
}
