@charset "utf-8";
/* CSS Document */



.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.nav_item {
  width: 100%;
}

.nav_link {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #ddd;
}

.nav_link.active {
  background-color: #000;
  color: #fff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  overflow: auto;
}



.block {
  font-size: 20px;
  line-height: 100vh;
  line-height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  text-align: center;
}

.block:nth-of-type(odd) {
  background-color: #dbfca7;
}

.block:nth-of-type(even) {
  background-color: #a7fce0;
  height: 200vh;
  height: 200dvh;
}
/*# sourceMappingURL=style.css.map */
