diff --git a/index.html b/index.html
index 4f394c8..b994b26 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@
}
section {
- padding: 80px 0;
+ padding: 10px 0;
}
section h2.section-heading {
@@ -56,45 +56,10 @@
section h3.section-subheading {
font-size: 20px;
font-weight: 400;
- margin-top: 30px;
- margin-bottom: 20px;
+ margin-top: 10px;
+ margin-bottom: 10px;
text-transform: none;
}
-
-#mainNav {
- background-color: #222;
-}
-
-#mainNav .navbar-toggler {
- font-size: 12px;
- right: 0;
- padding: 13px;
- text-transform: uppercase;
- color: white;
- border: 0;
- background-color: #c44;
-}
-
-#mainNav .navbar-brand {
- color: #f44;
- /* font-weight: bold; */
-}
-
-#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
- color: #f44;
-}
-
-#mainNav .navbar-nav .nav-item .nav-link {
- font-size: 90%;
- font-weight: 400;
- padding: 1.1em;
- letter-spacing: 1px;
- color: white;
-}
-
-#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
- color: #f44;
-}