.bg-image {
  background-image: url("../images/desktop/image-hero.jpg");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 75vh !important;
}
h1,
h2 {
  font-family: "Josefin Sans", sans-serif;
}
p {
  font-family: "Alata", sans-serif;
}
.h1-width {
  transform: translateY(100%);
  font-size: 2rem;
}
.content-width {
  max-width: 1250px;
  margin: auto;
}

.interactive-text {
  width: 100%;
}
.size {
  font-size: 2rem;
}
.txt {
  color: white;
}
@media (min-width: 726px) {
  .interactive-text {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
  }
  .txt {
    position: absolute;
    bottom: 0;
    padding: 1rem;
  }
}
.link-light {
  border-bottom: solid 1px transparent;
}
.link-light:hover {
  border-bottom: solid 1px white;
}
.nav-link {
  border-bottom: 2px solid transparent;
}
.nav-link:hover {
  border-bottom: 1px solid white;
}
@media (max-width: 576px) {
  .link-items {
    text-transform: uppercase;
  }
}

.bg-img-1 {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
.bg-img-1:hover {
  filter: grayscale(100%);
  opacity: 0.5;
}
.bg-img-1:hover .txt {
  color: black;
}
.deep-earth {
  background-image: url("../images/mobile/image-deep-earth.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.night-arcade {
  background-image: url("../images/mobile/image-night-arcade.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.soccer-team {
  background-image: url("../images/mobile/image-soccer-team.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.grid {
  background-image: url("../images/mobile/image-grid.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.vr {
  background-image: url("../images/mobile/image-from-above.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.borealis {
  background-image: url("../images/mobile/image-pocket-borealis.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.curiosity {
  background-image: url("../images/mobile/image-curiosity.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fisheye {
  background-image: url("../images/mobile/image-fisheye.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 766px) {
  .deep-earth {
    background-image: url("../images/desktop/image-deep-earth.jpg");
    height: 450px;
    background-size: contain 400px;
  }
  .night-arcade {
    background-image: url("../images/desktop/image-night-arcade.jpg");
  }
  .soccer-team {
    background-image: url("../images/desktop/image-soccer-team.jpg");
  }
  .grid {
    background-image: url("../images/desktop/image-grid.jpg");
  }
  .vr {
    background-image: url("../images/desktop/image-from-above.jpg");
    height: 450px;
  }
  .borealis {
    background-image: url("../images/desktop/image-pocket-borealis.jpg");
  }
  .curiosity {
    background-image: url("../images/desktop/image-curiosity.jpg");
  }
  .fisheye {
    background-image: url("../images/desktop/image-fisheye.jpg");
  }
}
/* ditch the ugle blue outline 
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

/* hide close when burger shown 
.navbar-toggler.collapsed .close-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: inline-block;
}*/

@media (min-width: 526px) {
  .h1-width {
    width: 50%;
  }
}
@media (min-width: 926px) {
  .h1-width {
    width: 40%;
    font-size: 3rem;
  }
}

.border-btm {
  padding: 20px;
  border-bottom: solid 0 transparent;
}
.border-btm:hover {
  border-bottom: solid 0 white;
}

@media (min-width: 726px) {
  .creations {
    display: grid;
    grid-template-rows: 0.1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .creations h2 {
    grid-row: 1/2;
    grid-column: 1/2;
    justify-self: start;
  }
  .creations div {
    grid-column: 1/3;
  }
  .see-more {
    grid-row: 1/2;
    grid-column: 2/3;
    justify-self: end;
  }
  .row1 {
    grid-template-rows: 4 * (1fr);
    grid-template-columns: 1fr;
    grid-row: 1/2;
  }
  .row2 {
    grid-template-rows: 4 * (1fr);
    grid-template-columns: 1fr;
    grid-row: 2/3;
  }
}

.border-svg:hover {
  box-shadow: 0 10px 0 #212529, 0 12px 0 white;
}
@media (max-width: 992px) {
  .nav-mobile {
    display: none;
    background-color: black;
    width: 100%;
    padding: 2rem 1rem;
    letter-spacing: 5px;
    font-size: 1.7rem;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 67vh;
    align-items: center;
    font-weight: 300;
  }
}
#close {
  display: none;
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
