@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,400;1,900&display=swap");
body {
  width: 100%;
  min-height: 100vh;
  background: #e5ca86 url(bg.5a55ef30.webp) center no-repeat;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  overflow: auto;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

a {
  color: #000;
  font-weight: bold;
}

h1, h2, .lead {
  text-align: center;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  font-style: oblique;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.15;
  max-width: 50rem;
  margin: 0 auto;
}
@media (min-width: 64rem) {
  h1 {
    font-size: 2.25rem;
  }
}

img {
  width: 100%;
  height: auto;
}

ul {
  background-color: #f1e2bd;
  color: #000;
  max-width: 30rem;
  margin: 2rem auto 2rem;
  padding: 2rem 2rem 2rem 3rem;
}

footer {
  margin: 6rem 0 10rem;
  text-align: center;
}
footer a {
  opacity: 0.5;
  transition: all 200ms ease-in-out;
}
footer a:hover, footer a:focus {
  opacity: 1;
}
footer img {
  width: 90%;
  height: auto;
}
@media (min-width: 40rem) {
  footer img {
    width: 37.5rem;
  }
}

.container {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}

.title-container {
  padding: 3rem 2rem 2rem;
}
.title-container .container {
  padding: 0;
}
@media (min-width: 64rem) {
  .title-container {
    padding: 4rem 0 2rem;
  }
}

.lead {
  color: #000;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  margin: 0 0 2rem;
  font-style: oblique;
}
@media (min-width: 64rem) {
  .lead {
    padding: 1rem 4rem;
  }
}
.lead p {
  max-width: 44rem;
  margin: 0 auto;
}

.hero {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media (min-width: 37.5rem) {
  .hero {
    height: 400px;
  }
}

.hero-bg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 200px;
  background: transparent url(vinyl-cropped.b25eccf5.webp) center no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 37.5rem) {
  .hero-bg {
    top: 100px;
  }
}

.stack {
  height: 300px;
  width: auto;
  position: relative;
}
@media (min-width: 37.5rem) {
  .stack {
    height: 400px;
  }
}

.cta-container {
  text-align: center;
  margin: 4rem auto 0;
}
.cta-container a {
  font-weight: normal;
  background-color: #0086ed;
  padding: 1rem 2rem;
  white-space: nowrap;
  transition: all 200ms ease-in-out;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-style: oblique;
  text-transform: uppercase;
}
.cta-container a:hover, .cta-container a:focus {
  background-color: #0061ab;
}

/*# sourceMappingURL=app.1f1ddb0e.css.map */