Add a few updates to Bliss site

diff --git a/css/style.css b/css/style.css
index 380d502..3f1bbe0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -126,6 +126,12 @@
 }
 #portfolio > div > div > div {padding-right: 0;padding-left: 0}
 
+#family-lt > .container {
+  padding-left: 30px;
+  padding-right: 30px;
+}
+#family-lt > div > div > div {padding-right: 0;padding-left: 0}
+
 .row,
 .container-fluid>.navbar-collapse,
 .container-fluid>.navbar-header,
@@ -1803,3 +1809,28 @@
             transform: rotate(360deg);
   }
 }
+
+ /* The alert message box */
+.alert {
+    padding: 20px;
+    background-color: #f44336; /* Red */
+    color: white;
+    margin-bottom: 15px;
+}
+
+/* The close button */
+.closebtn {
+    margin-left: 15px;
+    color: white;
+    font-weight: bold;
+    float: right;
+    font-size: 22px;
+    line-height: 20px;
+    cursor: pointer;
+    transition: 0.3s;
+}
+
+/* When moving the mouse over the close button */
+.closebtn:hover {
+    color: black;
+}