/*
* Author: 
*/

.top-bar {
  background: #0078AE;
}

.content {
  padding-bottom: 5em;
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: white;
  border-top: solid 1px grey;
}