* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1.4rem;
}

#bound-one {
  background: #000;
}

#bound-two {
  background: #000;
}

#bound-three {
  background: #D0D6B3;
}

.scroll-bound {
  height: 500vh;
}
.scroll-bound .content {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll-bound video {
  width: 80%;
}

#navbar {
  overflow: hidden;
  background-color: #333;
  z-index: 100;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/*# sourceMappingURL=style.css.map */
