/* Font imports */
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono: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&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Martian+Mono:wght@100..800&display=swap);
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono: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&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Martian+Mono:wght@100..800&family=Space+Grotesk:wght@300..700&display=swap');

/* Text selection highlight */
::selection {
  /*background-color: #ffd700;*/
  background-color: #F8FA5B;
  color: #000;
}

::-moz-selection {
  /*background-color: #ffd700;*/
  background-color: #F8FA5B;
  color: #000;
}

/* Base styles */
body {
  background-color: #d2cabb; /* dark beige */
  font-family: 'Barlow', 'Martian Mono', monospace;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'JetBrains Mono', 'Barlow', 'Martian Mono', monospace;
  text-transform: none;
}

p { 
  font-family: 'Barlow', 'JetBrains Mono', monospace;
}

/* Content 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;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

.about-contents {
  flex-grow: 3 !important;
  flex-shrink: 0 !important;
  flex-basis: 80% !important;
}

.about-entity {
  flex-grow: 0 !important;
  flex-shrink: 3 !important;
  flex-basis: 20% !important;
}

.lead {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(75, 57, 60);
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.img-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

/* Navbar styles */
.navbar {

  /* baige background 
    background-color: #d2cabb !important; 
  */
  
  /* darker beige */
  background-color: #bbb6ab !important; 
  

  /* almost black */
  /* background-color: #2c2a27 !important; */


}

.navbar-brand, .navbar-nav .nav-link {
  font-family: 'JetBrains Mono', monospace;
  
  color: #fff !important;

}

.navbar-brand img {
  height: 30px !important;
  max-height: 30px !important;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
  color: #fdfdfd !important;
}

/* Link styles - white links */
a {
  color: #036D92 !important;
}

a:hover {
  color: #fff !important;
}

/* Right sidebar (table of contents) styles */
#TOC,
.sidebar nav[role="doc-toc"],
#quarto-sidebar-toc-left,
.toc-actions {
  font-family: 'JetBrains Mono', monospace;
}

/* "On this page" title */
#toc-title,
.sidebar-title,
nav#TOC > h2,
.quarto-sidebar-toc-left h2 {
  color: #bbb6ab !important;
  font-family: 'JetBrains Mono', monospace;
}

#TOC a,
.sidebar nav[role="doc-toc"] a,
#quarto-sidebar-toc-left a,
.toc-actions a {
  color: #fff !important;
}

#TOC a:hover,
.sidebar nav[role="doc-toc"] a:hover,
#quarto-sidebar-toc-left a:hover,
.toc-actions a:hover {
  color: #000000 !important;
}

#TOC a.active,
.sidebar nav[role="doc-toc"] a.active,
#quarto-sidebar-toc-left a.active,
.sidebar nav[role="doc-toc"] .active > a,
#TOC .active,
.toc-actions a.active {
  color: #000 !important;
}

/* TOC active indicator bar (left border) */
#TOC .active,
#TOC a.active,
.sidebar nav[role="doc-toc"] .active,
.sidebar nav[role="doc-toc"] a.active,
nav#TOC ul li.active > a,
.nav-link.active {
  border-left-color: #000 !important;
}

#TOC ul li::before,
.sidebar nav[role="doc-toc"] ul li::before {
  background-color: #000 !important;
}

/* Footer styles */
.quarto-footer,
footer,
.nav-footer,
.page-footer {
  background-color: #d2cabb !important;
}

/* Ensure sidebar is visible in docked mode on larger screens */
@media (min-width: 992px) {
  .nav-sidebar.docked #quarto-sidebar {
    display: block !important;
    visibility: visible !important;
  }
}