/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url("/img/interior-room-linen-883806-pxhere.jpg");
  min-height: 100%;
}

/* Second image (product) */
.bgimg-2 {
  background-image: url("/img/bedroom-with-interior-plants.jpg");
  min-height: 400px;
}

/* Third image (order) */
.bgimg-3 {
  background-image: url("/img/interior-bedroom.jpg");
  min-height: 400px;
}

/* Fourth image (contact) */
.bgimg-4 {
  background-image: url("/img/black-wallpaper-night-sky-7477.jpg");
  min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    background-attachment: scroll;
  }
  .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    min-height: 400px;
  }
}
