/*
 * Funmox.eu — mystical violet brand skin
 * Loaded after main.css; overrides palette, typography, and chrome.
 * Body keeps a light lavender background; navigation, footer, and accents go dark violet + gold.
 */

:root {
    --header-bg-color: #2a1e3d;
    --splash-bg-color: #5a3e7e;
}

body {
    font-family: 'Lato', sans-serif;
    background: #f3eef9;
    color: #2d1f3d;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', 'Times New Roman', serif;
    color: #5d3a8a;
    letter-spacing: 0.02em;
}

a {
    color: #7b5e9b;
}

a:hover, a:focus {
    color: #5d3a8a;
}

/* Logo / brand */
.logo-and-like a,
.logo-and-like #logo {
    font-family: 'Cinzel', serif !important;
    color: #d4af37 !important;
    letter-spacing: 0.04em;
}

/* Header / navigation */
#navigation,
#navigation.navigation3 {
    background-color: #2a1e3d;
}

ul#nav-wide li a {
    color: #f3eef9;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

ul#nav-wide li a:hover,
ul#nav-wide li a:active,
ul#nav-wide li a:focus,
ul#nav-wide li a.active {
    background: #d4af37;
    border-color: #d4af37;
    color: #2a1e3d;
}

#navigation .logo-and-like a {
    color: #d4af37;
}

.brand-tagline {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 0.75em;
    color: #d4c7e3;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: -0.3em;
}

/* Buttons & primary actions */
.btn-primary,
button.btn-primary {
    background-color: #9b5fbf !important;
    border-color: #7b5e9b !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
}

.btn-primary:hover,
button.btn-primary:hover {
    background-color: #7b5e9b !important;
    border-color: #5d3a8a !important;
}

/* Footer */
footer #footer,
footer #footer.footer3 {
    background-color: #2a1e3d !important;
    color: #f3eef9 !important;
}

footer #footer a,
footer #footer.footer3 a,
footer #footer .ten3,
footer #footer.footer3 .ten3 {
    color: #d4af37 !important;
}

/* Alias text hash decoration (Honza's domain marker — keep but in gold) */
main > div {
    color: #5d3a8a;
}

/* Form inputs / selects */
.selectpicker,
.form-control {
    border-color: #9b5fbf;
}

.selectpicker:focus,
.form-control:focus {
    border-color: #5d3a8a;
    box-shadow: 0 0 0 0.2rem rgba(155, 95, 191, 0.25);
}

/* Cards / list items — application list */
.application-list .item,
.application-list a {
    border-color: #d4c7e3;
}

/* Quiz answer buttons */
.answer-button,
.quizanswer a {
    background-color: #fff;
    border: 2px solid #9b5fbf;
    color: #2d1f3d;
    font-family: 'Lato', sans-serif;
}

.answer-button:hover,
.quizanswer a:hover {
    background-color: #9b5fbf;
    color: #fff;
}
