.entry h1 {
font-size: 2.2em;
}

body .content {
  font-size: 10pt;/*5rem;*/
}

.site-description {
  font-size: 24pt;
  color: white;
  line-height: 55px;
}

.sidenav a {
  line-height: 2;
}

.page-title {
  display: none;
}

.btn {
  background-color: #f0f0f0; /*#52768f; #f0f0f0; #777; DodgerBlue;*/
  border: none;
  color: black;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 3px;
  line-height: 5;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #499ce5; /*RoyalBlue;*/
}

/*.fa {
  color: white;
}*/