/*
 * Base structure
 */
/* main {
  background-image: url("blad-achtergrond.png");
} */

a {
  color: #2A2B21;
  font-weight: 500;
}
a:hover {
  color: #2A2B21;
  font-weight: 700;
}

nav.navbar.donkergroen, .donkergroen {
  background-color: #25241f;
}
footer a {
  color:white;
}
footer a:hover {
  color:white;
  font-weight: 700;
  font-size:large;
}

/* nav-items dropdown-menu */
.dropdown-ruimte {
  margin-bottom: 5px;
}


/* section.boombladachtergrond { */
body {
  background-color: #e0e5c1;
}



section.boomvideo {
  position:relative;
  background-image: url(boominbos.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.modal-body, .modal-header, .modal-footer {
  background-color: #e0e5c1;
}
.modal-footer {
  border-top:none;
}

/* CSS voor svg 'play-buttons' */
svg#boom {
  padding-top: 3rem;
}
.cirkel {
  stroke: #25241F; 
  fill: rgb(211,218,167);
}
.afspelen {
  stroke-width: 2px; 
  fill: #25241f; 
  stroke: #25241f;
}
/* Informatievak over de pagina op video-pagina's */
@media (min-width: 576px){
  section .boomoverlay-videos {
    border-radius: 25px;
    background-color: rgba(230,235,190, 0.85);
    margin-top: 25%;
    width: 750px;
    padding: 30px;
  }}
@media (max-width: 576px){  
  section .boomoverlay-videos {
    border-radius: 25px;
    background-color: rgba(230,235,190, 0.85);
    margin-top: 25%;
    width: 90%;
    padding: 30px;
  }}
@media (min-width: 576px){  
  section .boomoverlay-veelvideos {
    border-radius: 25px;
    background-color: rgba(230,235,190, 0.85);
    margin-top: 32%;
    width: 750px;
    padding: 30px;
  }}
@media (max-width: 576px){
  section .boomoverlay-veelvideos {
    border-radius: 25px;
    background-color: rgba(230,235,190, 0.85);
    margin-top: 32%;
    width: 90%;
    padding: 30px;
  }}


svg g {
  cursor: pointer;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the tree */
.marketing .col-lg-4 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 500;
  font-size: 2rem;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing {
  margin-top: 1rem;
}

/* kleur voor off-canvas menu-links */
.offcanvas {
  background-color: #e0e5c1;
}

/* cookiebanner */
#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; display: none; }