body {
  display: flex;
  flex-direction: column;
}

footer {
 margin-top: auto;           /* Footer height */
}

 .btn-dark-blue {
     --bs-btn-color: #fff; /* Witte tekst */
     --bs-btn-bg: #003366; /* Donkerblauwe achtergrond */
     --bs-btn-border-color: #003366; /* Donkerblauwe rand */
     
     --bs-btn-hover-color: #fff; /* Witte tekst bij hover */
     --bs-btn-hover-bg: #002244; /* Donkerdere blauw bij hover */
     --bs-btn-hover-border-color: #002244; /* Donkerdere blauwe rand bij hover */
     
     --bs-btn-focus-shadow-rgb: 0, 51, 102; /* Schaduwkleur voor focus, in RGB */
 
     --bs-btn-active-color: #fff; /* Witte tekst bij actief */
     --bs-btn-active-bg: #001a33; /* Nog donkerder blauw bij actief */
     --bs-btn-active-border-color: #001a33; /* Nog donkerder blauwe rand bij actief */
     --bs-btn-active-shadow: none; /* Geen schaduw bij actief */
 
     --bs-btn-disabled-color: #fff; /* Witte tekst bij disabled */
     --bs-btn-disabled-bg: #003366; /* Donkerblauwe achtergrond bij disabled */
     --bs-btn-disabled-border-color: #003366; /* Donkerblauwe rand bij disabled */
 }

.centered-list.position-relative {
    cursor: crosshair;
}

.text-dblue {
    color: #004085; /* Een specifieke tint donkerblauw */
}

.text-dblue:hover {
    color: #002752; /* Een iets donkerdere tint voor hover effect */
}


.my-photo {
    display: block; /* zorg ervoor dat de img zich gedraagt als een blok-element voor maskering */
    position: relative;
}

.my-photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #2d8edc);
    pointer-events: none; /* zorgt ervoor dat de gradient overlay de klikbaarheid van de onderliggende elementen niet belemmert */
}

.wg-drop.country-selector .wgcurrent a {
    padding-right: 20px !important;
}

.bg-whitelabel {
    background-color: #a552a7;
}

.bg-whitelabel2 {
  background-color: #c52c66;
}

.weglot_switcher {
  margin-top: 0.5rem;
}
.wg-drop.country-selector .wgcurrent {
  border: none !important;
}

.wg-li a {
  color: #747579 !important;
}

.wg-drop.country-selector.closed .wgcurrent:after {
    color: #747579 !important;
}

.wg-flags a img.wg-flag {
  margin-top: 2px;
  height: 15px !important;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -72%);
}
.centered time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.centered time > span {
  display: none;
}
.centered time > .day {
  display: block;
  font-size: 56pt;
  font-weight: 100;
  line-height: 1;
}
.centered time > .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}
.centered time > .year {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}

.centered-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
}
.centered-list time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.centered-list time > span {
  display: none;
}
.centered-list time > .day {
  display: block;
  font-size: 65pt;
  font-weight: 100;
  line-height: 1;
}
.centered-list time > .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}
.centered-list time > .year {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}

.nav-main {
  color: #000;
}
.fs--6 {
  font-size: 6px !important; }

.fs--8 {
  font-size: 8px !important; }

.fs--10 {
  font-size: 10px !important; }

.fs--11 {
  font-size: 11px !important; }

.fs--12 {
  font-size: 12px !important; }

.fs--13 {
  font-size: 13px !important; }

.fs--14 {
  font-size: 14px !important; }

.fs--15 {
  font-size: 15px !important; }

.fs--16 {
  font-size: 16px !important; }

.fs--17 {
  font-size: 17px !important; }

.fs--18 {
  font-size: 18px !important; }

.fs--19 {
  font-size: 19px !important; }

.fs--20 {
  font-size: 20px !important; }

.fs--25 {
  font-size: 25px !important; }

.fs--30 {
  font-size: 30px !important; }

.fs--35 {
  font-size: 35px !important; }

.fs--40 {
  font-size: 40px !important; }

.fs--45 {
  font-size: 45px !important; }

.fs--50 {
  font-size: 50px !important; }

.fs--55 {
  font-size: 52px !important; }

.fs--60 {
  font-size: 60px !important; }

/* If the screen size is 1200px wide or more, set the font-size to 80px */
  @media (min-width: 1200px) {
    h1.responsive-font-example {
      font-size: 40px;
    }
  }
  /* If the screen size is smaller than 1200px, set the font-size to 80px */
  @media (max-width: 1199.98px) {
    h1.responsive-font-example {
      font-size: 30px;
    }
  }

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  
  .input-group-text {
    border: 1px solid #dfdfe3 !important;
  }
  
  