/* ================================
   SMOOTH SCROLL & MENU LINKS
   ================================ */

html {
  scroll-behavior: smooth;
}

/* Scroll offset for sections - prevents content from hiding behind header */
#home,
#technology,
#services,
#contact {
  scroll-margin-top: 100px;
}

/* Work and Price need more offset */
#work {
  scroll-margin-top: 400px;
}

#price {
  scroll-margin-top: 340px;
}

/* Desktop Menu Links */
a.menu-link {
  text-decoration: none;
  display: inline-block;
}

a.menu-link:hover {
  opacity: 0.8;
}
