
/* Body Background Color */

body {
	background: #101524;
}

/* Preloader Styles */

#preloader{
  background-color:#f68a09; 
}

.loader {
  background: url("http://zinteoria.com/wp-content/uploads/2015/08/favicon-64px-zinteoria.jpg") 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://zinteoria.com/wp-content/uploads/2015/08/Banners-ZinTeoria-4.jpg");
}

.page-container .single-page:nth-of-type(2)::after {
  background-image: url("http://zinteoria.com/wp-content/uploads/2015/08/ORANCH-2.jpg");
}

.page-container .single-page:nth-of-type(3)::after {
  background-image: url("http://zinteoria.com/wp-content/uploads/2015/08/ORANCH-2.jpg");
}

.page-container .single-page:nth-of-type(4)::after{
  background-image: url("http://zinteoria.com/wp-content/uploads/2015/08/ORANCH-2.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 */ 


                    .page-title span i {
    font-size:4.5em;
}
.resume .employment h2 {
    display: none;
}
.resume .education h2 {
    display: none;
}
.services .sec-divider {
    display: none;
}
.pp-container {
    width: 100%;
}
.about-me .profile-image img {
    border-radius: 0%;
    border: none;
    box-shadow: none;
    margin: 100px auto;
}
.about-me .profile-image img:hover {
    box-shadow: none;
}
.services {
    background: none repeat scroll 0 0 #f18a20;
}
.about-me .profile-image h3 {
    display: none;
}
.address {
    background: none repeat scroll 0 0 #f18a20;
}                