@font-face {
  font-family: "Dream Catcher";
  src: url("/assets/fonts/Dream\ Catcher.ttf");
}

a.has-text-white:hover,
.button:hover {
  color: #414042 !important;
}

a.navbar-item:hover {
  color: unset;
}

.accent-heading {
  font-size: 8rem;
}

.bb-1 {
  border-bottom: 1px solid #c7ac9a;
}

body {
  color: #414042 !important;
}

.button {
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 17px 25px;
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
  box-shadow: none;
}

.contact-details {
  font-size: 0.84rem;
}

#contact-form {
  margin-top: -100px;
  margin-bottom: 100px;
}

#content-paragraphs p {
  margin-bottom: 22px;
}

#copyright {
  font-size: 0.5rem;
}

.counsellor-name {
  color: #943e14;
  letter-spacing: 3px;
}

.counsellor-bio-link:hover {
  color: #395e69;
  cursor: pointer;
  transition: all 0.4s;
}

.footer ul {
  margin-top: -3px;
}

.footer-text-size {
  font-size: 0.8rem;
}

h2 {
  letter-spacing: 2px;
}

h3,
h3.subtitle,
h3.subtitle strong,
h3 strong {
  color: #943e14;
  line-height: 1.4em;
}

h4,
h4.title {
  color: #943e14;
}

.has-background-black {
  background-color: #414042 !important;
}

.has-background-primary {
  background-color: #943e14 !important;
}

.has-background-secondary-1 {
  background-color: #c7ac9a;
}

.has-background-secondary-3 {
  background-color: #395e69;
}

.has-color-secondary-1 {
  color: #c7ac9a;
}

.has-color-secondary-3 {
  color: #395e69 !important;
}

.has-text-black {
  color: #414042 !important;
}

.has-text-primary {
  color: #943e14 !important;
}

#hero-background-image {
  background-image: url(/assets/img/swansong-logo-light.svg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #c7ac9a;
  background-size: 1100px;
}

#hero-background-image-contact-us {
  /* background-image: url(/assets/img/swansong-contact-us-hero-image.jpg); */
  background-image: url(/assets/img/swansong-logo-light.svg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #943e14;
  background-size: 1100px;
}

#hero-background-image-our-journal {
  background-image: url(/assets/img/swansong-our-journal-hero-image.jpg);
}

#hero-background-image-our-process {
  background-image: url(/assets/img/swansong-our-process.jpg);
}

#hero-background-image-overlay {
  background-color: rgba(60, 60, 59, 0.1);
}

#hr-brand {
  border-top: 3px solid #943e14;
  margin-top: -12px;
  margin-bottom: 15px;
  width: 50px;
}

.hr-left {
  background-color: transparent;
  border-top: 1px solid #943e14;
  position: relative;
  margin-right: -200px;
}

.hr-right {
  background-color: transparent;
  border-top: 1px solid #943e14;
  margin-right: 10px;
  margin-left: -200px;
}

input,
textarea {
  border: none;
  border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-size: 14px;
  width: 100%;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
textarea:focus-visible {
  outline: 2px solid #f7f5f2;
}

.is-active {
  border-bottom: 2px solid #943e14;
  margin-bottom: -6px;
  padding-bottom: 4px;
}

.is-family-accent {
  font-family: "Dream Catcher", serif;
}

.is-family-primary {
  font-family: "Cardo", serif !important;
}

.is-family-sans-serif {
  font-family: "Montserrat", sans-serif !important;
}

.is-family-secondary {
  font-family: "Marcellus SC", serif !important;
}

.is-hovered:hover {
  background-color: #cdb39e !important;
  transition: all 0.4s;
}

.is-hovered-alternate:hover {
  background-color: #395e69 !important;
  color: #ffffff;
  transition: all 0.4s;
}

.is-hovered-dark:hover {
  background-color: #943e14 !important;
  color: #ffffff !important;
  transition: all 0.4s;
}

.is-size-1,
.is-1 {
  font-size: 3.6rem;
}

.is-size-7 {
  font-size: 0.7rem !important;
}

/* lh - line-height */
.lh-1 {
  line-height: 1em;
}

.lh-2 {
  line-height: 1.6em;
}

.lh-3 {
  line-height: 1.9em;
}

.lh-4 {
  line-height: 2.5em;
}

#list-of-items {
  font-size: 0.9rem;
  list-style-type: disc;
  margin-left: 16px;
}

.ls-1 {
  letter-spacing: 0.08em;
}

.ls-2 {
  letter-spacing: 0.2em;
}

#mce-responses {
  color: #ffffff;
  margin: 5px;
  z-index: 1;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(65, 64, 66, 0.6);
  transition: all 0.4s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #414042;
  text-decoration: none;
}

.modal__content__booking {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  min-width: 900px;
  max-width: 1000px;
  height: 90%;
  max-height: 680px;
}

.modal__close__booking {
  position: absolute;
  top: 70px;
  right: 110px;
  color: #414042;
  text-decoration: none;
}

.navbar-item a:hover {
  border-bottom: 2px solid #943e14;
  margin-bottom: -6px;
  padding-bottom: 4px;
}

.navbar-item img {
  max-height: unset;
  width: auto;
}

.read-more-link {
  border-bottom: 1px solid #414042;
  padding-bottom: 5px;
}

#sign-up-background-text {
  color: #9d4c21;
  font-family: "Dream Catcher";
  font-size: 15rem;
  margin-top: 20px;
  position: absolute;
  right: 10px;
}

.step-number {
  color: #f7f5f2;
  font-size: 30rem;
  margin-top: -150px;
  position: absolute;
  z-index: -1;
}

.step-number-column {
  height: 380px;
}

.steps a:hover,
.steps a:focus {
  color: #943e14;
}

strong {
  font-weight: 800;
}

.submit-button {
  padding-top: 20px;
  padding-bottom: 18px;
}

.subtitle {
  line-height: 1.8em;
}

.subtitle.is-1 {
  font-size: 3.2rem;
}

#swansong-logo-light {
  position: absolute;
  margin-top: -300px;
  margin-left: -150px;
  width: 52%;
}

#testimonials-heading {
  background-image: url(/assets/img/quotes.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -27px;
}

.title {
  font-weight: 400;
  line-height: 1.2em;
}

.title.is-1 {
  font-size: 3.8rem;
}

.title.is-7 {
  font-size: 0.7rem;
}

@media (max-width: 867px) {
  .hr-left,
  .hr-right {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 820px) {
  #contact-form {
    margin-top: 0px;
  }

  .reverse-columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .step-number {
    font-size: 5rem;
    margin-top: -35px;
  }

  .step-number-column {
    height: 100px;
  }
}
