diff --git a/public_html/assets/js/nobs.js b/public_html/assets/js/nobs.js
index e85cd18..6fa146e 100644
--- a/public_html/assets/js/nobs.js
+++ b/public_html/assets/js/nobs.js
@@ -26,11 +26,8 @@ function scrollTo(href) {
}
$('html').stop(true).animate({
scrollTop: ($(goTo).position().top - hdrheight)
- },
- {
- duration: 500,
- easing: 'swing'
- });
+ },450); // NOTE: Any value greater than ~450 will cause
+ // the scroll to miss its target.
} else consolelog('scrollTo() - bad hdrheight');
};