@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

body {
    background-color: #1a1410 !important;
    color: #d4c9b8 !important;
    font-family: 'Lato', Verdana, Arial, sans-serif !important;
}

#page {
    background-color: #241e18 !important;
    border: 1px solid #6b5a3e !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

#header {
    background-color: #241e18 !important;
    border-bottom: 1px solid #6b5a3e;
}

h1 {
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif !important;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding-top: 30px;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
    color: #c9a84c !important;
}

.description {
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif !important;
    font-style: italic;
    letter-spacing: .3em;
}

h2, h3 {
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif !important;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #d4b86a !important;
}

strong {
    color: #e8d4a6 !important;
}

a {
    color: #d4a84c !important;
}

a:hover {
    color: #e8c84c !important;
    text-decoration: underline;
}

h2 a:hover, h3 a:hover {
    color: #e8c84c !important;
}

.entry p a:visited {
    color: #b89840 !important;
}

#sidebar h2 {
    color: #c9a84c !important;
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif !important;
    font-size: 1.4em !important;
}

#sidebar {
    border-top: 1px solid #5a4a32 !important;
    border-bottom: 1px solid #5a4a32 !important;
}

.pagepost {
    border-top: 1px solid #5a4a32 !important;
}

.post {
    border-top: 1px solid #5a4a32 !important;
}

#footer {
    border-top: 1px solid #5a4a32;
}

#footer p {
    color: #8b7a65 !important;
}

.alt {
    background-color: #1a1410 !important;
    border-top: 1px solid #5a4a32 !important;
    border-bottom: 1px solid #5a4a32 !important;
}

.navigation {
    color: #8b7a65;
}

.navigation a {
    color: #d4a84c !important;
}

blockquote {
    border-left: 3px solid #c9a84c !important;
    color: #b8a88a !important;
}

input, textarea,
#commentform input,
#commentform textarea,
#sidebar #searchform #s,
#sidebar #searchsubmit {
    background-color: #1a1410 !important;
    color: #d4c9b8 !important;
    border: 1px solid #5a4a32 !important;
}

.scrollup-button {
    background-color: #5a4a32 !important;
}

.scrollup-button:hover {
    background-color: #6b5a3e !important;
}

.commentlist li {
    background-color: #2a221a;
}

#wp-calendar td.pad:hover {
    background-color: #2a221a !important;
}

/* ===== Numbered Facts List (25 Things) ===== */

.numbered-facts {
    list-style: none;
    counter-reset: fact-counter;
    padding: 0;
    margin: 20px 0;
}

.numbered-facts li {
    counter-increment: fact-counter;
    padding: 10px 0 10px 50px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #3a3024;
    line-height: 1.6em;
}

.numbered-facts li:last-child {
    border-bottom: none;
}

.numbered-facts li {
    list-style-type: none !important;
}

.numbered-facts li::marker {
    content: none !important;
    display: none !important;
}

.numbered-facts li::before {
    content: counter(fact-counter);
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif;
    font-size: 1.3em;
    font-weight: 700;
    color: #c9a84c;
    width: 30px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #5a4a32;
}

/* ===== Breadcrumbs ===== */

.breadcrumbs {
    font-size: 0.9em;
    color: #8b7a65;
    padding: 0 0 5px 45px;
    margin: 0;
}

.breadcrumbs a {
    color: #b89840 !important;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #e8c84c !important;
    text-decoration: underline;
}

.breadcrumbs .current {
    color: #d4c9b8;
}

/* ===== Responsive Styles ===== */

@media screen and (max-width: 1000px) {
    #page {
        width: auto !important;
        margin: 10px !important;
        max-width: none !important;
    }
    #header h1 {
        font-size: 2.4em !important;
        letter-spacing: 4px !important;
    }
    #footer {
        width: auto !important;
        max-width: none !important;
    }
    .narrowcolumn {
        float: none !important;
        width: auto !important;
        padding: 0 20px 20px !important;
        margin: 0 !important;
    }
    .widecolumn {
        float: none !important;
        width: auto !important;
        padding: 10px 20px 20px !important;
        margin: 0 !important;
    }
    #sidebar {
        float: none !important;
        width: auto !important;
        margin: 20px 20px 0 !important;
        padding: 20px 0 !important;
    }
    .pagepost {
        margin: 40px 0 0 !important;
    }
    .breadcrumbs {
        padding: 0 0 5px 20px !important;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 2em !important;
        letter-spacing: 4px !important;
        padding-top: 20px !important;
    }
    .description {
        font-size: 1em !important;
        letter-spacing: .15em !important;
    }
    h2 {
        font-size: 1.4em !important;
    }
    .narrowcolumn {
        padding: 0 15px 20px !important;
    }
    #sidebar {
        margin: 15px 15px 0 !important;
    }
    #page {
        margin: 5px !important;
    }
    #footer p {
        font-size: 0.9em !important;
    }
    img {
        max-width: 100% !important;
        height: auto !important;
        float: none !important;
        display: block;
        margin: 10px auto !important;
    }
    img[align="right"],
    img[align="left"] {
        float: none !important;
    }
    table {
        max-width: 100% !important;
        overflow-x: auto;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 1.5em !important;
        letter-spacing: 2px !important;
    }
    .narrowcolumn {
        padding: 0 10px 15px !important;
    }
    #sidebar {
        margin: 10px 10px 0 !important;
    }
}
