/*
Theme Name: The Ministry (TT5 Child)
Template: twentytwentyfive
Version: 1.0
*/

/* Dark Manifesto Vibe */
.tm-hero{
  min-height: 78vh;
  display:flex;
  align-items:center;
  padding: 8vh 0;
}

.tm-kicker{
  color: rgba(242,240,234,.72);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .85rem;
}

.tm-image-wash{
  position: relative;
  border: 1px solid rgba(242,240,234,.14);
  border-radius: 20px;
  overflow:hidden;
}

.tm-image-wash img{
  width:100%;
  height:auto;
  display:block;
  filter: grayscale(100%) contrast(110%) brightness(70%);
  opacity:.55;
}

.tm-image-wash::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(ellipse at center, rgba(11,11,12,.15), rgba(11,11,12,.85));
}/*
Theme Name: The Ministry (Child)
Template: twentytwentyfour
Version: 1.0
*/
