.site-footer{
  width: 100%;
  height: 120px;
  line-height: 120px;
  font-size:14px;
  letter-spacing:0px;
  color:#889BB0;
  background:#202932;
  z-index:1;
  overflow: hidden;
}
.site-footer a{
  color:#889BB0;
  text-decoration:none
}
.site-footer a:hover,.site-footer a:active{
  color:#fff;
  text-decoration:underline
}
.footer-copyright{
  width: 50%;
  float: left;
  padding-left: 50px;
}
.footer-links {
  margin-bottom: 0;
  float: right;
  text-align: right;
  padding-right: 50px;
  overflow: auto;
  display: flex;
  flex-direction: row;
}
.footer-links li{
  list-style: none;
}