html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #f5f2ec;
  color: #2d2d2d;
}

/* ── Site Header ─────────────────────────────────────────── */
.site-header {
  width: 100%;
  line-height: 0;
}

.header-image-link {
  display: block;
  width: 100%;
}

.header-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ── Welcome section ─────────────────────────────────────── */
.welcome-section {
  max-width: 700px;
  margin: 2.5rem auto;
  padding: 0 1rem;
}

.welcome-intro {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4a7c82;
  margin-bottom: 1.2rem;
}

.welcome-section p {
  line-height: 1.75;
  margin-bottom: 1rem;
}
