/* Bootstrap scroll offset fix for fixed header */
html {
  scroll-padding-top: 35px;
}

section[id] {
  scroll-margin-top: 35px;
}
