/* Static image */
#intro.bg-image .container-fluid {
  background-image: url('../img/shelfmaid10.jpg');
  background-size: cover;
}

/* Rain background */
#intro.bg-rain .container-fluid {
  background-image: url('../img/shelfmaid08.jpg');
  background-size: cover;
}

/* Snow background */
#intro #snow {
  background-image: url('../img/shelfmaid09.jpg');
  background-size: cover;
}

/* Static color */
#intro.color .container-fluid {
  background: #5D815B;
}

/* Introduction background */
#introduction .half.bg {
  background-image: url('../img/shelfmaid01.jpg');
  background-size: cover;
}

/* Services background */
#services .half.bg {
  background-image: url('../img/shelfmaid02.jpg');
  background-size: cover;
}

/* Portfolio background */
#portfolio .half.bg {
  background-image: url('../img/shelfmaid03.jpg');
  background-size: cover;
}

/* About background */
#about .half.bg {
  background-image: url('../img/shelfmaid04.jpg');
  background-size: cover;
}

/* Contact background */
#contact .half.bg {
  background-image: url('../img/shelfmaid24.jpg');
  background-size: cover;
}