/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

    
        body { margin: 0; font-family: 'Montserrat', sans-serif; background-color: #111111; color: #e0e0e0; }
        nav { display: flex; justify-content: center; background-color: #0a0a0a; padding: 18px; border-bottom: 2px solid #d4af37; }
        nav a { color: #bbbbbb; text-decoration: none; margin: 0 25px; text-transform: uppercase; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; }
        nav a:hover, .active { color: #d4af37; }
        section { padding: 90px 20px; max-width: 600px; margin: 0 auto; text-align: center; }
        h2 { font-family: 'Cinzel', serif; font-size: 2.4rem; text-transform: uppercase; letter-spacing: 4px; color: #ffffff; }
        .subtitle { font-family: 'Playfair Display', serif; font-style: italic; color: #d4af37; margin-bottom: 40px; }
        .form-group { margin-bottom: 25px; text-align: left; }
        label { display: block; margin-bottom: 8px; color: #aaaaaa; font-size: 0.85rem; text-transform: uppercase; }
        input, textarea { width: 100%; padding: 14px; background-color: #161616; border: 1px solid #2c2c2c; border-radius: 4px; color: #fff; box-sizing: border-box; font-family: inherit; }
        input:focus, textarea:focus { border-color: #d4af37; outline: none; }
        .submit-btn { background: linear-gradient(135deg, #d4af37, #aa841b); color: #000; padding: 14px 40px; border: none; border-radius: 4px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; }
    