Test

<html lang=“en” class=“dark-theme”> <head> <meta charset=“UTF-8”> <meta name=“viewport” content=“width=device-width, initial-scale=1.0”> <title>Holy Cross Parish – Harrison, NJ</title> <link rel=“preconnect” href=“https://fonts.googleapis.com”> <link rel=“preconnect” href=“https://fonts.gstatic.com” crossorigin> <link href=“https://fonts.googleapis.com/css2?family=Gyst&family=Open+Sans:wght@400;600&display=swap” rel=“stylesheet”> <link rel=“stylesheet” href=“https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css” integrity=“sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==” crossorigin=“anonymous” referrerpolicy=“no-referrer” /> <link href=“https://assets.calendly.com/assets/external/widget.css” rel=“stylesheet”> <style> /* Base Styles */ body { font-family: ‘Open Sans’, sans-serif; margin: 0; padding: 0; line-height: 1.6; transition: background-color 0.3s ease, color 0.3s ease; } .dark-theme { background-color: #15444C; color: #E0E0E0; } .light-theme { background-color: #E0E0E0; color: #333; } h1, h2, h3 { font-family: ‘Gyst Variable’, sans-serif; font-weight: normal; margin-top: 1.5em; margin-bottom: 0.5em; line-height: 1.2; } a { text-decoration: none; transition: color 0.3s ease; } .dark-theme a { color: #E3CC4E; } .dark-theme a:hover { color: #fff; } .light-theme a { color: #8A3052; } .light-theme a:hover { color: #15444C; } img { max-width: 100%; height: auto; display: block; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } /* Header */ .fixed-header { background-color: #15444C; color: #E0E0E0; position: fixed; top: 0; left: 0; width: 100%; z-index: 100; padding: 15px 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-between; align-items: center; } .light-theme .fixed-header { background-color: #f9f9f9; color: #333; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .logo { font-family: ‘Gyst Variable’, sans-serif; font-size: 1.5em; font-weight: bold; } .nav-links { list-style: none; margin: 0; padding: 0; display: flex; } .nav-links li { margin-left: 20px; } .nav-links li:first-child { margin-left: 0; } .nav-links a { color: #E0E0E0; padding: 8px 12px; border-radius: 5px; } .light-theme .nav-links a { color: #333; } .nav-links a:hover { color: #E3CC4E; } .light-theme .nav-links a:hover { color: #8A3052; } .hamburger-menu { display: none; cursor: pointer; font-size: 1.5em; } .toggle-container { display: flex; align-items: center; } .theme-toggle { position: relative; display: inline-block; width: 40px; height: 20px; margin-left: 20px; } .theme-toggle input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 20px; } .slider:before { position: absolute; content: “”; height: 16px; width: 16px; left: 2px; bottom: 2px; background-color: white; transition: .4s; border-radius: 50%; } input:checked + .slider { background-color: #E3CC4E; } input:focus + .slider { box-shadow: 0 0 1px #E3CC4E; } input:checked + .slider:before { transform: translateX(20px); } .theme-icon { font-size: 1.2em; margin-left: 10px; } /* Hero Section */ .hero { padding: 100px 0; text-align: center; background-size: cover; background-position: center; position: relative; } .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); /* Adjust darkness */ display: flex; flex-direction: column; justify-content: center; align-items: center; } .hero h1 { font-size: 3em; color: #fff; margin-bottom: 20px; } .hero p { font-size: 1.2em; color: #eee; max-width: 700px; margin: 0 auto 30px; } .hero .button { display: inline-block; background-color: #8A3052; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .hero .button:hover { background-color: #E3CC4E; color: #15444C; } .light-theme .hero h1, .light-theme .hero p, .light-theme .hero .button { color: #333; } .light-theme .hero .button { background-color: #E3CC4E; color: #15444C; } .light-theme .hero .button:hover { background-color: #8A3052; color: #fff; } /* Sections */ section { padding: 60px 0; } section h2 { font-size: 2em; text-align: center; margin-bottom: 30px; } .section-content { max-width: 900px; margin: 0 auto; padding: 0 20px; } .grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .grid-item { padding: 20px; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); transition: box-shadow 0.3s ease; } .dark-theme .grid-item { background-color: #1e5a64; box-shadow: 0 1px 3px rgba(255, 255, 255, 0.05); } .light-theme .grid-item { background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .grid-item h3 { margin-top: 0; margin-bottom: 10px; } /* Events Section */ .event-list { list-style: none; padding: 0; } .event-item { margin-bottom: 20px; padding: 15px; border-radius: 5px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .dark-theme .event-item { background-color: #1e5a64; box-shadow: 0 1px 2px rgba(255, 255, 255, 0.05); } .light-theme .event-item { background-color: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .event-date { font-weight: bold; color: #8A3052; margin-bottom: 5px; } .dark-theme .event-date { color: #E3CC4E; } /* Contact Section */ .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .contact-form div { margin-bottom: 15px; } .contact-form label { display: block; margin-bottom: 5px; font-weight: bold; } .contact-form input[type=“text”], .contact-form input[type=“email”], .contact-form textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; background-color: transparent; color: inherit; } .contact-form textarea { resize: vertical; min-height: 100px; } .contact-form button { background-color: #8A3052; color: #fff; padding: 15px 30px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; transition: background-color 0.3s ease; } .contact-form button:hover { background-color: #E3CC4E; color: #15444C; } .light-theme .contact-form input[type=“text”], .light-theme .contact-form input[type=“email”], .light-theme .contact-form textarea { border-color: #999; color: #333; background-color: #fff; } .light-theme .contact-form button { background-color: #E3CC4E; color: #15444C; } .light-theme .contact-form button:hover { background-color: #8A3052; color: #fff; } .contact-info { margin-top: 30px; text-align: center; } .contact-info p { margin-bottom: 10px; } .social-links { margin-top: 20px; text-align: center; } .social-links a { font-size: 1.5em; margin: 0 10px; } /* Give Section */ .give-section { text-align: center; } .give-button { display: inline-block; background-color: #E3CC4E; color: #15444C; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, color 0.3s ease; } .give-button:hover { background-color: #8A3052; color: #fff; } .light-theme .give-button { background-color: #8A3052; color: #fff; } .light-theme .give-button:hover { background-color: #E3CC4E; color: #15444C; } /* Footer */ footer { background-color: #333; color: #E0E0E0; text-align: center; padding: 20px 0; font-size: 0.9em; } .light-theme footer { background-color: #f9f9f9; color: #555; } /* Calendly Integration */ .calendly-inline-widget { min-width: 320px; height: 630px; } /* Scroll Animations */ .hidden { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; } .show { opacity: 1; transform: translateY(0); } /* Mobile Styles */ @media (max-width: 768px) { .nav-links { display: none; flex-direction: column; position: absolute; top: 60px; left: 0; background-color: #15444C; width: 100%; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .light-theme .nav-links { background-color: #f9f9f9; } .nav-links.open { display: flex; } .nav-links li { margin: 15px 0; } .hamburger-menu { display: block; } .toggle-container { margin-left: auto; } .contact-form { grid-template-columns: 1fr; } .hero h1 { font-size:>