.main-nav {
	font-size: 1em;
	padding-bottom: 10px;
}

.foam-gallery, .quote {
	margin-top: 75px;
}

/* Neutralize Chrome/Edge/Safari autofill background in dark mode */
[data-mdb-theme="dark"] input:-webkit-autofill,
[data-mdb-theme="dark"] input:-webkit-autofill:focus,
[data-mdb-theme="dark"] textarea:-webkit-autofill,
[data-mdb-theme="dark"] select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #121212 inset !important; /* matches dark background */
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  transition: background-color 9999s ease-out, color 9999s ease-out;
}

/* Optional: slightly brighter outline to stay visible */
[data-mdb-theme="dark"] .form-outline .form-notch div {
  border-color: rgba(255, 255, 255, 0.35);
}