/* Title slide text shadow enhancement */

.reveal #title-slide h1.title {
  color: white;
  font-size: 8rem; 
  text-shadow:
    3px 3px 8px rgba(187, 187, 187, 0.8),
    0 0 12px rgba(0,0,0,0.6);
}

.reveal #title-slide .subtitle {  
  color: white;
  font-size: 3rem;
  text-shadow:
    2px 2px 6px rgba(187, 187, 187, 0.8),
    0 0 12px rgba(0,0,0,0.6);
}

/* Author */
.reveal #title-slide .quarto-title-author {
  color: white;
  text-shadow:
    2px 2px 6px rgba(187, 187, 187, 0.8),
}

.reveal h2:empty {
  background-color: transparent !important;
  box-shadow: none;
  padding: 0;
}

.reveal h2 {
  background-color: rgba(187, 187, 187, 0.8);
  padding: 8px 18px;
  color: rgb(255, 255, 255);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}

/* Optional H1 styling */
.h1-slide h1 {
  margin: 0;
  color: #8d8d8dcc !important;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  padding: 2rem;
  box-sizing: border-box;

  font-size: 140px !important;
  text-align: right;
  font-weight: 700;
  background: transparent;
}

/* .reveal .slide {
    outline: thick double #B22222;
} */
