html body {
  background: #111;
  color: white;
}
html body * {
  fill: white;
  color: white !important;
  vector-effect: non-scaling stroke;
}
html body *.accent {
  fill: #760d35 !important;
  stroke: white;
  stroke-width: 0.5;
}
html body *.btn {
  border-color: #760d35;
}
html body *.btn * {
  color: #760d35 !important;
  font-variation-settings: "wght" 600;
}
html body *.btn:hover {
  background: #760d35 !important;
}
html body *.btn:hover * {
  color: white !important;
}
html body #wrapper:before {
  background-image: url("marianne-astrologer.jpg");
  background-position: top center;
}
@media (min-width: 960px) {
  html body #wrapper:before {
    top: 0;
    height: 100vh;
    bottom: 0;
  }
}
html body #wrapper a:before {
  background: white;
  height: 1px;
}
html body #wrapper h2:before,
html body #wrapper h3:before,
html body #wrapper h4:before {
  content: none;
}
html body #wrapper h2 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1rem;
}
html body #wrapper h3 {
  font-size: 1rem;
  margin-top: 3rem;
  font-variation-settings: "wght" 600;
}
html body #wrapper header h1 {
  grid-row-gap: 1.5rem;
}
html body #wrapper header h1 strong {
  font-size: 1.75rem;
  letter-spacing: 0.5rem;
  grid-row-start: 1;
  text-transform: uppercase;
  padding-left: 1rem;
}
@media (min-width: 960px) {
  html body #wrapper header h1 strong {
    font-size: 2.5rem;
    letter-spacing: 1rem;
  }
}
html body #wrapper header h1 span {
  grid-row-start: 2;
}
html body #wrapper header h1 span em {
  font-family: "Sail", system-ui;
  font-weight: 400;
  font-style: normal;
}
html body #wrapper #thanks:target * {
  color: black !important;
}
html body #wrapper #classes p {
  margin-bottom: 2rem;
}
html body #wrapper #classes p strong {
  font-variation-settings: "wght" 600;
}
html body #wrapper #classes p em {
  display: block;
  justify-self: center;
  margin: 0.5rem auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  font-style: normal;
}
html body #wrapper div.appointments > div {
  border-color: #760d35;
}
html body #wrapper div.appointments > div header {
  background: #760d35;
}
html body #wrapper div.appointments > div form * {
  color: black !important;
}
html body #wrapper div.appointments > div form a {
  border-bottom: 1px solid #760d35;
}
html body #wrapper div.appointments > div form a span {
  font-variation-settings: "wght" 600;
}
html body #wrapper div.appointments > div form fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 30rem;
  margin: 1rem auto;
  border-bottom: 1px solid;
}
html body #wrapper div.appointments > div form fieldset p {
  margin-bottom: 0 !important;
}
html body #wrapper div.appointments > div form fieldset label {
  margin: 0.5rem;
}
html body #wrapper div.appointments > div form fieldset label span {
  opacity: 1;
  height: auto;
}
html body #wrapper div.appointments > div form button {
  color: #760d35 !important;
}
html body #wrapper div.appointments > div form button:hover {
  color: white !important;
}
html body #wrapper div.appointments:target {
  background: rgba(0, 0, 0, 0.85);
}

/*# sourceMappingURL=scorpio.css.map */

html body #wrapper div.appointments > div form p {
  margin-bottom: 0!important;
}

html body #wrapper div.appointments > div form fieldset p {
  min-width: 100%;
}
