body {
  background-color: #111;
}
h1 {
  color: white;
  padding: 0;
  font-size: calc(16px + 1vmin);
}

a {
  text-decoration: none;
}

p { /* suppress anchor symbols which throw centering off on h classes*/
  font-family:'Roboto Condensed', 'Arial Narrow', sans-serif;
  text-align: center;
  padding: 0em 0.5em 0em 0.5em;
  font-size:  calc(12px + 1vmin);
  font-weight: 300;
  line-height: 1.1;
  text-shadow: 0 0 5px black 0 0 3px black;
  -webkit-hyphens:none;
  -moz-hyphens:none;
  hyphens:none;
}

.carousel-caption {
  color: white;
  text-align: center;
  background-color: rgba(0,0,0,0.25)
}

.quarto-title-block {
  height: 0px;
}

.title {
  color: rgba(0,0,0,0); /* To hide page title */ 
  font-size: 1px;
}