/* Adjust logo size */
header .nav-logo img {
  max-height: 100px;
  width: auto;
}
@media (max-width: 768px) {
  header .nav-logo img {
    max-height: 120px;
  }
}

main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-left: 1rem;   /* or 16px, or whatever minimum you want */
  padding-right: 1rem;
}

.site-footer {
  background: #f7f9fc;
  padding-top: 1px;    /* shrink the top padding */
  padding-bottom: 1px; /* keep some breathing room */
  font-size: 0.9rem;
  color: #555;
}

.mb4 {
  margin-bottom: 0 !important;
}

.pb3-m {
  padding-bottom: 0 !important;
}

.lh-title {
  margin-top: 0 !important;
  font-size: 2.5rem !important;
}





