@import "./colors.css";
@import "./general.css";
@import "./header.css";
@import "./footer.css";
#content {
  width: var(--content-width);
  /* padding: 0 3em; */
  /* margin: 0 auto 5em; */
  background-color: var(--bg0_hard);
  color: var(--fg1);
  margin: 0 auto;
  margin-bottom: 5rem;
}
#content section {
  padding: 0 1rem;
}
#content section h1 {
  padding-top: 3rem;
  font-size: 2.3rem;
  text-align: center;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--fg1);
  margin-bottom: 3.5rem;
}
#content section .text {
  font-size: 1.2rem;
}
#content section .text.bullet {
  text-align: center;
  font-size: 1.35rem;
}
#content section .text.bullet a {
  padding: 1rem 2rem;
}
#content section.canvas {
  display: flex;
  justify-content: center;
}

/* #content { */
/*   display: flex; */
/*   flex-flow: column; */
/*   justify-content: center; */
/*   align-items: center; */
/*   p { */
/*     margin-bottom: 2em; */
/*     width: 60em; */
/*   } */
/* } */
/* style dat.gui control */
.dg.ac {
  top: 7em !important;
}

@media screen and (max-width: 60em) {
  header {
    margin-bottom: 0;
  }
  #content {
    margin-bottom: 5em;
  }
  #content p {
    width: unset;
    margin-top: 3em;
  }
}
