/*
Theme Name:   Twenty Twenty Five Child
Theme URL:        http://example.com/twenty-seventeen-child/
Description:  Twenty Twenty Five Child Theme
Author:           John Doe
Author URL:   http://example.com
Template:         twentytwentyfive
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
Text Domain: twentytwentyfive

*/

html {
    scroll-behavior: smooth;
}

/* Sticky Header */
#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -8px 27px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    transition: top 0.8s ease, opacity 0.7s ease;
}
/* Tekstgrootte */
body {
    font-size: 16px; /* Stel hier de gewenste grootte in */
}
