/* Slightly tighter layout / more “landing page” feel */
h2 { margin-top: 1.25rem; }
h3 { margin-top: 1rem; }
p  { line-height: 1.6; }

/* Make the header logo bigger */
img.logo {
  height: 90px !important;
  width: auto !important;
  max-height: none !important;
}

/* Give the navbar/header enough height so it doesn't get clipped */
.navbar {
  min-height: 110px !important;
  align-items: center !important;
}