
diff --git a/null b/null
new file mode 100644
index 0000000..16abe3d
Binary files /dev/null and b/null differ
diff --git a/styles.css b/styles.css
index b016e1d..b698796 100644
--- a/styles.css
+++ b/styles.css
@@ -5,11 +5,6 @@
box-sizing: border-box;
}
-html {
- scroll-snap-type: y mandatory;
- scroll-behavior: smooth;
-}
-
:root {
--primary-color: #003366;
--primary-dark: #002244;
@@ -28,6 +23,8 @@ html {
html {
scroll-behavior: smooth;
+ scroll-snap-type: y mandatory;
+ overflow-y: scroll;
}
body {
@@ -286,6 +283,7 @@ img {
flex-direction: column;
background-color: var(--bg-color);
scroll-snap-align: start;
+ scroll-margin-top: 0;
}
.section-header {
@@ -301,8 +299,10 @@ img {
/* Segment 1: Hero Carousel */
.segment-hero {
padding: 0;
- margin-top: var(--navbar-height);
- min-height: calc(100vh - var(--navbar-height));
+ margin-top: 0;
+ padding-top: var(--navbar-height);
+ min-height: 100vh;
+ scroll-snap-align: start;
}
.carousel {
@@ -310,6 +310,7 @@ img {
width: 100%;
height: calc(100vh - var(--navbar-height));
overflow: hidden;
+ margin-top: 0;
}
.carousel-slide {