/*
Theme Name: Stichting Buurtvuurwerk Nederland
Theme URI: https://www.buurtvuurwerknederland.nl
Author: Jeffrey Tepe
Author URI: https://sedna.software
Description: WordPress-thema voor Stichting Buurtvuurwerk Nederland. Bootstrap 5, Inter, Customizer, ANBI.
Version: 1.0.0
Text Domain: sbv-nl-pro
License: GPLv2 or later
*/
:root{
  --sbv-red:#E53935;
  --sbv-orange:#FB8C00;
  --sbv-yellow:#FDD835;
  --sbv-green:#43A047;
  --sbv-blue:#1E88E5;
  --sbv-dark-blue:#0D47A1;
  --sbv-bg:#F7F1E8;
  --sbv-text:#1C1F2B;
  --sbv-radius:1rem;
}
body{background:var(--sbv-bg);color:var(--sbv-text);font-family:'Inter',sans-serif;}
a{color:var(--sbv-dark-blue);}
.navbar-brand img{height:48px;}
.btn-sbv{background:var(--sbv-dark-blue);color:#fff;border:none;border-radius:.5rem;}
.btn-sbv:hover{background:var(--sbv-blue);}
.btn-accent{background:var(--sbv-red);color:#fff;border-radius:.5rem;border:none;}
.btn-accent:hover{background:var(--sbv-orange);}
.card{border:none;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);}
.sbv-hero{
  background: linear-gradient(135deg, rgba(13,71,161,.75), rgba(251,140,0,.65)), url('assets/images/Achtergrond%20v2%203440x1440.png') center/cover no-repeat;
  color:#fff; padding:6rem 0; border-bottom:4px solid var(--sbv-yellow);
}
.section-title{font-weight:700;border-left:6px solid var(--sbv-yellow);padding-left:1rem;margin-bottom:2rem;color:var(--sbv-dark-blue);}
.footer-top{background:var(--sbv-dark-blue);color:#fff;padding:3rem 0;}
.footer-top a{color: #ffffff;}
.navbar-nav .nav-link.active { font-weight: 600; }
.navbar-nav .nav-link:hover { text-decoration: underline; }

html, body { height: 100%; }
body { display: flex; min-height: 100vh; flex-direction: column; }
header.sticky { flex: 0 0 auto; }
main { flex: 1 0 auto; }
.footer-top { margin-top: auto; }

@media only screen and (max-width: 600px) {
	.navbar-brand span {
		font-size: 12px;
	}
}