.footer {
    background-color: #30335f;
    color: white;

    position: absolute;
    width: 100%;
    height: auto; 
    overflow: hidden;

    text-align: center;
}

.footer a {
    color:white;
    text-decoration: underline;
}

.footer a:visited {
    color:white;
}

.footer .dev-content {
    font-size: .8rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer .logo-container {
    text-align: center;
}

.footer .row {
    margin: 0 0 4rem 0;
}

.footer h2 {
  position: relative;
  text-align: center;
  margin-bottom: 3.5rem;
  z-index: 1;
  font-size: 2.5rem;
}