html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 25px;
}

.footer {
  font-size: 90%;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
}

.navbar-brand>img {
    height: 100%;
    padding: 5px;
    width: auto;
}

.navbar-brand {
    padding: 0px;
}

ul {
  padding-left: 20px;
}
