html {
  scroll-behavior: smooth;
}
.shape-experiment {
  padding-left: 320px;
}
.shape-experiment aside {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  z-index: 999;
  background: #eee;
  box-shadow: 0 0px 2.6px rgba(0, 0, 0, 0.028), 0 0px 6.7px rgba(0, 0, 0, 0.04), 0 0px 13.6px rgba(0, 0, 0, 0.05), 0 0px 28.1px rgba(0, 0, 0, 0.062), 0 0px 77px rgba(0, 0, 0, 0.09);
}
.shape-experiment aside nav {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  padding: 10px;
}
.shape-experiment aside nav > a {
  display: block;
  text-decoration: none;
  color: #111;
}
.shape-experiment aside nav > a:not(:last-child) {
  margin-bottom: 10px;
}
.shape-experiment aside nav > a:hover {
  color: #c70039;
}
.shape-experiment section {
  width: 100%;
  min-height: 90vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}
.shape-experiment section > svg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.shape-experiment section .shape-info {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.75;
}
.shape-experiment section .shape-info .label {
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
.shape-experiment section button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 2rem;
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: #c70039;
  font-weight: 600;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.1s;
}
.shape-experiment section button[data-state="1"] {
  background: #38002c;
  color: #fff;
}
.shape-experiment section button:hover {
  opacity: 1;
}
.shape-experiment section button.copy-shape {
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #fff;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 40px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  letter-spacing: 0.2rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3rem;
}
.shape-experiment section button.copy-shape:hover {
  background: #fff;
  color: #c70039;
}
.shape-experiment section button.copy-shape:active {
  transform: scale(0.95);
}
/*# sourceMappingURL=https://digitalis.ca/wp-content/scss/shape-divider-experiment.css.map */