/*
Theme Name: Frank JM Miller Author Theme
Author: Frank JM Miller
Description: A sophisticated, Elementor-ready theme for authors.
Version: 1.0
Text Domain: miller-author
*/

/* Basis styling */
body {
    background-color: #F5F1E9;
    color: #3D2B1F;
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 0;
}

/* Portfolio Specifieke Styling */
.book-card {
    background: #ffffff;
    border-bottom: 5px solid #A68A64; /* De warme goud-bruine tint */
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 30px;
}

.book-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(61, 43, 31, 0.2);
}

.book-title {
    color: #3D2B1F;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-top: 15px;
}

.buy-button {
    background-color: #3D2B1F;
    color: #F5F1E9;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8rem;
}

.buy-button:hover {
    background-color: #A68A64;
}

/* Verberg ALLEEN de paginatitel (niet de hero h1) */
.page-title {
    display: none !important;
}

.logo {
    color: #F5F1E9;
    font-size: 1.5rem;
    font-family: serif;
}