p, a, ul, ol {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Hero */

#hero {
  height: 55svh;
  anchor-name: --hero-el;
}

#hero-spacer {
  position-anchor: --hero-el;
  top: anchor(--hero-el bottom);
}

@media (min-width: 768px) {
  #hero-spacer {
    height: 33svh;
  }
}

@media (max-width: 767px) {
  #hero-spacer {
    height: 43svh;
  }
}

#about-blurb-name {
  font-size: 1.1em;
}

#brand-name a {
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Contact form */

#contact-form {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 2rem;
  background-image: url('/static/images/shl-mood-image.jpg');
  background-size: cover;
  background-position: center;
}

#contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.67);
  border-radius: 4px;
  pointer-events: none;
}

#contact-form > * {
  position: relative;
  z-index: 1;
}

.contact-form-input {
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(227, 227, 227);
  border-radius: 4px;
  background-color: white;
}

.contact-form-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.contact-form-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: rgb(0, 0, 0);
  border-radius: 2px;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-form-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
