body { padding-top: 70px; background-color: #fff8ed; /* soft cream */ overflow-x: hidden; } .navbar { background: linear-gradient( 135deg, #b8860b, #ffd700 ); /* warm gold gradient */ border-bottom: 3px solid #cd7f32; /* bronze accent */ box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); padding: 10px 0; } .navbar-brand img { height: 50px; filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2)); border-radius: 50%; } .navbar-nav .nav-item { margin: 0 10px; } .nav-link { color: #2c3e50 !important; /* dark navy */ font-weight: bold; letter-spacing: 1px; transition: all 0.3s ease-in-out; } .nav-link:hover { color: #c0392b !important; /* rich red */ transform: scale(1.1); } .navbar-toggler { border: 2px solid #2c3e50; /* navy */ } .navbar-toggler:focus { box-shadow: 0 0 5px #2c3e50; } p, span { color: #34495e; /* slate navy */ } @keyframes snow { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(100vh); opacity: 0; } } .snowflake { position: absolute; top: -10px; color: #ecf0f1; font-size: 1em; user-select: none; animation: snow linear infinite; } .btn { background-color: #c0392b; /* casino red */ color: #ecf0f1; /* almost-white */ font-family: 'Arial', 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: #f39c12; /* bright gold */ color: #2c3e50; /* navy text */ text-shadow: 0 0 8px rgba(243, 156, 18, 0.7); transform: scale(1.05); } img { object-fit: cover; opacity: 0; transition: opacity 1s ease-in-out; max-height: 300px; } img.visible { opacity: 1; animation: fadeIn 1s ease-in-out forwards; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } section.roadmap { padding: 20px; background: #fff8ed; font-family: Arial, sans-serif; color: #2c3e50; } section.roadmap .container { position: relative; padding: 40px 0; counter-reset: section; } section.roadmap .container::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; background: #bdc3c7; /* light silver */ } section.roadmap p { position: relative; width: 45%; padding: 20px; background: rgba(236, 240, 241, 0.8); /* pale silver */ margin: 20px 0; border: 2px solid #7f8c8d; /* gray */ border-radius: 8px; color: #2c3e50; } section.roadmap p:nth-child(odd) { float: left; clear: both; margin-right: 55%; text-align: right; } section.roadmap p:nth-child(even) { float: right; clear: both; margin-left: 55%; text-align: left; } section.roadmap p::before { counter-increment: section; content: counter(section); position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background: #c0392b; /* red circle */ color: #ecf0f1; text-align: center; line-height: 30px; font-weight: bold; } section.roadmap p:nth-child(odd)::before { right: -15px; } section.roadmap p:nth-child(even)::before { left: -15px; } section.roadmap p:nth-child(odd)::after { right: -15px; width: calc(50% - 15px); } section.roadmap p:nth-child(even)::after { left: -15px; width: calc(50% - 15px); } section.roadmap .container::after { content: ''; display: table; clear: both; } @media screen and (max-width: 768px) { section.roadmap p { width: 90%; margin: 20px auto; text-align: left !important; float: none !important; margin-left: 30px !important; } section.roadmap p::before { left: -15px; right: auto; } section.roadmap p::after { left: -15px; width: 30px; } section.roadmap .container::before { left: 20px; } } .cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: #2c3e50; color: #ecf0f1; padding: 15px; display: flex; justify-content: space-between; align-items: center; } .cookie-banner > p { margin: 0; flex: 1; color: #ecf0f1; } .cookie-banner > a { background: #95a5a6; color: #2c3e50; padding: 8px 15px; text-decoration: none; font-weight: bold; border-radius: 5px; margin-left: 10px; } #hide-cookie:target { display: none; } .footer { background: linear-gradient(135deg, #b8860b, #ffd700); border-top: 3px solid #cd7f32; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); color: #2c3e50; padding: 40px 0; } .footer-logo img { height: 50px; border-radius: 50%; } .footer-links a { color: #2c3e50; text-decoration: none; } .footer-links a:hover { text-decoration: underline; } .footer-disclaimer p, .footer-copyright p { margin: 0; color: #2c3e50; } @media (max-width: 768px) { .footer-logo { text-align: center; } .footer-links { text-align: center; margin-top: 20px; } .footer-links li { display: block; margin-bottom: 10px; } .footer-disclaimer, .footer-copyright { text-align: center; margin-top: 20px; } } .contact-container { background-color: rgba(236, 240, 241, 0.9); border-radius: 15px; padding: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); max-width: 600px; margin: 70px auto; } .contact-header h1 { color: #c0392b; font-size: 2.5rem; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); } .contact-header p { color: #34495e; font-size: 1.2rem; } .form-label { color: #34495e; font-weight: bold; } .form-control { border: 2px solid #c0392b; border-radius: 5px; } .btn-santa { background-color: #c0392b; border-color: #c0392b; color: #ecf0f1; font-weight: bold; padding: 10px 20px; transition: background-color 0.3s, border-color 0.3s; } .btn-santa:hover { background-color: #922b21; border-color: #922b21; } h1, h2, h3, h4, h5, h6 { color: #2c3e50; /* navy headings */ } p, span { color: #7f8c8d; /* muted gray text accents */ } .age-logo { width: 64px; height: auto; } #gameModal .modal-body { padding: 0; } #gameModal .modal-header { padding: 4px; } #gameSection img { max-height: 220px; }