footer{
  font: 500 1.1em/1.2 "korolev","Trebuchet MS","Lucida Grande",Tahoma,sans-serif; 
    background-color: #000;
    border-bottom: solid 40px #E20613;
    margin-top: 0;
    padding-bottom: 1em;
    padding-top: 1.5em;
    z-index: 20;
    color: white !important;
}

footer .footer-section {
  padding: 1em ;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

footer .footer-section a,
footer .footer-section a:link {
  color: white !important;
  text-decoration: underline !important;
}

footer .footer-section a:hover {
  color: #E20613 !important;
}
footer #footer-address,
footer #footer-license,
footer #footer-privacy{
  width: 25em;
  display: inline-block;
  vertical-align: top;
}

footer #footer-logo {
  display: block;
  border-bottom: solid 6px #fff;
}

footer #footer-logo img{
  width: 224px;
}

