.blockFont {
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.blockFont a:link,
.blockFont a:active,
.blockFont a:visited {
  color: white;
}
.blockFont a:hover {
  color: #00d6b2;
}
#sidebar {
  font-size: 1em;
}
#sidebar .sections {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sidebar .item {
  padding-left: 20px;
  padding-right: 20px;
}
#sidebar .heading.item {
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 1.5em;
}
#sidebar .heading.item a:link,
#sidebar .heading.item a:active,
#sidebar .heading.item a:visited {
  color: white;
}
#sidebar .heading.item a:hover {
  color: #00d6b2;
}
#sidebar .heading.item:first-child {
  font-size: 2em;
}
#sidebar .user.item .icon {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar .user.item .icon.avatar {
  font-size: 1em;
  padding: 1em;
  margin-top: -0.5em;
  border-radius: 100em;
}
#sidebar .feed.item {
  margin: 0;
}
#sidebar .feed.item .empty {
  text-align: center;
  font-style: italic;
}
#sidebar .app-name {
  font-weight: bold;
}
