/*
Theme Name: Haptonomie Blog
Theme URI:  https://haptotherapie-hoorn.nl/
Author:      Blue ICT
Author URI:  https://blueict.nl/
Description: Minimal theme for haptonomie blog with Elementor support.
Version:     1.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haptonomie-blog
Tags:        one-column, accessibility-ready, custom-logo, custom-menu
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root{
  --bg: #f4f4f4;
  --text: #333333;
  --teal-dark: #2c5d63;
  --teal: #5ca3a9;
  --card-bg: #ffffff;
  --muted: #777;
}

html,body{height:100%;}
body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: var(--bg);
    color: var(--text);
}

.site-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 25px 40px;
    background-color: var(--card-bg);
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.site-header h1 {
    color: var(--teal);
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 30px;
}

.site-header a {
    color: var(--teal-dark);
    text-decoration: none;
}

.entry-title {
    color: var(--teal-dark);
    font-size: 1.8em;
    margin: 0 0 10px;
}

a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid var(--teal);
    padding-left: 20px;
    margin: 0;
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 0 5px 5px 0;
font-family: helvetica;
}

blockquote footer {
    font-style: normal;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    color: var(--teal-dark);
}

/* Author & Footer */
.author-bio {
    margin-top: 50px;
    padding: 25px;
    background-color: #fdfdfd;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.site-footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
    color: var(--muted);
}



p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

/* Small responsive tweak */
@media (max-width: 640px){
  .site-container{padding:20px;}
  .site-header h1{font-size:2em;}
}
