Re-theme the site to match dark style

diff --git a/css/style.css b/css/style.css
index ed5897b..bf21ec9 100644
--- a/css/style.css
+++ b/css/style.css
@@ -4,9 +4,33 @@
 body {
   font-family: "Comfortaa", Helvetica, Arial, sans-serif;
   line-height: 1.4;
-  background-color: #0080ff;
+  /* background-color: #0080ff; */
+  background: url("../images/web_bg_1280.png") no-repeat center center fixed; 
+  -webkit-background-size: cover;
+  -moz-background-size: cover;
+  -o-background-size: cover;
+  background-size: cover;
+  min-height: 100%;
   }
 
+#bg {
+  position: fixed; 
+  top: -50%; 
+  left: -50%; 
+  width: 200%; 
+  height: 200%;
+}
+#bg img {
+  position: absolute; 
+  top: 0; 
+  left: 0; 
+  right: 0; 
+  bottom: 0; 
+  margin: auto; 
+  min-width: 50%;
+  min-height: 50%;
+}
+  
 h1, .h1,
 h2, .h2,
 h3, .h3,
@@ -198,7 +222,13 @@
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
-    background-color: #0080ff; }
+    /* background-color: #0080ff;*/
+	background: url(images/web_bg_1280.png) no-repeat center center fixed; 
+	-webkit-background-size: cover;
+	-moz-background-size: cover;
+	-o-background-size: cover;
+	background-size: cover;
+	}
   .cover.bottom {
     padding: 6% 0 5.5% 0; }
   body > .cover.bottom:nth-child(4) {padding: 6% 0 5.5% 0 !important}