body { padding-top: 70px; background-color: #f8f1dc; /* Papyrus beige */ overflow-x: hidden; } .navbar { background: linear-gradient( 135deg, #1b3a36, #a67c00 ); /* Deep turquoise to Pharaoh gold */ border-bottom: 3px solid #d4af37; /* Royal gold */ box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); padding: 10px 0; } .nav-link { color: #f1c40f !important; /* Bright Egyptian gold */ font-weight: bold; letter-spacing: 1px; transition: all 0.3s ease-in-out; font-family: 'Papyrus', 'Segoe UI', sans-serif; } .nav-link:hover { color: #f8f1dc !important; /* Light papyrus hover */ transform: scale(1.1); } .navbar-toggler { border: 2px solid #d4af37; } .navbar-toggler:focus { box-shadow: 0 0 5px #d4af37; } p, span { color: #3e2f1c; /* Deep clay for text */ } .btn { background-color: #a67c00; /* Pharaoh gold */ color: #fffbe6; font-family: 'Papyrus', 'Segoe UI', sans-serif; padding: 10px 20px; border-radius: 25px; border: none; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease-in-out; } .btn:hover { background-color: #f1c40f; /* Brighter gold hover */ color: #1b3a36; /* Deep turquoise text */ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 0 0 15px #f1c40f; transform: scale(1.05); } section.roadmap { padding: 20px; background-size: cover; font-family: 'Papyrus', 'Segoe UI', sans-serif; color: #3e2f1c; } section.roadmap .container::before { background: linear-gradient( to bottom, #a67c00, #1b3a36 ); /* Gold to turquoise line */ } section.roadmap p { background: rgba(255, 248, 220, 0.85); /* Egyptian parchment */ border: 2px solid #1b3a36; padding: 10px; border-radius: 6px; } section.roadmap p::before { background: #f1c40f; color: #1b3a36; } .cookie-banner { background: #1b3a36; color: #fffbe6; padding: 1rem 1.5rem; position: fixed; bottom: 1rem; left: 1rem; right: 1rem; border-radius: 8px; display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); z-index: 9999; } @media (min-width: 768px) { .cookie-banner { flex-direction: row; align-items: center; justify-content: space-between; } } .cookie-text { font-size: 1rem; line-height: 1.5; color: #fffbe6; } .cookie-button { background: #a67c00; color: #fff; padding: 0.5rem 1rem; font-size: 0.9rem; border: none; border-radius: 6px; cursor: pointer; text-decoration: none; transition: background 0.2s ease; } .cookie-button:hover { background: #8a6f01; } #hide-cookie:target { display: none; } .footer { background: linear-gradient(135deg, #1b3a36, #a67c00); border-top: 3px solid #d4af37; color: #fffbe6; padding: 40px 0; } .footer-links a, .footer-disclaimer p, .footer-copyright p { color: #f1c40f; }