/*
Theme Name: Visspecialist de Graaf
Theme URI: http://example.com/visspecialist-de-graaf
Author: Jouw Naam
Author URI: http://example.com
Description: Een chique WordPress-thema voor Visspecialist de Graaf.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visspecialist-de-graaf
Tags: viswinkel, chique, responsive, bedrijf
*/

body {
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
    margin: 0;
}

header {
    background-color: #0a1e3f;
    color: white;
    padding: 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2em;
}

nav {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}

nav a {
    margin: 0 15px;
    color: #0a1e3f;
    text-decoration: none;
    font-weight: bold;
}

footer {
    background-color: #0a1e3f;
    color: white;
    text-align: center;
    padding: 20px;
}
