

/* Panorama container */
*[data-paver] {

  position: relative;
  height: 100vh;
  left: 0%;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

*[data-paver] img {

}




*[data-paver2] {

  position: relative;
  height: 100vh;
  left: 0%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

*[data-paver2] img {

}





.panorama {
  height: 667px;
  overflow-x: scroll;
  overflow-y: hidden;
  left: 0;
  width: 100%;
}

.panorama img {
  height: 100%;
}

/* Fallback message */
.paver--fallback {
  margin-bottom: 0;
}

.paver--fallback + .paver__fallbackMessage {
  font-size: .8rem;
  margin-bottom: 1.5rem;
  padding: .25rem 1rem;
  text-align: center;
}

/* Destroy toggle */
form {
  margin-bottom: 1.5rem;
  text-align: center;
}

#paver-toggle {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: .75rem;
  box-shadow: inset 0 0 0 1px #d3d3d3;
  cursor: pointer;
  outline: none;
  height: 1.5rem;
  position: relative;
  transition: border .25s .15s, box-shadow .25s .3s, padding .25s, opacity .25s;
  width: 3rem;
  vertical-align: top;
}

#paver-toggle::after {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  content: '';
  display: block;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  height: calc(1.5rem - 4px);
  left: 0;
  position: absolute;
  right: calc(1.5rem);
  top: 0;
  transition: border .25s .15s, left .25s .1s, right .15s .175s;
}

#paver-toggle:checked {
  border-color: #53d76a;
  box-shadow: inset 0 0 0 .75rem #53d76a;
  padding-left: 1.5rem;
  transition: border .25s, box-shadow .25s, padding .25s .15s;
}

#paver-toggle:checked::after {
  border-color: #53d76a;
  left: calc(1.5rem);
  right: 0;
  transition: border .25s, left .15s .25s, right .25s .175s;
}

#paver-toggle:disabled {
  opacity: 0.5;
}

#paver-toggle + label {
  color: #666;
  margin-left: .5rem;
}

/* Footer */
footer {
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.75) 0%, rgba(55, 55, 55, 0.75) 100%);
  box-sizing: border-box;
  color: #eee;
  padding: 3rem 16.66667%;
  position: relative;
  width: 100%;
}

footer p {
  color: #999;
  margin: 0;
  text-align: center;
}

footer p a {
  border: none;
  color: #ccc;
  text-decoration: none;
}

footer p a:hover {
  border-bottom-color: #eee;
  color: #eee;
  text-decoration: underline;
}

footer #up {
  background-color: #555;
  border: 2px solid #555;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #eee;
  color: #ccc;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: calc(2px - 1rem);
  left: 50%;
  width: calc(2rem + 4px);
  height: calc(2rem + 4px);
  transform: translateX(-50%);
}

footer #up::before {
  content: '\e806';
}

footer #up:hover {
  color: #fff;
}

footer svg {
  display: block;
  fill: #ccc;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 1rem;
}

footer:hover #up {
  opacity: 1;
}

/* Media queries, unrelated to functionality of Fluidbox */
@media only screen and (max-width: 1279px) {
  /* Smoothing Functions */
  #smoothing-functions__list li > div.graph {
    flex-wrap: wrap;
  }
  #smoothing-functions__list li > div.graph div.graph-plot {
    flex-basis: 100%;
  }
  #smoothing-functions__list li > div.graph div.graph-plot svg {
    font-size: 1.2rem;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  #smoothing-functions__list li > div.graph .graph-equation {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 979px) {
  /* Features */
  #features + ul {
    display: block;
    left: 0;
    width: 100%;
  }
  #features + ul li {
    display: block;
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  header {
    padding-left: 3rem;
    padding-right: 3rem;
    max-height: 500px;
  }
  header h1 {
    font-size: 3rem;
  }
  header > nav {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  header > nav ul {
    flex-wrap: wrap;
  }
  aside {
    display: none;
  }
  aside + pre, aside + pre[class*='language'] {
    width: 100%;
  }
  main {
    margin: 0 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  pre[class*=language-] > code[data-language] {
    max-height: none;
  }
  *[data-paver], .panorama {
    height: 50vh;
    min-height: 300px;
    max-height: 600px;
    position: relative;
    left: -3rem;
    width: calc(100% + 6rem);
  }
  /* Responsive tables */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  table {
    font-size: 1rem;
    left: 0;
    line-height: 1.5rem;
    width: 100%;
  }
  table td, table th {
    border: none;
    position: relative;
    padding-left: 35%;
  }
  table td::before, table th::before {
    padding: 0 .5rem;
    position: absolute;
    left: 0;
    width: 35%;
    white-space: nowrap;
  }
  table thead {
    display: none;
  }
  table thead td {
    border: none;
  }
  table tbody tr {
    background-color: transparent !important;
    margin-bottom: 1rem;
  }
  table tbody tr th {
    background-color: #ddd;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  table tbody tr td {
    background-color: rgba(221, 221, 221, 0.5);
    border-bottom: 1px solid #fff;
  }
  table tbody tr td:last-child {
    border: none;
  }
  table tbody tr:target th {
    background-color: #8BA3B0;
  }
  table tbody tr:target td {
    background-color: rgba(139, 163, 176, 0.5);
  }
  #configuration-options__table tbody th::before {
    content: 'Option';
  }
  #configuration-options__table tbody td:nth-of-type(1)::before {
    content: 'HTML5';
  }
  #configuration-options__table tbody td:nth-of-type(2)::before {
    content: 'Type';
  }
  #configuration-options__table tbody td:nth-of-type(3)::before {
    content: 'Default';
  }
  #configuration-options__table tbody td:nth-of-type(4)::before {
    content: 'Description';
  }
  #custom-triggers__table tbody th::before {
    content: 'Function';
  }
  #custom-triggers__table tbody td:nth-of-type(1)::before {
    content: 'Arguments';
  }
  #custom-triggers__table tbody td:nth-of-type(2)::before {
    content: 'Description';
  }
  #custom-events-global__table tbody th::before,
  #custom-events-scoped__table tbody th::before {
    content: 'Event';
  }
  #custom-events-global__table tbody td:nth-of-type(1)::before,
  #custom-events-scoped__table tbody td:nth-of-type(1)::before {
    content: 'Conditional';
  }
  #custom-events-global__table tbody td:nth-of-type(2)::before,
  #custom-events-scoped__table tbody td:nth-of-type(2)::before {
    content: 'Description';
  }
}

@media only screen and (max-width: 579px) {
  header > nav ul {
    display: block;
  }
  header > nav ul li:first-child {
    display: none;
  }
  header > nav ul li.active a {
    background-color: rgba(255, 255, 255, 0.75);
  }
  /* Smoothing Functions */
  #smoothing-functions__list li > div.graph div.graph-plot svg {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.min.css.map */