
html,body {
  background-image: url('https://www.kerkgebouwen-in-limburg.nl/mwork/images/bg_main.png');
}

#navigationCenter {
  background-image: url('https://www.kerkgebouwen-in-limburg.nl/mwork/images/bg_nav.png');
}

header {
  background-image: url('https://www.kerkgebouwen-in-limburg.nl/mwork/images/bg_header.png');
}

#headerLimburg, #headerLogo, .customSelectToggle, .imagePlus, .overlayContentClose, .overlayNavigationArrow,
.smallArrow, #mIcon {
  background-image: url('https://www.kerkgebouwen-in-limburg.nl/mwork/images/sprites.png');
}

#overlayWhite {
  background-image: url('https://www.kerkgebouwen-in-limburg.nl/mwork/images/opacity_white_70.png');
}

#headerLine {
  background-image: url('https://www.kerkgebouwen-in-limburg.nl/mwork/images/line.png');
}

@media only screen and (max-width: 640px)
{
  html,body {
    background-image: none;
  }
}  