@import url("https://fonts.googleapis.com/css2?family=Alata&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kumbh+Sans:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Alata&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kumbh+Sans:wght@100..900&display=swap");

/* font-family: "Josefin Sans", sans-serif; */
/* font-family: "Kumbh Sans", serif; */

:root {
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --dark-gray: hsl(0, 0%, 55%);
  --very-dark-gray: hsl(0, 0%, 41%);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header {
  background-image: url("./images/desktop/image-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  position: relative;
}

a:hover::before {
  content: "";
  width: 1.7rem;
  height: 0.15rem;
  background-color: white;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.virtual {
  background-image: url("./images/desktop/image-interactive.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.deep {
  background-image: url('./images/desktop/image-deep-earth.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.night {
  background-image: url('./images/desktop/image-night-arcade.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.soccer {
  background-image: url('./images/desktop/image-soccer-team.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.gride {
  background-image: url('./images/desktop/image-grid.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.above {
  background-image: url('./images/desktop/image-from-above.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.pocket {
  background-image: url('./images/desktop/image-pocket-borealis.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.curiosity {
  background-image: url('./images/desktop/image-curiosity.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.fisheye {
  background-image: url('./images/desktop/image-fisheye.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery div {
  position: relative;
}

.gallery div::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  background: linear-gradient(rgba(255, 255, 255, 0.111), rgba(0, 0, 0, 0.667));
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

@media screen and (max-width: 760px) {
  header {
    background-image: url("./images/mobile/image-hero.jpg");
  }
  .virtual {
    background-image: url("./images/mobile/image-interactive.jpg");
  }
  .deep  {
    background-image: url('./images/mobile/image-deep-earth.jpg');
  }
  .night{
    background-image: url('./images/mobile/image-night-arcade.jpg');
  }
  .soccer{
    background-image: url('./images/mobile/image-soccer-team.jpg');
  }
  .gride{
    background-image: url('./images/mobile/image-grid.jpg');
  }
  .above{
    background-image: url('./images/mobile/image-from-above.jpg');
  }
  .pocket{
    background-image: url('./images/mobile/image-pocket-borealis.jpg');
  }
  .curiosity{
    background-image: url('./images/mobile/image-curiosity.jpg');
  }
  .fisheye{
    background-image: url('./images/mobile/image-fisheye.jpg');
  }
}
