/* Custom site styles */

/* Style our SVG icons the same so our bi_svg templatetag can work. */
.svg-bi svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -0.1em; /* <- this is the magic bit */
}

/* Site-specific styles */
body {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
}

.navbar-brand img {
  height: 60px;
  margin-right: 0.5rem;
  margin-top: 0px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.hero {
  background: #f8f9fa;
  padding: 6rem 1rem;
  text-align: center;
}

.hero-gradient {
  background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero p.lead {
  font-size: 1.25rem;
}

.footer {
  background: #f8f9fa;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.875rem;
  color: #212529;
}

.footer a:hover {
  color: #0a58ca;
}

.btn-outline-primary {
  color: #084298;
  border-color: #084298;
}

.btn-outline-primary:hover {
  background-color: #084298;
  color: white;
}

.footer p {
  line-height: 1.4;
}

.footer-logo {
  max-height: 40px;
  width: auto;
}
