.subscribe-page .cta-mobile {
  display: none;
}

.header-container {
  z-index: 5;
}

.section.has-rounded-image .section-image {
  border-radius: 50%;
  border: 1px solid #ddd;
  box-shadow: 0 2px 40px rgba(0,0,0,0.5);
}

.donate-page .button.cta:last-child,
.all-page .button.cta:last-child,
.fact-page .button.cta:last-child {
  display: none;
}
.content blockquote {
  border-left-color: #d42f2a;
  font-size: 1.25em;
}

.page-content.content a {
  font-weight: 600;
}

.collection-page-thumbnail {
  width: 200px; 
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

