/* Footer */
footer{
  background-color: #2D636A !important;
  margin-top: 15px !important;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  order: 1;
  margin-left: 70px;
}

.footer-links{
  margin: 50px 70px 50px 70px;
  order: 2;
  text-align: right;
}

.footer-links a{
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  color: white !important;
}

.footer-links a:focus {
  font-weight: bold;
}
