/* Settings for Simple Popup Blocks module */
#block-simplenewssubscription-4 {
  display: none; /* Hidden by default */
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* Add more space above article images */
.node--type-article img {
  padding-top: 30px;
}

/* Add more space above article body text */
.node--type-article .text-content p:first-child {
  padding-top: 40px;
}

.text-content blockquote p {
  /* Make the quote size smaller. */
  /* Original font-size: 1.3125rem  */
  font-size: 1.3rem;
  /* This reduces the space between lines */
  line-height: 2.2rem;
}

.node--type-article .field--name-field-media-image {
  font-size: 0.8em;
}

/* Hide the redundant info on simplenews signup blocks */
#edit-mail-0-value--description {
  display: none;
}

/* Table of Contents */
#toc-js-block-toc-js-block {
  background-color: #ededed;
  margin-top: 50px;
  padding: 20px;
  border-style: solid;
  border-color: silver;
}

#toc-js-block-toc-js-block .toc-title {
  font-size: 1.3em;
  font-weight: bold;
}


/*
 * Remove the blue color in Olivero.
 */

.site-branding__name,
.site-branding__slogan,
.page-title,
.node__title {
  /* font-family: 'Julius Sans One', sans-serif; */
  color: black;
}

#block-olivero-site-branding {
  background-image: none;
}

#header .site-header__initial {
  background-color: #fff;
}

#header .sticky-header-toggle {
  background-color: lightgrey;
}

#main .social-bar {
  background-color: #fff;
}
