#banner p {
  width: 100%;
  height: 200px;
  padding-left: 20px;
  background-image: url("/static/img/Q4170035v1.jpg");
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 127px;
}

body {
  /*margin: 0;*/
  font-family: "Alegreya Sans", sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.5rem;
  /*font-weight: 400;*/
  /*line-height: 1.5;*/
  /*color: #212529;*/
  /*text-align: left;*/
  /*background-color: #fff;*/
}

.h5, h5 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.calendar {
  width: 80px;
  height: 85px;
  margin-right: 16px;
  border: 1px solid black;
}

.calendar .day {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 64px;
  margin-top: -20px;
  margin-bottom: -15px;
}

.calendar .month {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 15px;
  background-color: #b4b4b4;
  color: white;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.h1, h1 {
}

.date .time {
  width: 80px;
}

#banner a {
  height: 200px;
  /*background-image: url("/static/img/Q4170035v1.jpg");*/
  background-size: cover;
  padding-left: 20px;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 127px;
  margin-bottom: 16px;
  text-shadow: 3px 3px 3px rgba(150,150,150,1);
  text-decoration: none;
}

#banner a:hover {
  text-decoration: none;
}

.h1, h1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
}

.modal-title {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
}

#adminLoginReference {
  opacity: 0.50;
  font-size: 18px;
}

.media-body div.draft {
  background-color: #ddd;
}

.media-body div.private {
  background-color: #cfc;
}

.media-body div.future {
  background-color: #fcc;
}

textarea {
  font-family: 'Roboto Mono', monospace;
}

.illustration {
  height: auto;
  max-width: 50%;
}

.list-unstyled.text-truncate.staticpagelist {
}

.staticpagelist li {
  line-height: 28px;
  text-indent: -1em;
  padding-left: 1em;
}

blockquote {
  border-left: 5px solid #aaa;
  padding-left: 0.5em;
  margin-left: 1em;
}

.toc-date {
  font-weight: 700;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  margin-left: 0px;
}

.toc-title {
  margin-bottom: 0px;
  padding-left: 0px;
}

.toc-heading {
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 8px;
}

.headingdate {
  padding: 4px;
  font-size: 20px;
  margin-right: 5px;
}

.search-result-date {
}

a {
    text-decoration: none;
}

.accordion-button {
    font-size: 1.5rem;
}

