/*
.section .vertical-gallery:nth-child(1) .vertical-photo {
  background: url("img/vertical-gallery-1.jpg") center;
  background-size: cover;
}
.section .vertical-gallery:nth-child(2) .vertical-photo {
  background: url("img/vertical-gallery-2.jpg") center;
  background-size: cover;
}
.section .vertical-gallery:nth-child(3) .vertical-photo {
  background: url("img/vertical-gallery-3.jpg") center;
  background-size: cover;
}
.section .vertical-gallery:nth-child(4) .vertical-photo {
  background: url("img/vertical-gallery-4.jpg") center;
  background-size: cover;
}




.section .vertical-gallery2:nth-child(1) .vertical-photo {
  background: url("img/vertical-gallery2-1.jpg") center;
  background-size: cover;
}
.section .vertical-gallery2:nth-child(2) .vertical-photo {
  background: url("img/vertical-gallery2-2.jpg") center;
  background-size: cover;
}
.section .vertical-gallery2:nth-child(3) .vertical-photo {
  background: url("img/vertical-gallery2-3.jpg") center;
  background-size: cover;
}
.section .vertical-gallery2:nth-child(4) .vertical-photo {
  background: url("img/vertical-gallery2-4.jpg") center;
  background-size: cover;
}
*/




/*
.section#section9 .carousel .carousel-inner .item:nth-child(2) {
  background: url("img/background-9.jpg") center;
  background-size: cover;
}
.section#section9 .carousel .carousel-inner .item:nth-child(3) {
  background: url("img/background-9-1.jpg") center;
  background-size: cover;
}
.section#section9 .carousel .carousel-inner .item:nth-child(4) {
  background: url("img/background-9-2.jpg") center;
  background-size: cover;
}
*/




/* ------------------------------------- */
/* Pagepiling's backgrounds ............ */
/* ------------------------------------- */

/* HOME PAGE IMAGE - ALL OTHERS ARE DYNAMICALLY DRIVEN FROM config.js */
#section1,
#menu li.main-nav:nth-child(1)::after {
  background: url("img/background-1.jpg") center;
  background-size: cover;
}
/*
#section2,
#menu li.main-nav:nth-child(2)::after {
  background: url("img/background-2.jpg") center;
  background-size: cover;
}

#section3,
#menu li.main-nav:nth-child(3)::after {
  background: url("img/background-3.jpg") center;
  background-size: cover;
}

#section4,
#menu li.main-nav:nth-child(4)::after {
  background: url("img/background-4.jpg") center;
  background-size: cover;
}

#section5,
#menu li.main-nav:nth-child(5)::after {
  background: url("img/background-5.jpg") center;
  background-size: cover;
}

#section6,
#menu li.main-nav:nth-child(6)::after {
  background: url("img/background-6.jpg") center;
  background-size: cover;
}

#section7,
#menu li.main-nav:nth-child(7)::after {
  background: url("img/background-7.jpg") center;
  background-size: cover;
}

#section7 {
  xbackground: #2B2D35;
}

#section8,
#menu li.main-nav:nth-child(8)::after {
  background: url("img/background-8.jpg") center;
  background-size: cover;
}

#section9,
#menu li.main-nav:nth-child(9)::after {
  background: url("img/background-9.jpg") center;
  background-size: cover;
}

#section10,
#menu li.main-nav:nth-child(10)::after {
  background: url("img/background-10.jpg") center;
  background-size: cover;
}


#section11,
#menu li.main-nav:nth-child(11)::after {
  background: url("img/background-11.jpg") center;
  background-size: cover;
}

#section12,
#menu li.main-nav:nth-child(12)::after {
  background: url("img/background-12.jpg") center;
  background-size: cover;
}

#section13,
#menu li.main-nav:nth-child(13)::after {
  background: url("img/background-13.jpg") center;
  background-size: cover;
}
*/