diff --git a/_layouts/default.html b/_layouts/default.html
index d0f6ea3..612593a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -32,10 +32,11 @@
{% if page.title %}{{ page.title }} / {% endif %}Hot Won't Quit / Punk Rock n Roll / Portland, OR
-
-
+
+
+
diff --git a/_sass/_main.scss b/css/app.scss
similarity index 96%
rename from _sass/_main.scss
rename to css/app.scss
index 30fd05a..e0e4fb0 100644
--- a/_sass/_main.scss
+++ b/css/app.scss
@@ -1,12 +1,5 @@
-//.stripe {
-// width: 100%;
-// height: 15px;
-//}
-//
-//.one { background-color: #05357D }
-//.two { background-color: #BD5C43 }
-//.three { background-color: #FFAD09 }
-//.four { background-color: #FFFFB2 }
+---
+---
$blue: #05357D;
$red: #BD5C43;
diff --git a/css/main.scss b/css/main.scss
deleted file mode 100755
index a8d32d5..0000000
--- a/css/main.scss
+++ /dev/null
@@ -1,9 +0,0 @@
----
-# Only the main Sass file needs front matter (the dashes are enough)
----
-@charset "utf-8";
-
-// Import partials from `sass_dir` (defaults to `_sass`)
-@import
- "main"
-;