Contact

Subheading: Craft a compelling subheading that sparks curiosity.

Contact Us

Ready to bring your vision to life? Contact me today, and let’s create something amazing together!

(303) 555-0105

support@example.com

6391 Elgin St. Celina, Delaware 10299

Send us a message

Please enable JavaScript in your browser to complete this form.
/* 🔧 HEADER CONTAINER */ #main-header { position: fixed; top: 0; width: 100%; background: white; padding: 30px 40px; z-index: 9999; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } /* 🔧 LOGO */ .site-logo { width: 160px; transition: all 0.3s ease; } /* 🔧 MENU LINKS */ .main-menu a { color: black; text-decoration: none; font-weight: 600; margin-left: 20px; font-family: Raleway, sans-serif; transition: color 0.3s ease; } .main-menu a:hover { color: #c0392b; } /* 🔧 SHRINK EFFECT */ .header-shrink { padding: 10px 40px !important; } .header-shrink .site-logo { width: 100px !important; }