if (window.scrollY >= _offsetY) {
    // Make the header float.
    _header.classList.add('floating');
    for (c in _floatingContent)
      if (_floatingContent[c].classList)