/*
 * Fanmix.eu — sage green + cream brand skin
 * Loaded after main.css; overrides palette, typography, and chrome.
 * Soft warm cream background, sage green navigation, warm gold accents.
 */

:root {
    --header-bg-color: #3a5447;
    --splash-bg-color: #7d9e8b;
}

body {
    font-family: 'Quicksand', sans-serif;
    background: #faf6f0;
    color: #2d3a32;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Georgia', serif;
    color: #3a5447;
    letter-spacing: 0.01em;
}

a {
    color: #5a8470;
}

a:hover, a:focus {
    color: #3a5447;
}

/* Logo / brand */
.logo-and-like a,
.logo-and-like #logo {
    font-family: 'Playfair Display', serif !important;
    color: #c9a96e !important;
    font-weight: 700;
    letter-spacing: 0.03em;
}

/* Header / navigation */
#navigation,
#navigation.navigation2 {
    background-color: #3a5447;
}

ul#nav-wide li a {
    color: #faf6f0;
    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: #c9a96e;
    border-color: #c9a96e;
    color: #3a5447;
}

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

.brand-tagline {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.8em;
    color: #d9cfbe;
    letter-spacing: 0.05em;
    margin-top: -0.3em;
}

/* Buttons & primary actions */
.btn-primary,
button.btn-primary {
    background-color: #5a8470 !important;
    border-color: #3a5447 !important;
    color: #fff !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

.btn-primary:hover,
button.btn-primary:hover {
    background-color: #3a5447 !important;
}

/* Footer */
footer #footer,
footer #footer.footer2 {
    background-color: #3a5447 !important;
    color: #faf6f0 !important;
}

footer #footer a,
footer #footer.footer2 a,
footer #footer .ten2,
footer #footer.footer2 .ten2 {
    color: #c9a96e !important;
}

/* Alias text hash decoration */
main > div {
    color: #3a5447;
}

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

.selectpicker:focus,
.form-control:focus {
    border-color: #3a5447;
    box-shadow: 0 0 0 0.2rem rgba(90, 132, 112, 0.25);
}

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

/* Quiz answer buttons */
.answer-button,
.quizanswer a {
    background-color: #fff;
    border: 2px solid #5a8470;
    color: #2d3a32;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

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