/* File: /css/nexus-footer-fixed.css
   Purpose: Fixed bottom wave + fixed copyright footer (non-scrolling), while content scrolls.
*/

.nx-bottom-wave{
  display: none;
}

.nx-wave-fill{
  display: none;
}

.nx-footer{
  display: block;
  height: auto;
}

.nx-footer-inner{
  display: flex;
}

/* Ensure content isn't covered by fixed footer+nav */
main, .nx-wrap, .nx-stack-page{
  padding-bottom: 96px;
}

html, body{
  max-width: 100%;
  overflow-x: hidden;
}
