:root {
  --matilda-mann-light-yellow: #d3d4b2;
  --matilda-red-hover: #460d0e;
  --matilda-man-red: #9e2a2b;
}

.section {
  background-image: linear-gradient(#00000094, #00000080 6%, #fff0 31%);
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.socials {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem 12px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link {
  color: #c7b451;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.logo {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 520px;
  margin-top: 24px;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.title {
  color: #c7b451;
  text-align: center;
  font-family: Crimson Text, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.artistlogo {
  color: #d3d4b2;
  text-align: center;
  text-transform: uppercase;
  font-family: IM Fell DW Pica, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
}

.button {
  background-color: var(--matilda-mann-light-yellow);
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 40px;
  width: 100%;
  min-width: 144px;
  margin-top: 0;
  padding: 12px 16px;
  font-family: Audacious, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #646633;
}

.mailinglistlink {
  color: #000;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.mailinglistlink:hover {
  text-decoration: underline;
}

.mailinglistpopup {
  z-index: 99;
  opacity: 0;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed {
  width: 100%;
  max-width: 960px;
  height: auto;
}

.closebutton {
  color: #000;
  text-align: center;
  background-color: #c7b451;
  border-radius: 40px;
  margin-top: 1rem;
  padding: 1rem;
  font-family: Crimson Text, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.closebutton:hover {
  color: #fff;
  background-color: #6b5f1e;
}

.youtube {
  width: 90%;
  margin-top: 25vh;
}

.mobilesociallinks {
  display: none;
}

.ctalinks {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 75vh;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.mailinglistbutton {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 40px;
  width: 100%;
  min-width: 144px;
  margin-top: 0;
  padding: 12px 16px;
  font-family: Audacious, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.mailinglistbutton:hover {
  color: #fff;
  background-color: #460d0e;
}

.preorderbutton {
  color: #d3d4b2;
  text-align: center;
  -webkit-text-stroke-color: var(--matilda-mann-light-yellow);
  background-color: #0000;
  border: 1px solid #d3d4b2;
  border-radius: 40px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px 12px;
  font-family: Audacious, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.preorderbutton:hover {
  color: #fff;
  background-color: #460d0e;
}

.image {
  max-width: 216px;
}

.storesection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
}

.body {
  background-image: url('../images/bg3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.products {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 960px;
  display: flex;
}

.productlink {
  color: #000;
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 512px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.productlink:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.productbutton {
  background-color: var(--matilda-mann-light-yellow);
  color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 256px;
  margin-top: 1rem;
  padding: 14px 8px 12px;
  font-size: 1rem;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.productbutton:hover {
  background-color: #646633;
}

.text-block {
  color: #fff;
  font-family: Audacious, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.buttonlinks {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 40px;
  width: 100%;
  min-width: 144px;
  max-width: 300px;
  margin-top: 0;
  padding: 12px 16px;
  font-family: Audacious, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.buttonlinks:hover {
  background-color: var(--matilda-red-hover);
  color: #fff;
}

.image-2, .image-3 {
  margin-bottom: 1rem;
}

.div-block {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 12px;
  }

  .mobilesociallinks {
    display: none;
  }

  .sociallinks {
    max-width: 21px;
  }

  .products {
    width: 96%;
  }

  .buttonlinks {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: linear-gradient(#00000094, #00000080 6%, #fff0 31%);
  }

  .socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .link {
    display: none;
  }

  .artistlogo {
    font-size: 3rem;
  }

  .button {
    font-size: .75rem;
  }

  .mailinglistlink {
    margin-left: 0;
    margin-right: 0;
  }

  .mobilesociallinks {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    transition: all .2s;
    display: flex;
  }

  .mobilesociallinks:hover {
    transform: scale(1.2);
  }

  .ctalinks {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .mailinglistbutton {
    width: 90%;
    font-size: 10px;
  }

  .preorderbutton {
    font-size: 1rem;
  }

  .sociallinks, .storesection {
    display: none;
  }

  .products {
    justify-content: center;
    align-items: center;
  }

  .text-block, .buttonlinks {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: none;
    justify-content: space-between;
    align-items: center;
    height: 100svh;
    min-height: 0;
    max-height: none;
    padding-left: 4px;
    padding-right: 4px;
  }

  .socials {
    margin-top: 24px;
    position: relative;
    inset: 0 0% 0%;
  }

  .link {
    display: none;
  }

  .title {
    font-size: 2.5rem;
  }

  .artistlogo {
    font-size: 2rem;
  }

  .button {
    background-color: var(--matilda-mann-light-yellow);
    width: 100%;
    font-size: .8rem;
  }

  .mobilesociallinks {
    width: 20px;
    max-height: none;
  }

  .ctalinks {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 93%;
    margin-top: auto;
    margin-bottom: 0;
  }

  .mailinglistbutton {
    background-color: #0000;
    width: 90%;
    min-width: 0;
    max-width: 104px;
    padding: 8px 4px;
    font-size: 10px;
  }

  .mailinglistbutton:hover {
    background-color: var(--matilda-red-hover);
  }

  .preorderbutton {
    font-size: .9rem;
  }

  .storesection {
    background-image: url('../images/bg3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .body {
    background-color: #0000;
    background-image: url('../images/bg3.jpg');
    background-position: 50%;
  }

  .products {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .text-block {
    font-size: 10px;
  }

  .buttonlinks {
    background-color: #0000;
    width: 90%;
    min-width: 0;
    max-width: 120px;
    padding: 8px 4px;
    font-size: 10px;
  }
}


@font-face {
  font-family: 'Audacious';
  src: url('../fonts/Audacious-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}