#di-header {
  height: 125px;
  width: 100%;
  background-image: url(https://static.rainfocus.com/deltek/deltekinsight21/static/staticfile/staticfile/DI21-Logo-Small-300x91_1621608166365001B2wh.png), url(https://static.rainfocus.com/deltek/deltekinsight21/static/staticfile/staticfile/BGonly_1621886097603001LuDh.jpg), linear-gradient(90deg, #00b7ed 0 50%, #7ecb37 50% 100%);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo_link {
 display: block; 
  height: 100%;
  width: 300px;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
    font-size: 0.8rem;
}

.footer-social {
  	display: block;
    margin: 0.5rem;
}

.footer-links {
    margin: 0.5rem;
}

footer a, footer a:link, footer a:visited {
    color: #888;
    text-decoration: underline;
    display: inline-block;
}

.footer-links a {
    padding: 0 1rem;
    border-right: 1px solid #888;
}

.footer-links a:last-child {
    border-right: none;
}

footer .footer-social img {
    width: 40px;
    margin: 0 0.2rem;
}
