@charset "utf-8";
@import url("/css/colors.css");
@import url("/css/fonts.css");

* {
  -webkit-box-sizing: border-box;
}

html
{
  -webkit-text-size-adjust: 100%;
}

:target {
  scroll-margin: 3em 0 0 0;
  position: relative;
}

h3:target {
  scroll-margin: 4em 0 0 0;
}

html {
  font-size: 11px;
  padding: 2em;
  box-sizing: border-box;
}

body {
  font-family: "Hellix", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2em;
  /* max-width: 1024px; */
  margin: 0 auto;
}

h1 {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.1em;
  letter-spacing: -0.0125em;
  margin: auto;
  margin-top: 0.5em;
  margin-bottom: 0.15em;
}

table {
  border-radius: 10px;
  border-collapse: collapse;
  width: 100%;
  margin: 2em auto;
}

thead {
  border-bottom-width: 3px;
  border-bottom-style: double;
}

th {
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5em;
  border: 0;
  text-align: left;
}

th.col-method {
  text-align: center;
}

/* tbody
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
} */

table.api-toc tr:hover {
  cursor: pointer;
}

table.api-toc {
}

td {
  padding: 0.5em;
}

td.col-method {
  text-align: center;
}

li {
  margin: 0.25em 0;
  line-height: 1.5em;
}

pre,
code {
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", Menlo,
    "Ubuntu Mono", "DejaVu Sans Mono", "Courier New", monospace;
  font-weight: 400;
  font-size: 0.85em;
}

code {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  padding: 0 0.25em;
}

pre > code {
  color: inherit;
  border: none;
  padding: none;
}

td.param {
  background-color: transparent;
  border-radius: none;
  border: 0;
  text-align: left;
}

td.optional {
  font-weight: 400;
  text-transform: uppercase;
}

pre {
  display: block;
  position: relative;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  overflow: auto;
}

blockquote {
  margin: 0.8rem 3.2rem 2.4rem 1.6rem;
  font-size: 0.9em;
  border: 1px solid var(--base03);
  border-left-width: 8px;
  border-left-style: solid;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  display: inline-block;
  border-radius: 0.4rem;
  border-left-color: var(--base08);
  background-color: var(--base02);
  color: var(--base07);
}

blockquote p {
  padding: 0;
  margin: auto;
}

h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.0145em;
  margin-block-start: 1em;
  margin-block-end: 0em;
}

h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-block-end: 0.5em;
  font-variant-ligatures: none;
}

h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2em;
  color: var(--base06);
  border-bottom: 1pt;
  border-color: var(--base04);
  border-bottom-style: solid;
  margin: 2em 0 0.5em 0;
}

h5 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 2em 0 0.5em 0;
}

h6 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  margin: 2em 0 0.5em 0;
}

img.fullwidth {
  display: block;
  text-align: center;
  margin: 1.6rem auto 1.6rem auto;
  max-width: 100%;
  height: auto;
}

.imgCaption {
  font-style: italic;
  text-align: center;
  color: var(--base05);
}

:target {
  animation-name: glow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes glow {
  0% {
    filter: brightness(0.75);
  }
  50% {
    filter: brightness(1.25);
  }
  100% {
    filter: brightness(0.75);
  }
}

dt {
  line-height: 1.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

dt strong {
  font-weight: 700;
}

dt.result {
  margin-bottom: 0;
}

dd {
  margin: 0;
  padding-left: 0.75em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  line-height: 1.5em;
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--base0E);
}

dd p {
  margin-block-end: 0.5em;
}

hr {
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 80%;
  margin: 1em auto;
}

header.pageHeader {
  background-image: url("/images/icon_nova.png");
  background-repeat: no-repeat;
  background-position: 0% 1em;
  background-size: 5.6rem;
  padding-left: 6.4rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.5em;
}

a.siteTitle {
  display: inline-block;
  text-decoration: none;
  font-size: 6.4rem;
  line-height: 1em;
  letter-spacing: -0.0125em;
  text-transform: lowercase;
  font-weight: 800;
}

.breadcrumb-nav {
  font-size: 0.85em;
  line-height: 1em;
  margin: 0.5em auto;
}

.breadcrumb {
  font-weight: 400;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb::after {
  content: " > ";
}

.breadcrumb[data-here]::after {
  content: "";
}

p {
  line-height: 1.5em;
  margin-block-start: 0.5em;
}

input#search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.045em solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5em 0.5em 0.5em 1.65em;
  background-image: url("/images/search.svg");
  background-repeat: no-repeat;
  background-position: 0.5em 52.5%;
  background-size: 1em;
  width: 80%;
  font-family: "Hellix";

  font-weight: 400;
  transition: background-color 200ms linear;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 1em 0;
  display: block;
}

input#lilsearch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.045em solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0.2em 0.2em 0.2em 1.5em;
  background-image: url("/images/search.svg");
  background-repeat: no-repeat;
  background-position: 0.5em 52.5%;
  background-size: 0.8em;
  font-family: "Hellix";
  width: 100%;
  font-weight: 400;
  transition: background-color 200ms linear;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  background-color: var(--base01);
  color: var(--base04);
}

input#lilsearch:focus {
  background-color: white;
  color: black;
}

#search-results {
  padding: 1em 2em;
  border-radius: 12px;
}

#search-results h2 {
  margin: 0.5em 0;
}

ul.section-list,
ul.article-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
  line-height: 1.3;
}

li > ul.section-list,
ul.article-list {
  padding-left: 1.7em;
  /* list-style: disc; */
}

li.section > div.title > a {
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.6em;
  color: var(--base07);
}

li.page > div.title > a {
  font-size: 1em;
  line-height: 1.4em;
}

li.endpoints ul.article-list li.page a:before {
  content: "/";
}

li.page > .desc,
li.section > .desc {
  list-style: none;
  margin-top: 0.15em;
  margin-bottom: 0.85em;
  font-size: 0.85em;
  line-height: 1.1em;
}

.lastUpdate {
  font-style: italic;
  padding-right: 1em;
}

footer {
  margin: 2em auto;
  border-top-width: 1px;
  border-top-style: solid;
}

footer .footerContent {
  display: flex;
  justify-content: space-between;
}

.footerContent p
{
  margin-bottom: 0;
}

.languageSwitcher
{
  display: block;
  text-align: right;
}

.languageSwitcher a {
  text-decoration: none;
}

.languageSwitcher a:hover {
  text-decoration: underline;
}

main,
body {
  /* grid-template-columns: auto auto; */

  margin-top: 4em;
}

div.mainContent {
  grid-column: 1 / span 2;
  /* margin-left: auto; */
  /* margin-right: auto; */
}

div.mainContent ul li {
  line-height: 1.5em;
}

div.mainContent video {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav#TableOfContents {
  font-size: 0.9em;
  background-color: var(--base01);
  grid-column: 1 / span 2;
}

nav#TableOfContents > ul {
  padding-left: 0;
  /* list-style-type: none; */
}

nav#TableOfContents ul {
  /* padding-left: 1.5em; */
}

nav#TableOfContents li {
  /* list-style-type: none; */
}

nav.top {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 450ms;
}

nav.top a {
  text-decoration: none;
}

/* Rainbow divider after navbar */
nav.top:after {
  position: relative;
  content: "";
  width: 100%;
  height: 0.1em;
  display: block;
  background-image: -webkit-linear-gradient(
    0deg,
    var(--base09),
    var(--base0F),
    var(--base15),
    var(--base0E),
    var(--base0D)
  );
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 450ms;
}

nav.top.scrolled {
  background-color: var(--base01);
}

nav.top.scrolled:after {
  opacity: 1;
}

body.reduce-motion nav.top,
body.reduce-motion nav.top:after {
  transition-property: none;
}

@media screen and (prefers-reduced-motion) {
  nav.top,
  nav.top:after {
    transition-property: none;
  }
}

nav.top ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  list-style: none;
  padding: 0.5em 0.5em;
  margin: 0;
  height: 72px;
}

nav.top li {
  margin: 0 0.15em;
  padding: 0;
  align-self: center;
  cursor: pointer;
}

nav.top li a {
  display: block;
  position: relative;
  z-index: 10;
  color: var(--base05);
  font-size: 14pt;
  letter-spacing: -0.035em;
  padding: 0.375em 0.5em 0.5em 1.75em;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 0.5em 50%;
  border-radius: 1em;
}

nav.top li#headerHelp a {
  display: none;
}
nav.top li#headerExtensions a {
  display: none;
}
nav.top li#headerFuture a {
  display: none;
}
nav.top li#headerAbout a {
  display: none;
}
nav.top li#headerApi a {
  display: none;
}
nav.top li#download a {
  display: none;
}

nav.top li#headerApi {
  margin-left: -0.25em;
}

nav.top li#headerBuy a {
  display: none;
}

nav.top li#logo {
  position: absolute;
  left: 1.2em;
  background-image: url("/images/nova-app-icon.png");
  background-repeat: no-repeat;
  background-size: 2.5em;
  background-position: 2.3em 55%;
}

#home nav.top li#logo {
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 450ms;
  z-index: -1;
  visibility: hidden;
}

#home nav.top.scrolled li#logo {
  opacity: 1;
  pointer-events: all;
  z-index: unset;
  visibility: visible;
}

li#languageSwitcher {
  display: block;
  width: fit-content;
  position: absolute;
  right: 1em;
}



body#notfound main a,
nav.top li#download a, .sidebarNav li#download a {
  color: var(--base07);
  background-color: var(--base0D);
  font-weight: 700;
  padding: 0.325em 0.75em 0.5em 0.75em;
}

.sidebarNav li#download a
{
  text-align: center;
}

.inlineButton
{
  align-self: center;
  border-radius: 1em;
  background-color: var(--base0D);
  max-width: fit-content;
  padding: 0.325em 0.75em 0.5em 0.75em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 14pt;
  letter-spacing: -0.035em;
}

.inlineButton a
{
  color: var(--base07);
}

@media (prefers-color-scheme: light) {
  nav.top li#download a, .inlineButton a {
    color: var(--base01);
  }
}

.side-by-side {
  margin: 0 auto;
}

nav.top li#logo a:hover {
  text-decoration: none;
}

nav.top li#logo a {
  color: var(--base08);
  font-size: 2.5em;
  font-weight: 700;
  padding: 0.325em 0.75em 0.5em 2em;
}

nav.top li#hamburgerButton {
  position: fixed;
  font-size: 2.5em;
  top: 12px;
  left: 12px;
  width: 48px;
  height: 48px;
  color: var(--base05);
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

nav.top li#hamburgerButton:hover {
  color: var(--base07);
}

nav.top li#hamburgerButton.selected {
  color: var(--base10);
}

.hamburgerSVG {
  width: 100%;
  height: auto;
}

/* nav.top li#hamburgerButton::before
{
	content: 'hi';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-mask-size: contain;
	-webkit-mask-position: 0% 50%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-image: url("images/menu.svg");
	background-color: var(--base07);
	background-size: contain;
} */

nav.top li a:hover {
  text-decoration: underline;
}

div.tocDiv {
  display: none;
}

main a {
  color: var(--base10);
  text-decoration-line: none;
}

main a:hover {
  text-decoration-line: underline;
}

.section-list a,
.article-list a {
  text-decoration-line: none;
}

.section-list a:hover,
.article-list a:hover {
  text-decoration-line: underline;
}

.article-list a {
  font-weight: 600;
  color: var(--base10);
}

.articleDiv {
  display: none;
}

.articleDiv .tocContainer
{
  padding-bottom: 5em;
}

.articleDiv .button {
  padding: 0.25em;
  text-transform: uppercase;
  border-radius: 2em;
  text-align: center;
  font-weight: 700;
  color: var(--base06);
  background-color: var(--base01);
  margin-bottom: 0.5em;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.articleDiv .button:hover {
  background-color: var(--base10);
  color: var(--base07);
}

@media (prefers-color-scheme: light) {
  .articleDiv .button:hover {
    color: var(--base01);
  }
}

.articleDiv .button:active {
  background-color: var(--base07);
}

.articleDiv details {
  line-height: 2em;
}

.articleDiv details[open]::details-content {
  max-height: 100vh;
  background-color: var(--base01);
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1em;
}

.articleDiv details::details-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}

.articleDiv details.nestedSection {
  padding-left: 1.45em;
  color: var(--base05);
  font-size: 12pt;
  line-height: 1.5em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.articleDiv details summary
{
  list-style: "+ ";
  padding-left: 1ch;
  margin-inline-start: 2ch;
}

.articleDiv details[open] summary
{
  list-style: "- ";
}

.articleDiv li,
.articleDiv ul {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  line-height: 1.5em;
  font-size: 12pt;
}

.articleDiv a {
  text-decoration-line: none;
  color: var(--base05);
}

.articleDiv a:hover {
  color: var(--base07);
  transition: color 0.1s ease-in;
}

.articleDiv .tocCurrentHeader {
  font-weight: 600;
  color: var(--base07) !important;
}

.articleDiv .tocCurrentHeader:before {
  /* content: "•"; */
  content: "|";
  padding-right: 0.5em;
  color: var(--base0C);
  user-select: none;
  -webkit-user-select: none;
}

.sidebarNav ul, .sidebarNav li
{
  list-style: none;
  padding-inline-start: 0;
}

.sidebarNav li a {
  color: var(--base05);
  font-size: 14pt;
  letter-spacing: -0.035em;
  padding: 0.375em 0em 0.5em 1.25em;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 0em 50%;
}

.sidebarNav li#headerHelp a {
  display: list-item;
  background-image: url("../images/top-nav-help.svg");
}
.sidebarNav li#headerExtensions a {
  display: list-item;
  background-image: url("../images/top-nav-extensions.svg");
}
.sidebarNav li#headerFuture a {
  display: list-item;
  background-image: url("../images/top-nav-future.svg");
}
.sidebarNav li#headerAbout a {
  display: list-item;
  background-image: url("../images/top-nav-future.svg");
}
.sidebarNav li#headerApi a {
  display: list-item;
  background-image: url("../images/top-nav-api.svg");
}

.sidebarNav li#download a {
  display: list-item;
  border-radius: 1em;
}

.subtitle {
  font-weight: 500;
  color: var(--base06);
  margin-bottom: 1em;
  font-size: 18pt;
  line-height: 1.3em;
}

.navFooter tbody {
  border-bottom-style: none;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--base03);
}

.navFooter tbody tr:hover {
  background-color: inherit;
}

.navFooter p {
  text-transform: uppercase;
  color: var(--base04);
  font-weight: 700;
  line-height: 0.5em;
  margin-block-end: 0.5em;
}

.navFooter a {
  text-decoration-line: none;
  color: var(--base0C);
  font-weight: 600;
}

.side-by-side tbody > tr > td {
  padding: 0;
}

.returnlink {
  text-align: right;
}

.returnlink a {
  text-decoration-line: none;
  color: var(--base0C);
  font-weight: 600;
}

.featuredContainer
{
  overflow-x: auto;
  white-space: nowrap;
}

.featuredArticle
{
  width: 18em;
  max-width: 18em;
  height: 10em;
  border-radius: 0.8rem;
  color: rgb(248,248,240);
  display: inline-grid;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: hidden;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4);
}

.featuredArticle.red
{
  background: var(--gradientRed);
}

.featuredArticle.blue
{
  background: var(--gradientBlue);
}

.featuredArticle.purple
{
  background: var(--gradientPurple);
}

.featuredArticle.green
{
  background: var(--gradientGreen);
}

.leftScrollGradient
{
  z-index: 4;
  background: linear-gradient(90deg, var(--base01), rgba(0, 0, 0, 0));
  width: 1em;
  height: 12em;
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}

.rightScrollGradient
{
  z-index: 4;
  background: linear-gradient(270deg, var(--base01), rgba(0, 0, 0, 0));
  width: 1em;
  height: 12em;
  position: absolute;
  right: 1.25em;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
  pointer-events: none;
}

.leftScrollGradient.scrolled, .rightScrollGradient.scrolled
{
  opacity: 1;
}

.featuredBg img
{
  z-index: 1;
  opacity: 50%;
  height: 170px;
  padding-left: 8.5em;
  padding-top: 0.35em;
  position: relative;
}

.featuredText
{
  z-index: 2;
  position: sticky;
  bottom: 0.4em;
  padding-left: 0.8em;
  margin-right: 2em;
  display: flex;
  flex-direction: column;

}

.featuredName
{
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.25rem;
  text-wrap: wrap;
  position: relative;
}

.featuredDesc
{
  font-size: 0.8em;
  height: 2.8em;
  line-height: 1.3em;
  white-space: normal;
}

.newFlag
{
  background: var(--gradientGold);
  max-width: fit-content;
  padding: 0.1em 0.75em 0.1em 0.75em;
  color: #000000;
  font-size: 0.8em;
  border-radius: 0.5em;
  font-style: italic;
}

@media screen and (max-width: 1023px) {
  .articleDiv.overlaid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    margin-top: 0;
    background-color: var(--base00);
    padding: 1em;
    padding-top: 5em;
    z-index: 9;
    transform: translateY(-100%);
    animation: slide-in 0.25s forwards;
  }
}

.nextSection {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  text-align: right;
  color: var(--base04);
}

.nextSection a {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--base0C);
  text-decoration-line: none;
}

#lil-search-container div#search-results {
  padding: 0;
}

#lil-search-container div#search-results ol {
  padding-left: 1.5em;
}

#lil-search-container div#search-results ol li {
  line-height: 1em;
}

#lil-search-container div#search-results ol li a {
  font-weight: 600;
  color: var(--base10);
}

#lil-search-container div#search-results ol li p {
  font-size: 0.8em;
  margin-block-start: 0.25em;
}

#lil-search-container div#search-results h2 {
  font-size: 0.8em;
  color: var(--base05);
}

#lil-search-container div#search-results p#noResultsMsg {
  color: var(--base05);
  text-align: center;
  font-weight: 600;
}

@keyframes slide-in {
  100% {
    transform: translateY(0%);
  }
}

@keyframes colorchange {
  from {
    color: var(--base05);
  }

  to {
    color: var(--base07);
  }
}

.iconTinted {
  background-color: var(--base07);
  mask-size: contain;
  mask-repeat: no-repeat;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  cursor: pointer;
  padding: 12px;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 2rem;
  border-radius: 0.8rem;
  background-color: var(--base00);
  color: var(--base07);
}

.collapsibleActive
{
  border-radius: 0.8rem 0.8rem 0 0;
}

.collapsibleContent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  font-size: 1.7rem;
  margin: 0px !important;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: var(--base00);
}

.collapsibleContent p
{
  margin: 2rem 0 2rem 0;
}

.collapsible:before {
  content: '\25B6';
  font-size: 2rem;
  float: left;
  margin-right: 0.5em;
}

.collapsibleActive:before {
  content: "\25BC";
}

/* Start auto-resizing */
@media screen and (min-width: 240px) {
  /* nav.top, nav.top.scrolled { font-size: 4.3vw; }
	/* header { margin-top: 4vw; } */
  nav.top ul {
    justify-content: center;
  }
  nav.top li#logo,
  nav.top.scrolled li#logo {
    position: static;
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {
  nav.top li#hamburgerButton {
    display: none;
  }
  .sidebarNav {
    display: none;
  }
  nav.top li#headerHelp a {
    display: list-item;
    background-image: url("/images/top-nav-help.svg");
  }
  nav.top li#headerExtensions a {
    display: list-item;
    background-image: url("/images/top-nav-extensions.svg");
  }
  nav.top li#headerFuture a {
    display: list-item;
    background-image: url("/images/top-nav-future.svg");
  }
  nav.top li#headerAbout a {
    display: list-item;
    background-image: url("/images/top-nav-future.svg");
  }
  nav.top li#headerApi a {
    display: list-item;
    background-image: url("/images/top-nav-api.svg");
  }
  nav.top li#download a {
    display: list-item;
  }
  nav.top li#headerBuy a {
    color: var(--base01);
    background-color: var(--base0B);
    background-image: url("/images/top-nav-buy.svg");
    display: list-item;
  }
  /* main
	{
		display: grid;
		grid-template-columns: auto 1fr 1fr;
	} */

  nav.top li#logo {
    background-position: 0em 55%;
  }

  nav.top li#logo a {
    padding: 0.325em 0.75em 0.5em 1.1em;
  }

  div.mainContent {
    /* grid-column: 2 / span 3; */
    padding-left: 1em;
    margin-left: 0;
    margin-right: auto;
  }

  div.mainContent video {
    width: 75%;
  }

  .articleDiv {
    display: inline-block;
    position: fixed;
    /* float: left; */
    /* position: sticky; */
    left: 0;
    padding-top: 5em;
    bottom: 0;
    height: 100%;
    width: 20vw;
    overflow: auto;
    margin-top: 0;
    background-color: var(--base00);
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    max-width: 350px;
  }

  .articleDiv .closeButton {
    display: none;
  }

  div.articleDiv + main,
  div.articleDiv + main + footer {
    padding-left: min(20vw, 350px);
  }

  div.tocDiv + div.mainContent {
    padding-right: 1em;
    /* grid-column: 2 / span 3; */
    overflow: hidden;
    max-width: 1024px;
  }

  div.tocDiv {
    display: block;
    min-width: 20ch;
    max-width: 20vw;
    /* align-self: start; */
    position: sticky;
    float: right;
    top: 6em;
    max-height: calc(80vh);
    overflow: auto;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: 0.25em;
    /* grid-column: 5 / span 1; */
    background-color: var(--base00);
    border-radius: 1em;
    color: var(--base05);
  }

  nav#TableOfContents {
    background-color: var(--base00);
  }

  nav#TableOfContents ul {
    padding-inline-start: 1em;
  }

  nav#TableOfContents .tocCurrentHeader {
    font-weight: bold;
    color: var(--base07);
    animation-name: colorchange;
    animation-duration: 0.25s;
  }

  /* .tocCurrentHeader:before
	{
		content: "•";
		padding-right: 0.5em;
		animation-name: slidein;
		animation-duration: 0.25s;
	}

	@keyframes slidein {
	  from {
		padding-right: 0em;
	  }

	  to {
		padding-right: 0.5em;
	  }
	} */
}

/* Start auto-resizing */
@media screen and (min-width: 1024px) {
  nav.top ul {
    justify-content: flex-end;
  }

  nav.top li#logo {
    position: absolute;
  }
  nav.top.scrolled li#logo {
    position: absolute;
  }
}

/* Center main content in full screen on desktop displays */
@media screen and (min-width: 1919px) {
  div.mainContent {
    margin-left: calc(50vw - 862px);
    margin-right: auto;
  }
}
