 /* BACKGORUND IMAGE */

body, html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.bg-image0 {
  /* The image used */
  background-image: url("concert.jpeg");

  /* Add the blur effect */
   /* filter: blur(8px); */
  /*-webkit-filter: blur(8px);*/

  /* Full height */
  height: 40%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image1 {
  /* The image used */
  background-image: url("./cyber.jpeg");

  /* Add the blur effect */
   /* filter: blur(8px); */
  /*-webkit-filter: blur(8px);*/

  /* Full height */
  height: 40%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image2 {
  /* The image used */
  background-image: url("./rainy.jpeg");

  /* Add the blur effect */
   /* filter: blur(8px); */
  /*-webkit-filter: blur(8px);*/

  /* Full height */
  height: 40%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image3 {
  /* The image used */
  background-image: url("./alhambra.jpeg");

  /* Add the blur effect */
   /* filter: blur(8px); */
  /*-webkit-filter: blur(8px);*/

  /* Full height */
  height: 40%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image4 {
  /* The image used */
  background-image: url("./diamonds.jpeg");

  /* Add the blur effect */
   /* filter: blur(8px); */
  /*-webkit-filter: blur(8px);*/

  /* Full height */
  height: 40%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
