/* Stylesheet for project UF9975 */

section {
  scroll-margin-top: -1px;
}

@media (width >= 768px) {
  section {
    scroll-margin-top: 56px;
  }
}