html {
	scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
 @media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  background-color: #1E1E1E;
  color:ghostwhite;
}

.section {
  scroll-margin-top: 5em;
  /* width: 100vw; */
}

.section-fill {
  height:100vh;
  scroll-margin-top: 5em;
  /* width: 100vw; */
}

.section-fill-2 {
  height:100vh;
  scroll-margin-top: 1em;
  /* width: 100vw; */
}

.cover-container {
  max-width: 42em;
  margin: auto;
  /* background-color: #D8421D; */
}

.footer-span {
  text-align: center;
}
