
/* Body Background Color */

body {
	background: #94d400;
}

/* Preloader Styles */

#preloader{
  background-color:#94d400; 
}

.loader {
  background: url("https://mharbeek.nl/wp-content/themes/privado/img/svg-loaders/puff.svg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}


/* Page Background images */

.page-container .single-page:first-of-type::after {
  background-image: url("https://mharbeek.nl/wp-content/uploads/2017/02/FB_IMG_1468358444666-e1487615764448.jpg");
}

.page-container .single-page:nth-of-type(2)::after {
  background-image: url("https://mharbeek.nl/wp-content/uploads/2017/02/20161225_2011140-e1487609894775.jpg");
}

.page-container .single-page:nth-of-type(3)::after {
  background-image: url("https://mharbeek.nl/wp-content/uploads/2017/02/14350804_1766351470274837_1957853356_n-e1487616741869.jpg");
}

.page-container .single-page:nth-of-type(4)::after{
  background-image: url("https://mharbeek.nl/wp-content/uploads/2015/09/20150910_143910.jpg");
}

/* Page overlay colors */ 

.single-page:nth-child(1) {
  background-color: #191D21;
}

.single-page:nth-child(2) {
  background-color: #1F2628;
}

.single-page:nth-child(3) {
  background-color:  #273336;
}

.single-page:nth-child(4) {
  background-color: #273a3f;
}


/* Theme Custom CSS */ 


                                    