Update Family Section

diff --git a/js/script.js b/js/script.js
index 97504e3..a82fd4b 100644
--- a/js/script.js
+++ b/js/script.js
@@ -35,6 +35,10 @@
             e.preventDefault
             $.scrollTo($("#team"), 1000);
         });
+		$("#nav-family").click(function(e) {
+            e.preventDefault
+            $.scrollTo($("#family"), 1000);
+        });
         $(".navbar-brand").click(function(e) {
             e.preventDefault();
             $.scrollTo(0, 1000);