li {
  display: inline;
  float: left;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.avatar {
    position:absolute;
    width: 40px;
    height: 40px;
    right: 90px;
}

.pull-right {
    float: right
}

#loggedin-name {
    position:absolute;
    top: 6px;
    right: 140px;
}

#log-out-button {
    position:absolute;
    top: 20px;
    right: 20px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

body {
    background-size: cover;
}

footer {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #f4f4f4
}

body {
    padding-bottom: 50px;
}