Update Family Section
diff --git a/css/style.css b/css/style.css
index 927cd00..9718ec1 100644
--- a/css/style.css
+++ b/css/style.css
@@ -364,3 +364,30 @@
max-height: 150px;
margin:0 auto;
}
+/* our team section */
+#family {
+ background-color: #07374a;
+ font-weight: 700;
+ font-size: 1.5em;
+}
+
+.family-role, .family-name, .family-links-list {
+ color: #FFFFFF;
+}
+.family-description {
+ color: #b7b7b7;
+}
+.family-role h4 {
+ color: #0080ff;
+}
+.family-header h2 {
+ color: #0080ff;
+}
+.family-links {
+ padding-top: .75em;
+}
+.family-image img {
+ max-width:150px;
+ max-height: 150px;
+ margin:0 auto;
+}