body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: whitesmoke;
  /*font-size: 2.4vh;*/
  font-size: 1rem;
}
html, body, .section, .title, .nav, .footer {
    background-color: #363636;
    color: whitesmoke;
}
/* unvisited link */
a:link {
    color: lightblue;
}

/* visited link */
a:visited {
    color: lightblue;
}

/* mouse over link */
a:hover {
    color: #fff;
    text-decoration: underline;
}

/* selected link */
a:active {
    color:#fff;
}

.card-content {
  padding: 1rem;
}

.ffsb a {
  font-size: 2.3vh;
}

.has-text-muted {
  color: #95A5A6;
}
.fa {
  font-size:10px;
  padding-top:3px;
  color: #95A5A6;
}
.panel-block-item  {
  display: inline-block;
  color: #95A5A6;
  font-weight: bold;
  padding-right: 10px;
}

.panel-block-item .tag,.panel-block-item .button  {
  color: #95A5A6;
  font-weight: bold;
}

.panel-block-item.is-right {
  display: inline-block;
  color: #95A5A6;
  font-weight: bold;
  float: right;
}

.panel-block-item .likes {
  padding-right: 25px;
}

.panel-block-item .likes .fa,
.panel-block-item .comments .fa
 {
  font-size: 15px;
  margin-top: -2px;
}

.avatar {
  border-radius: 42px;
  margin-right: 10px;
  height: 42px;
  width: 42px;
  padding: 2px;
  border: 1px solid #dbdbdb;
}

.timestamp {
  color: #95A5A6;
  font-weight: bold;
  text-align: right;
}

.media-left figure {
  margin-left: 1rem;
  margin-right: 1.5rem;
}

.is-1 a {
  color: #b5b5b5;
}

h1.title{
  background-image: url(../logo.png);
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  padding: 0 0 1rem 3.5rem;
  /*background-position-y: 1px;*/
}