a,
a:focus,
a:hover {
  color: #000;
}
html, body, .container {
  overflow: hidden;
  height: 100%;
}

.logo {
  background-image: url("/images/projectspeed.png");
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: top center;
  background-origin: content-box;
  padding-top: 40px;
  padding-bottom: 80px;
  text-indent: -99999px;
  height: 100%;
}

  .hasSVGSupport .logo {
    background-image: url("/images/projectspeed.svg");
  }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}