@charset "UTF-8";
/**
 *	stylesheet for www.folkcampnl base on Bulma and Bulma swatch:sandstone
 *	@author: Frank van den Heuvel
 *	@Copyright 2002-2025 All rights reserved.
 */
:root {
    --rc-background-color: ivory;
    --rc-navbar-background-color: rgb(52, 127, 138);;
    --rc-text-color: darkslategrey;
    --rc-text-reverse-color: ivory;
}
html {
    scroll-padding-top: 7.5rem;
}
body {
	background-color: var(--rc-background-color);
	color:var(--rc-text-color);
	font-size:11pt;
	line-height:1.4;
}
section.hero, section.hero div.hero-body, section.hero div.hero-body figure {
    padding: 0;
}
section.hero div.hero-body figure img {
    object-fit: cover;
    min-height: 4.5em;
}

.navbar.is-primary {
    background-color: var(--rc-navbar-background-color);
    position: sticky;
    top: 0;

}
.navbar-brand img {
	background-color: var(--rc-background-color);
    max-height: 6.75rem;
}
.navbar .navbar-item, .navbar .navbar-link {
    text-transform:none;
    font-size: larger;
}
nav.pagination a {
    height: 3.2em;
    margin: 0 6px
}
nav.pagination ul {
    margin: 0!important;
}

div.content:not(:has(div.columns)) {
    max-width: 140mm;
    margin: auto;
}
.content .columns {
    flex-wrap: wrap;
}
.content .columns .column {
    flex-basis: 23%;
}

h1, .content h1, .news-div h1 {
    font-size: 1.6em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

h2, .content h2, .news-div h2 {
    font-size: 1.23em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

h3, .content h3, .news-div h3 {
    font-size: 1.11em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h4, .content h4, .news-div h4  {
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
h5, .content h5, .news-div h5 {
    font-size: 1.05em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-style: italic;
}
h6, .content h6, .news-div h6 {
    font-size: .77em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    font-style: italic;
    text-transform: none!important;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin-left: 0.1em;
    margin-right: 0;
    font-weight: bold;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
}

.news-div .menu {
	background-color: rgb(223,235,123);
    text-align: center;
    color: var(--rc-text-color);
}
.news-div {
    position: sticky;
    display: inline-block;
    top: 12em;
    max-height: 70vh;
}
.news-div a {
    color:#bd6bc2;
 }
 .news-div a:link {
     color:#eecf44;
  }
  .news-div a:visited {
     color:#ebe9e0;
  }
  .news-div a:focus {
     color:#eecf44;
  }
  .news-div a:hover {
     color:#ffec99;
  }
  .news-div a:active {
     color:#fff6cc;
  }

.footer {
   background-color: rgb(22, 111, 139);
   color: var(--rc-text-reverse-color);
   padding-bottom: 1em;
}

.footer h6 {
    text-transform: none!important;
}

.footer a {
   color:#ffe366;
}
.footer a:link {
    color:#eecf44;
 }
 .footer a:visited {
    color:#ebe9e0;
 }
 .footer a:focus {
    color:#eecf44;
 }
 .footer a:hover {
    color:#ffec99;
 }
 .footer a:active {
    color:#fff6cc;
 }
    
/* ===== Content styles ===== */

p.endnote {
	font-size:90%;
	text-indent:0;
	text-align:left;
	width:98%;
	line-height:125%
}
p:not(.endnote):last-of-type sup:first-child {
	margin-left:-3mm;
}

table {
    border-collapse: collapse;
    border: 2px solid darkgray;
    border-radius: 5px;
}

#content img {
	float: left;
	max-width: 100%;
}

figure.image {
    border: 1px #cccccc solid;
    padding: 4px;
    margin: auto;
}
figure.image > figcaption {
    font-style: italic;
    font-family: "Satoshi-BoldItalic", "Arial", "Helvetica";
	font-weight: bold;
    padding: 2px 2px 6px 2px;
    text-align: center;
}

#content img.popup {
	width: 98%;
	border:solid rgb(138,181,221);
	cursor:pointer;
}

div.errormsg {
	color:red;
	font-size:120%;
}

table.nopadding {
	height:100%;
}

table.nopadding, table.nopadding tr, table.nopadding td {
	padding:0;
}

/* ===== DataNavigator2 styles ===== */
.dn_toolbar button.dn_button_default {
    background-color: #34495e;
    border-color: transparent;
    color: ivory;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
}

div.popupWindow {
	Background-color:#FFFEFE;
}

div.popupWindowCaption {
	Background-color:rgb(138,181,221);
	Font-size:120%;
}
div.dntree {
	max-height: 25rem;
}

.notvalid, input.notvalid, textarea.notvalid, select.notvalid, input.notvalid + img.data {
	border: solid red;
}

/* ===== Tile styles ===== */
.tile.is-ancestor {
    flex-wrap: wrap;
/*    justify-content: space-around;
    align-items:stretch;*/
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.tile.is-ancestor .tile {
    margin:6px;
    padding:12px;
    border-style:solid;
    border-radius:30px;
    border-width:4px;
    border-color: rgb(51,102,153);
    text-indent:0;
    vertical-align:top;
    overflow: hidden;
    color: var(--rc-text-reverse-color);
    background-color: rgb(153,204,204);
}
@media screen and (min-width:769px), print {
    .tile.is-ancestor .tile {
        max-width: 24%;
    }
    .tile.is-ancestor .tile:first-child:nth-last-child(1) {
        max-width: 96%;
    }
    .tile.is-ancestor .tile:first-child:nth-last-child(2),
    .tile.is-ancestor .tile:first-child:nth-last-child(2) ~ .tile {
        max-width: 48%;
    }
    .tile.is-ancestor .tile:first-child:nth-last-child(3),
    .tile.is-ancestor .tile:first-child:nth-last-child(3) ~ .tile {
        max-width: 32%;
    }
}

.tile.is-ancestor .tile:hover {
        opacity:0.7;
}
.tile.is-ancestor .tile a {
    text-decoration: none;
    color: var(--rc-text-reverse-color);
}
.tile.is-ancestor .tile h1 {
    padding-top:5mm;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size:16pt;
    color: var(--rc-text-reverse-color);
}
.tile.is-ancestor .tile p {
    text-align: left;
    padding:0 5mm .25em;
    margin:auto;
    font-size:12pt;
    text-indent: 0;
    color: var(--rc-text-reverse-color);
}
.tile.is-ancestor .tile p:first-letter {
    font-size:16pt;
    top:4pt;
}
.tile p:last-child {
    padding-bottom: 5mm;
}

.tile.is-ancestor .tile img {
    max-width: 70%;
    margin: 5px 15%;
    border-radius:6px;
}

.tile.is-ancestor .tile:nth-of-type(26n+1) {
    background-color: rgb(10,57,91);
}
.tile.is-ancestor div.tile:nth-of-type(26n+2) {
    background-color: rgb(52,127,138);
}
.tile.is-ancestor div.tile:nth-of-type(26n+3) {
    background-color: rgb(96,106,171);
}
.tile.is-ancestor div.tile:nth-of-type(26n+4) {
    background-color: rgb(73,109,44);
}
.tile.is-ancestor div.tile:nth-of-type(26n+5) {
    background-color: rgb(83,70,41);
}
.tile.is-ancestor div.tile:nth-of-type(26n+6) {
    background-color: rgb(0,75,106);
}
.tile.is-ancestor div.tile:nth-of-type(26n+7) {
    background-color: rgb(0,91,96);
}
.tile.is-ancestor div.tile:nth-of-type(26n+8) {
    background-color: rgb(151,167,25);
}
.tile.is-ancestor div.tile:nth-of-type(26n+9) {
    background-color: rgb(104,88,103);
}
.tile.is-ancestor div.tile:nth-of-type(26n+10) {
    background-color: rgb(107,72,40);
}
.tile.is-ancestor div.tile:nth-of-type(26n+11) {
    background-color: rgb(0,93,146);
}
.tile.is-ancestor div.tile:nth-of-type(26n+12) {
    background-color: rgb(17,57,51);
}
.tile.is-ancestor div.tile:nth-of-type(26n+13) {
    background-color: rgb(0,56,121);
}
.tile.is-ancestor div.tile:nth-of-type(26n+14) {
    background-color: rgb(79,71,148);
}
.tile.is-ancestor div.tile:nth-of-type(26n+15) {
    background-color: rgb(47,144,84);
}
.tile.is-ancestor div.tile:nth-of-type(26n+16) {
    background-color: rgb(150,124,33);
}
.tile.is-ancestor div.tile:nth-of-type(26n+17) {
    background-color: rgb(70,110,74);
}
.tile.is-ancestor div.tile:nth-of-type(26n+18) {
    background-color: rgb(26,44,95);
}
.tile.is-ancestor div.tile:nth-of-type(26n+19) {
    background-color: rgb(0,117,164);
}
.tile.is-ancestor div.tile:nth-of-type(26n+20) {
    background-color: rgb(0,68,148);
}
.tile.is-ancestor div.tile:nth-of-type(26n+21) {
    background-color: rgb(0,92,122);
}
.tile.is-ancestor div.tile:nth-of-type(26n+22) {
    background-color: rgb(149,92,35);
}
.tile.is-ancestor div.tile:nth-of-type(26n+23) {
    background-color: rgb(0,114,122);
}
.tile.is-ancestor div.tile:nth-of-type(26n+24) {
    background-color: rgb(128,74,96);
}
.tile.is-ancestor div.tile:nth-of-type(26n+25) {
    background-color: rgb(87,41,84);
}
.tile.is-ancestor div.tile:nth-of-type(26n+26) {
    background-color: rgb(0,137,180);
}
