html {
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

section.hero-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
