body {
  font-family: "Poppins", sans-serif;
  margin: 1.5em;
}

a {
  text-decoration: none;
  font-size: 1.3rem;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/shoe.jpg ");
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  background-position-x: 20%;
  background-position-y: 20%;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  height: 100vh;
  width: 50%;
  z-index: 999;
  text-transform: uppercase;
}
nav ul {
  list-style: none;
  padding: 0;
  margin-top: 8em;
}
nav a {
  padding: 0.75em 2em;
  display: block;
  color: rgb(29, 22, 2);
}
nav a:hover {
  background: rgb(52, 155, 220);
}

.logo {
  color: white;
  font-weight: bold;
}

header {
  display: flex;
  justify-content: space-between;
}
header svg {
  margin-top: -0.6em;
  cursor: pointer;
}

h1 {
  font-size: 3rem;
  margin-top: 2em;
  line-height: 3.3rem;
}

.subhead {
  font-size: 1.4rem;
}

section.hero {
  color: white;
  height: 90vh;
}/*# sourceMappingURL=main.css.map */