
/* SERIES COLORS - Color Source: scl.78.cover.hb.indd */
:root {
  --scl-blauw:#5080BB;			/* rgb(80,128,187) */		/* R=80 G=128 B=187 */
  --scl-geel:#FDED3D;			/* rgb(253,237,61) */		/* R=253 G=237 B=61 */
  --scl-wit:#FFFFFF;			/* rgb(255,255,255) */		/* R=255 G=255 B=255 */
  --scl-rood:#eb2338;
  --scl-rood2:#a71b29;
  --scl-geel2:#ffc400;
  
  --navigation__background: black;
  --navigation__list-item-text: var(--scl-geel);
  --header__content-background: var(--scl-blauw);
  --header__jb-logo-fill: #eee;
  --header__sidebar:#333;
}
body, aside {
  background-image: url("images/scl.png");
  background-repeat: repeat;
  background-color:#ccc;  
}
#bbr-product {
  color: var(--scl-geel);
  font-weight:normal;
}

#bbr-product strong {
  color:white;
}

@media screen and (max-width:1200px) {
  #bbr-product {
    font-size: 2.7vw;
  }
}
@media screen and (max-width:900px) {
  #bbr-product {
    font-size: 3vw;
  }
}