
a {
  text-decoration: none;
 color:  var(--quarto-body-color);
}

a.hover {
  text-decoration: none;
    color: var(--quarto-highlight);
}


.decoration{
  font-size: 3rem;
  margin:auto; 
  display:table;
  color: color-mix(in srgb, var(--quarto-highlight) 20%, transparent);
}

body {
  padding-top: 3em;
}

p.title, p.nationality, p.date, p.age, p.address, p.mobile, p.email, p.web{
  font-weight: 400;
  margin-bottom: 0.1rem;
}

table.contact {
  display: block;
  float: right;
}

p.address::before{
  content: '🏠: ';
}

p.email::before{
  content: '📧: ';
}

p.mobile::before{
  content: '📱: ';
}

p.date{
  margin-top: 0.5rem;
  font-style: italic;
}


p.date::before{
  content: 'last updated: ';
  font-style: italic;
}


.highlight{
  font-weight: 700;
}

.statement {
  
  background-color: color-mix(in srgb, var(--quarto-highlight) 5%, transparent);
  margin-top: 1em;
  margin-left: 150px;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}

code {
  background-color: transparent;
  color: inherit;
}
  
h1 {
  text-transform: uppercase;
    font-weight: 700;
    color: var(--quarto-highlight);
}

h2 {
  text-transform: lowercase;
  font-variant: small-caps;
    font-weight: 600;
    color: var(--quarto-highlight);
    border-bottom: none;
  
}

h2::before{
  display: block;
  content: ' ';
  background-size: 150px 10px;
  background-image: url("bar.svg");
  width: 150px;
  height: 10px;
}

  dl {
    border: 0px double var(--quarto-highlight);
    padding: 0.5em;
  }
  dt { padding-top: 0.5em;
  text-transform: lowercase;
  font-variant: small-caps;
    float: left;
    clear: left;
    width: 140px;
    text-align: right;
    font-weight: 200;
    color: var(--quarto-highlight);
  }
  dt::after {
    content: "";
  }
  dd {
    margin: 0 0 0 150px;
  }

dt + dd {
    padding-top: 0.5em;
}

dd > .highlight {
  text-transform: lowercase;
  font-variant: small-caps;
    font-weight: 500;
    color: #1c1c1c;
}

dd > .institution {
  text-transform: lowercase;
  font-variant: small-caps;
    color: var(--quarto-highlight) ;
  float:right;
}



   .tex sub, .latex sub, .latex sup {
    
    font-variant: small-caps;
    }

    .tex sub, .latex sub {
    
      text-transform: uppercase;
      vertical-align: 0.125ex;
      margin-left: -0.1667em;
      margin-right: -0.16em;
    }

    .tex, .latex, .tex sub, .latex sub {
    
      font-size: 1em;
    }

    .latex sup {
    
      font-size: 0.9em;
      vertical-align: -0.3em;
      margin-left: -0.35em;
      margin-right: -0.15em;
    }
    