diff --git a/index.html b/index.html
index 2721fc3..647129b 100644
--- a/index.html
+++ b/index.html
@@ -196,7 +196,7 @@
-
Our Services
+
Available Services
Ceramic Coating
Polish & Paint Correction
diff --git a/services.html b/services.html
index 2c5da8f..81d2f7d 100644
--- a/services.html
+++ b/services.html
@@ -19,12 +19,9 @@
gap: 12rem;
}
- h1 {
- margin-top: 12rem;
- }
/** landings are used to jump slightly above categories */
- .landing { top: 3rem; position: relative; }
+ .landing { top: 10rem; position: relative; }
#categoryLinks {
display: flex;
@@ -44,20 +41,33 @@
padding: 0 5rem;
text-decoration: none;
- color: var(--black);
+ color: var(--gold);
- background-color: var(--gold);
+ border: 1px solid var(--gold);
border-radius: 1rem;
transition: 0.3s ease;
}
.jumpLink:hover {
- color: white;
+ box-shadow: 0px 0px 10px var(--gold);
}
- .jumpLink a, .jumpLink h2 {
- color: var(--black);
- background-color: var(--gold);
+
+ #downArrowWrapper {
+ display: flex;
+ justify-content: center;
+ margin-top: 2rem;
+ }
+ #downArrow {
+ transform: rotate(-45deg);
+ height: 20px;
+ width: 20px;
+ border-left: solid 2px var(--gold);
+ border-bottom: solid 2px var(--gold);
+ }
+ #downArrow:hover {
+ border-left: solid 3px var(--gold);
+ border-bottom: solid 3px var(--gold);
}
#categoryContainer {
@@ -65,17 +75,22 @@
height: 100%;
}
+ .serviceHeader {
+ margin-top: 20rem;
+ }
.serviceContainer {
display: flex;
align-items: flex-start;
justify-content: space-evenly;
flex-wrap: wrap;
+ gap: 5rem;
margin: 3rem 0;
}
#tableOfContents {
width: 90%;
- margin-bottom: 25vh;
+ margin-top: 15vh;
+ margin-bottom: 35vh;
}
@@ -87,7 +102,7 @@
height: 100%;
- width: 45%;
+ width: 40rem;
}
.card {
@@ -103,6 +118,11 @@
border: 2px solid white;
}
+ /** TODO implement these classes to make consistent service card sizes */
+ .tall { height: 30rem; }
+ .medium { height: 20rem; }
+ .short { height: 10rem; }
+
.card-head {
margin-bottom: 2rem;
}
@@ -173,12 +193,16 @@
width: 100%;
}
- h1 {
+ .jumpLink {
+ height: 10rem;
+ }
+
+ /* h1 {
font-size: 1.75rem;
}
h2 {
font-size: 1.5rem;
- }
+ }*/
}
@@ -220,31 +244,36 @@
Exterior Detailing
Interior Detailing
+
+