diff a/css/main.css b/css/main.css	(rejected hunks)
@@ -2,6 +2,17 @@
   overflow-x: hidden;
   font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif
 }
+.fixed{
+  position: fixed;
+  width: 100%;
+  height: auto;
+  margin: 0;
+  top: 0;
+  left: 0;
+  right: 0;
+  z-index: 999;
+  background-color: #FFF;
+}
 .hlogo{
   width: 100%;
   height: 240px;
