/* Import Google Font - MUST be first */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* css styles */

body {
  color: #023743FF;
  font-family: 'IBM Plex Serif', serif;
}

.quarto-title-block {
    display: none;
  }

.table {
  width: 100%;
  font-family: sans-serif;
  margin-top: 1em;
  font-size: 36px !important;
}

.th {
  text-align: left;
  padding: 4px;
  border-bottom: 12px;
}

.td {
  padding: 8px;
  border-bottom: none;
}

table td, table th {
  line-height: 2; /* doubles row height */
}


.nav-link.active {
  font-weight: bold;
  --background: gold !important;
  color: #023743FF !important;
  border-radius: 0.5rem; /* adjust to taste */
  text-decoration: underline;
  text-decoration-color: #023743FF;
  text-decoration-thickness: 2px;
}

.navbar .container-fluid {
  padding-left: 10 !important;
  padding-bottom: 20; !important
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar {
  background: white;
  padding-bottom: 20 !important;

}

.nav-link {
  color: grey;
  font-size: 22px;
  padding-left: 40px !important;
  padding-right: 20px;
}

.nav-link:hover {
  color: #023743FF !important;

}

a {
  color: #476F84FF;
}

/* Remove text decoration from all headings */
h1, h2, h3, h4, h5, h6 {
  border-bottom: none;
}

/* Post header styling */
.post-header {
  padding-bottom: 40px;
}

/* Event info box styling */
.event-info {
  background-color: #f8f9fa;
  border-left: 4px solid #023743FF;
  padding: 24px 28px;
  margin: 32px 0;
  border-radius: 4px;
}

.event-info .event-date {
  font-size: 20px;
  font-weight: 600;
  color: #023743FF;
  margin-bottom: 8px;
}

.event-info .event-location {
  font-size: 18px;
  color: #476F84FF;
  margin: 0;
  line-height: 1.6;
}

.event-info .event-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 4px;
  font-weight: 500;
}

.event-info .event-link {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 16px;
  background-color: #023743FF;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.2s;
}

.event-info .event-link:hover {
  background-color: #476F84FF;
  color: white;
  text-decoration: none;
}


.h2 {
  font-size: 36px;
  padding-bottom: 40px;
}

.h3 {
  font-size: 24px;
  text-decoration: underline;
  text-decoration-color: orange;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

/* Blocksatz (justified text) for all paragraphs */
p {
  text-align: justify;
  font-size: 24px;
}

/* Text color classes */
.text-background {
  color: grey;
}

.text-highlight {
  color: black;
}

/* Custom padding */
.pt-20 {
  padding-top: 20px;
}

/* Section padding */
section {
  padding-top: 40px;
  padding-bottom: 40px !important ;
}

.share-tech-mono-regular {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
