/********** Section **********/

section {}

section:nth-child(1) {
  background-image: 	url(../../images/background/bg-01.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section:nth-child(2) {
  background-image: 	url(../../images/background/bg-02.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

section:nth-child(3) {
  background-image: 	url(../../images/background/bg-03.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

section:nth-child(4) {
  background-image: 	url(../../images/background/bg-04.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

section:nth-child(5) {
  background-image: 	url(../../images/background/bg-05.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

/**************************************** Mediascreen ****************************************/

@media screen and (max-width: 1124px) {

}