@charset "utf-8";
/* CSS Document */
body {
   font-family: "Outfit", sans-serif;
   color:#1c1b2e;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  color:#2a225c;
}
.font-playfair h1 {
  font-family: "Playfair Display", serif;
  font-size: 51pt;
  color:#2a225c;
  color:#6842ff;
  text-shadow: 1px 1px 0 #969696, 1px 1px 1px #aba8a8;
}

.font-playfair p {
  font-family: "Playfair Display", serif;
  font-size: 14pt;
  color:#fff;
  text-shadow: 1px 1px 2px #000000;
}
.height50 {
  max-height:50px;
}

.bg-translucent {
  background-color: rgba(100%,100%,100%,0.5);
  backdrop-filter: blur(10px);
}

.bg-translucent-strong {
  background-color: rgba(100%,100%,100%,0.8);
  backdrop-filter: blur(10px);
}

.tagline {
  color:#00a1d6;
  font-family: "Playfair Display", serif;
  font-size: 17pt;
}

.jumbotron-spacer-30vh {
	min-height: 30vh;
}
.jumbotron-spacer-40vh {
	min-height: 40vh;
}
.jumbotron-spacer-50vh {
	min-height: 50vh;
}
.jumbotron-spacer-60vh {
	min-height: 60vh;
}

figcaption {
  font-size:0.7em;
  text-align: center;
}

.btn-color-victims {
  --bs-btn-color: #d83790 !important;
  --bs-btn-border-color: #d83790 !important;
  --bs-btn-hover-bg: #d83790 !important;
  --bs-btn-hover-color: #fff !important;
}

.no-shadow {
  text-shadow: none;
}

.footer p {
  color:#777;
  font-size:0.8em;
}

.footer a {
  text-decoration: none;
}




