﻿body .bikIcon {
  max-height: 50px;
  width: auto;
  height: auto;
}
body .splash {
  padding: 5em 0 2em;
  background-color: #141d27;
  color: #fff;
  text-align: left;
}
body .tile {
  height: 100%;
  width: 100%;
  background-color: #141d27;
  color: #fff;
  text-align: left;
}
body .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  color: white;
}