// console.log(scrollTarget);
if (scrollTarget) {
$('body, html').animate({
- scrollTop: scrollTarget.offset().top-90
+ scrollTop: scrollTarget.offset().top-120
}, 300);
}
-
});
$(".static-home-link").click(function(e) {
// console.log(scrollTarget);
if (scrollTarget) {
$('body, html').animate({
- scrollTop: scrollTarget.offset().top-90
+ scrollTop: scrollTarget.offset().top-120
}, 300);
}
.static-nav-section .active {
}
+.static-home-link:hover,
.static-nav-link:hover {
text-decoration: underline;
font-weight: normal;
}
+.static-home-link.active,
.static-nav-link.active {
color: black;
font-weight: bold;
}
+.static-home-link.active:hover,
.static-nav-link.active:hover {
text-decoration: underline;
font-weight: bold;
}
+.static-home-link:after,
.static-nav-link.active::after {
text-decoration: none;
display: inline-block;
}
+.static-home-link,
.static-nav-link {
color: #666666;
}