@font-face {
  font-family: 'QuattrocentoSans-Bold';
  src: url('QuattrocentoSans-Bold.ttf');
}

@font-face {
  font-family: 'QuattrocentoSans-Regular';
  src: url('QuattrocentoSans-Regular.ttf');
}

#author {
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#portrait {
  width: 7em;
  height: 7em;
}

a {
  color: #130F0D;
  font-family: 'QuattrocentoSans-Bold';
}

header nav {
  font-size: 150%;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #130F0D;
}

header nav ul {
  display: flex;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

header nav li {
  flex: 1;
  box-sizing: border-box;
/*  border-left: 2px solid #00000000;
  border-right: 2px solid #00000000;
  */
}

header nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.5em;
  text-decoration: none;
  box-sizing: border-box;
}

header nav ul li:first-child a{
  border-left: 2px solid #00000000 !important;
}

header #current a {
  text-decoration: underline;
}

header nav #current {
  position: relative;
  background-color: #99C7BD;
  border-left: 2px solid #130F0D;
  border-right: 2px solid #130F0D;
}

header nav #current::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #99C7BD;
}

header nav #current:hover {
  border-left: 2px solid #130F0D;
  border-right: 2px solid #130F0D;
  margin-left: 0px;
  margin-right: 0px;
}

header #current a:hover {
  color: #0E1E1B;
}

header nav #current:first-child {
  border-left: none;
}

header nav li:hover {
  border-left: 2px dotted #130F0D;
  border-right: 2px dotted #130F0D;
  margin-left: -1.5px;
  margin-right: -1.5px;
}

header nav li a:hover {
  text-decoration: underline;
}

header {
  padding: 0;
  margin: 0;
  background-color: #FFDBC4 !important;
}


#sub-section-nav {
}

#sub-section-nav ul {
  padding: 0.5em;
  margin-top: 0;
}

#sub-section-nav li {
  display: inline;
  padding-right: 1vw;
  padding-left: 1vw;
  border-right: 2px solid #130F0D ;
}

#sub-section-nav li a {
  padding: 0.5em;
  text-decoration: none;
}

#sub-section-nav li a:hover {
  text-decoration: underline;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: #99C7BD;
  color: #0E1E1B;
  font-family: 'QuattrocentoSans-Regular';
  line-height: 150%;
}

main {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 800px;
}

section h2,h3,p {
  padding-left: 10%;
  padding-right: 10%;
}
section ol,ul {
  padding-left: 15%;
  padding-right: 15%;
}

.logo {
  width: 0.7em;
  padding-right: 0.2em;
}

#contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 0;
}

#contact li {
  display: inline;
  break-inside: avoid;
  white-space: nowrap
}

img {
  /*
  mix-blend-mode: darken;
  filter: sepia(20%) saturate(709%) hue-rotate(318deg) brightness(105%) contrast(105%);
  */
  mix-blend-mode: multiply;
}

.data {
  background-color: #FFDBC4;
  margin-left: auto;
  margin-right: auto;
  max-width: 35em;
  width: 100%;
  border-spacing: 0;
  padding: 1.5em;
  border-color: #130F0D;
  border-width: 2px;
  border-style: solid;
}
.data table {
  width: 100%;
  border-collapse: collapse;
}
.data th {
  text-align: left;
}
.data tr {
  display: table-row;
  width: 100%;
}

.data td {
  border-top: 2px solid #0E1E1B;
}
