/* body starts at bottom of menu - changes will move the homepage picture! */
body {
  padding-top: 55px;
}
.top-fixed {
  position: absolute;
  margin: 70px 0 0 0;
}
.top-fixed.scrolled {
  position: fixed;
  top: 0px;
  margin: 70px 0 0 0;
}
