/* Basic tweaks */
.banner {
  margin-top: 1rem;
  padding: .5rem .75rem;
  background: #f7f7fb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

/* Optional: a simple marquee effect */
.banner {
  white-space: nowrap;
  overflow: hidden;
}
.banner::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.card a.btn {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.tools-grid {
  position: relative;
  z-index: 0;
}

.profile-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 1rem auto;
}

.footer-logo {
  height: 40px;
}

.page-layout-full #title-block-header{
  min-height: 300px;
}

/* Banner tweaks */
header.quarto-title-block {
  background-image: url('..assets/banner.png') !important;
  margin-bottom: 0.5rem;
  margin-top: 0rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

header.quarto-title-block .quarto-title,
header.quarto-title-block .quarto-subtitle,
header.quarto-title-block .title,
header.quarto-title-block .subtitle {
  color: #fff;
}