/* css styles */

.quarto-title h1.title {
  text-align: center;
}

.home-intro {
  text-align: center;
  padding: 2rem 1rem 2.5rem 1rem;
  /* background-color: #f5f5f5; */
}

.home-intro h1 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.home-content {
  max-width: 850px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  line-height: 1.7;
}

.site-banner {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.site-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.nav-footer {
  background-color: #176b87;
  color: white;
  width: 100%;
  padding: 1rem 0;
}

.nav-footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.footer-links a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links a:hover {
  text-decoration: underline;
}



