/**
 * http://css-tricks.com/persistent-headers/
 */

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}
