
/* Body Background Color */

body {
	background: #101524;
}

/* Preloader Styles */

#preloader{
  background-color:#101524; 
}

.loader {
  background: url("http://alirasekhi.com/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("http://alirasekhi.com/wp-content/themes/privado/img/img-1-large.jpg");
}

.page-container .single-page:nth-of-type(2)::after {
  background-image: url("http://alirasekhi.com/wp-content/themes/privado/img/img-2-large.jpg");
}

.page-container .single-page:nth-of-type(3)::after {
  background-image: url("http://alirasekhi.com/wp-content/themes/privado/img/img-3-large.jpg");
}

.page-container .single-page:nth-of-type(4)::after{
  background-image: url("http://alirasekhi.com/wp-content/themes/privado/img/img-4-large.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 */ 


                                    