/* haal standaard bovenmarges weg op het allereerste blok/heading */
#allrecords .t-rec:first-child { margin-top: 0 !important; }
#allrecords .t-rec:first-child .t-container,
#allrecords .t-rec:first-child .t-col,
#allrecords .t-rec:first-child h1,
#allrecords .t-rec:first-child .t-title,
#allrecords .t-rec:first-child .t-descr { margin-top: 0 !important; }

/* vang ook default browser-H1 marge op, voor de zekerheid */
body h1:first-child { margin-top: 0 !important; }
html, body { margin-top: 0 !important; padding-top: 0 !important; }

.t-blog__post-title,
.t-blog__post-descr {
  color: #000000 !important;   /* kies hier je kleur */
}
