diff --git a/css/styles.css b/css/styles.css index 9bef5ec2..1f1cd58b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -336,14 +336,14 @@ nav ul li ul li a:hover { /* General Heading Styling */ h1, h2, h3 { - color: #ffffff; + color: #000000; font-family: 'IBM Plex Sans', Arial, sans-serif; font-weight: 600; margin-bottom: 20px; } h4, h5, h6 { - color: #ffffff; + color: #000000; font-family: 'IBM Plex Sans', Arial, sans-serif; font-weight: 600; margin-bottom: 20px; @@ -360,33 +360,33 @@ h1 { h2 { font-size: 2rem; - line-height: 1.3; + line-height: 1.6; margin-top: 20px; border-bottom: 1px solid #444; padding-bottom: 10px; } h3 { - font-size: 1.75rem; + font-size: 1.8rem; line-height: 1.4; - margin-top: 25px; + margin-top: 20px; } h4 { - font-size: 1.5rem; - line-height: 1.5; + font-size: 1.6rem; + line-height: 1.2; margin-top: 20px; } h5 { - font-size: 1.25rem; - line-height: 1.6; + font-size: 1.4rem; + line-height: 1; margin-top: 15px; } h6 { font-size: 1rem; - line-height: 1.6; + line-height: 1; margin-top: 10px; } @@ -397,13 +397,15 @@ h1, h2 { } h3, h4, h5, h6 { - color: #fff; + color: #000; } /* Search Input Styling */ #partnerSearch { width: 100%; max-width: 600px; + margin-top: 20px + margin-bottom: 20px; padding: 12px 16px; font-size: 1rem; border: 1px solid #444; @@ -499,7 +501,7 @@ h3, h4, h5, h6 { /* Footer Styling */ footer { margin: - background-color: #333; + background-color: #161616; color: #fff; text-align: center; padding: 10px 0; @@ -507,7 +509,7 @@ footer { /* Center the button and style it to match your site's color scheme */ button { - background-color: #333; + background-color: #161616; color: #fff; border: none; padding: 12px 24px;