diff --git a/index.html b/index.html
index 9398150..9962874 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
-
+
@@ -35,11 +35,23 @@
-->
-
+
-
-
+
+
+
+
+
+
+
@@ -54,8 +66,8 @@
-
-
+
+
@@ -70,33 +82,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -190,14 +178,7 @@
-
-
-
-
-
@@ -330,9 +311,6 @@
-
@@ -494,9 +472,6 @@
-
@@ -584,9 +559,6 @@
-
diff --git a/styles/elements/hero.css b/styles/elements/hero.css
new file mode 100644
index 0000000..d766a92
--- /dev/null
+++ b/styles/elements/hero.css
@@ -0,0 +1,15 @@
+
+#hero {
+ grid-template-rows: 1fr auto auto;
+ height: 100vh;
+/*
+ grid-template-rows: 1fr 50px auto auto;
+*/
+}
+#hero header {
+}
+#hero .mouse {
+}
+#hero .banner {
+}
+
diff --git a/styles/elements/home.css b/styles/elements/home.css
deleted file mode 100644
index eadb1e2..0000000
--- a/styles/elements/home.css
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#home {
- height: 100vh;
- grid-template-rows: 1fr 1fr auto auto;
-/*
- grid-template-rows: 1fr 50px auto auto;
-*/
-}
-#home article {
-/*
- height: 10000vh;
-*/
-}
-
diff --git a/styles/elements/nav.css b/styles/elements/nav.css
index 8f2e9f4..81776a7 100644
--- a/styles/elements/nav.css
+++ b/styles/elements/nav.css
@@ -3,11 +3,11 @@ nav {
display: flex;
flex-direction: row;
justify-content: center;
- position: -webkit-sticky;
- position: sticky;
+ position: fixed;
top: 0;
background-color: #f6f6f6;
z-index: 1;
+ width: 100vw;
}
nav a {
position: relative;
diff --git a/styles/elements/sections.css b/styles/elements/sections.css
index 5637e01..b02339f 100644
--- a/styles/elements/sections.css
+++ b/styles/elements/sections.css
@@ -16,6 +16,7 @@ section {
/ 1fr auto 1fr ;
grid-gap: 10px;
gap: 10px;
+ min-height: 100vh;
}
section header {