

/* Main */
main {
  margin: 0 16.66667%;
}

main section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  position: relative;
}

main section:last-of-type {
  border-bottom: none;
}

main figure {
  margin: 0 0 1.5rem 0;
}

main figure figcaption {
  margin-top: -.5rem;
  font-family: "PT Serif", Georgia, Times, serif;
}

main figure figcaption span {
  display: block;
  text-align: center;
}

main figure figcaption span.title {
  font-size: 1.5rem;
  line-height: 2rem;
}

main figure figcaption span.desc {
  font-size: .8rem;
  font-style: italic;
  line-height: 1.25rem;
}

#features + ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  position: relative;
  left: -1rem;
  width: calc(100% + 2rem);
}

#features + ul li {
  width: 50%;
  padding: .25rem 1rem;
  position: relative;
}

#features + ul li::before {
  background-color: #398079;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: 'Fontello';
  font-size: 1.5rem;
  margin: 0 auto .5rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.125);
  transition: all .25s ease-in-out;
  line-height: 3rem;
}

#features + ul li#features__motion-detection::before {
  content: '\e803';
}

#features + ul li#features__mouse-movements::before {
  content: '\e805';
}

#features + ul li#features__mobile-friendly::before {
  content: '\e804';
}

#features + ul li#features__graceful-degradation::before {
  content: '\e802';
}

#features + ul li h4 {
  border: none;
  font-size: 1.25rem;
  margin: 0 0 .5rem 0;
  text-align: center;
  transition: all .25s ease-in-out;
}

#features + ul li:hover h4 {
  color: #398079;
}

#smoothing-functions__list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

#smoothing-functions__list li {
  margin-bottom: 1.5rem;
}

#smoothing-functions__list li > h4 {
  margin-top: 0;
}

#smoothing-functions__list li > div.graph {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#smoothing-functions__list li > div.graph div.graph-plot {
  flex-basis: auto;
}

#smoothing-functions__list li > div.graph div.graph-plot svg {
  color: #999;
  display: block;
  font-size: 1.2rem;
  width: 480px;
}

#smoothing-functions__list li > div.graph div.graph-plot svg path {
  stroke: #8CB8B6;
  stroke-width: 10;
  fill: none;
}

#smoothing-functions__list li > div.graph div.graph-plot svg line.major {
  stroke: #ddd;
  stroke-width: 3;
}

#smoothing-functions__list li > div.graph div.graph-plot svg line.middle-line {
  stroke: #999;
  stroke-dasharray: 8, 8;
  stroke-width: 5;
}

#smoothing-functions__list li > div.graph div.graph-plot svg circle.middle-dot {
  fill: #398079;
}

#smoothing-functions__list li > div.graph div.graph-plot svg .axis {
  shape-rendering: crispEdges;
}

#smoothing-functions__list li > div.graph div.graph-plot svg .axis line, #smoothing-functions__list li > div.graph div.graph-plot svg .axis path {
  stroke: #aaa;
  stroke-width: 5;
}

#smoothing-functions__list li > div.graph .graph-equation {
  flex-basis: auto;
  flex-grow: 1;
}

#meta-styles {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -.75rem 1.5rem -.75rem;
}

#meta-styles li {
  padding: 0;
  position: relative;
  margin: 0;
  width: 100%;
  padding-bottom: 25%;
}

#meta-styles li a {
  background-image: linear-gradient(25deg, rgba(0, 163, 136, 0.75) 0%, rgba(121, 189, 143, 0.75) 100%);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border: none;
  display: block;
  opacity: .5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .75rem;
  right: .75rem;
}

#meta-styles li a:hover, #meta-styles li a.active {
  opacity: 1;
}

#meta-styles li a.active {
  transform: scale(1.05);
}



/* Panorama container */
*[data-paver] {
  margin-bottom: 1.5rem;
  position: relative;
  height: 80vh;
  left: -25%;
  width: 150%;
  overflow-x: scroll;
  overflow-y: hidden;
}

*[data-paver] img {
  height: 100%;
}

.panorama {
  height: 400px;
  margin-bottom: 1.5rem;
  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;
}


/* 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;
  }
 
  main {
    margin: 0 3rem;
  }
 
  *[data-paver], .panorama {
    height: 50vh;
    min-height: 300px;
    max-height: 600px;
    position: relative;
    left: -3rem;
    width: calc(100% + 6rem);
  }
  
}

@media only screen and (max-width: 579px) {
  /* Smoothing Functions */
  #smoothing-functions__list li > div.graph div.graph-plot svg {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.min.css.map */