-body{
-       font-family:"Arial", Helvetica, sans-serif;
+body {
+       font-family: Helvetica, sans-serif;
+       font-size: 16px;
 }
 
-.navbar-brand img {
-    height: 200%;
-    margin-top: -5%;
+body a {
+       color: #27CCC0;
 }
 
-.navbar, h1, h2, h3, h4, h5, h6 {
-       font-family: "Arial",sans-serif;
+body a:hover {
+       color: #676767;
+}
+
+.navbar-brand img {
+       height: 200%;
+       margin-top: -5%;
 }
 
-.navbar-fixed-top {
-    top: 10px
+.navbar, h1, h2, h3, h4, h5, h6 {
+       font-family: Helvetica, sans-serif;
 }
 
 .navbar-text{
 
 .navbar-form .form-control{
        width: 150px;
-}
\ No newline at end of file
+}
 
 {% extends "!layout.html" %}
 
 {# Custom CSS overrides #}
-{% set bootswatch_css_custom = ['_static/my-styles.css'] %}
\ No newline at end of file
+{% set css_files = css_files + ['_static/my-styles.css'] %}