diff --git a/assets/css/screen.css b/assets/css/screen.css
index 08d5140..94e873a 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -160,6 +160,9 @@ table { border-collapse: collapse; border-spacing: 0; }
.icon-link:before {
content: "\f608";
}
+.icon-menu:before {
+ content: "\f609";
+}
/* ==========================================================================
@@ -792,13 +795,18 @@ body.nav-opened .nav {
background: rgba(0,0,0,0.1);
transition: all 0.5s ease;
}
+.menu-button:before {
+ font-size: 12px;
+ font-weight: bold;
+ margin-right: 6px;
+ color: #fff !important;
+ position: relative;
+ top: 1px;
+ transition: all 0.5s ease;
+}
.menu-button:focus {
outline: 0;
}
-.menu-button .burger {
- font-size: 12px;
- margin-right: 6px;
-}
body.nav-opened .menu-button {
padding: 0 12px;
@@ -843,6 +851,9 @@ body.nav-opened .menu-button .word {
border-color: #fff;
background: #fff;
}
+.main-nav.overlay a:hover:before {
+ color: #222;
+}
/* Add a border to the buttons on hover */
.menu-button:hover {
diff --git a/assets/fonts/casper-icons.eot b/assets/fonts/casper-icons.eot
index 0bfce34..2c04470 100755
Binary files a/assets/fonts/casper-icons.eot and b/assets/fonts/casper-icons.eot differ
diff --git a/assets/fonts/casper-icons.svg b/assets/fonts/casper-icons.svg
index 98efd05..e0d40ac 100755
--- a/assets/fonts/casper-icons.svg
+++ b/assets/fonts/casper-icons.svg
@@ -16,4 +16,5 @@