/* css styles */
.hero {
  width: 67%;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quarto-about-jolla p.subtitle {
 text-align: center;
}

.card-other-values {
  margin-bottom: 0;
}

.quarto-grid-item .card-other-values tr > td:first-of-type {
    font-weight: 600;
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    width: 50%;
}

.pub-list a.btn {
  font-size: 80%;
  border-radius: 4px;
  border: 1px solid black;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  margin-right: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

iframe.slide-deck {
  border: 3px solid #dee2e6;
  width: 100%;
  height: 475px;
}


.centering {
  text-align: center;
}

.tiny  {font-size: 0.5em;}
.scriptsize  {font-size: 0.7em;}
.footnotesize  {font-size: 0.8em;}
.small {font-size: 0.9em}
.normalsize  {font-size: 1em;}
.large  {font-size: 1.2em;}
.Large  {font-size: 1.44em;}
.LARGE  {font-size: 1.728em;}
.huge  {font-size: 2.074em;}
.Huge {font-size: 2.488em;}

