.gold-border {
  border: 1px solid #f7a71b;
}

.bg-neutral-500 {
  background-color: #171c26;
}

p {
  color: #f6f1ee;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 1.625em;
}

label {
  color: #f6f1ee;
  font-family: "OpenSans", sans-serif;
  display: block;
  width: fit-content;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-menu {
  font-family: "Sudbury", "Merriweather", serif;
  font-weight: 400;
  color: #f6f1ee;
}

h1 {
  font-size: 3em;
  font-family: "Cinzel", serif;
  margin-bottom: 1em;
  display: block;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
h1::after {
  content: "";
  display: block;
  width: 120%;
  position: absolute;
  left: -10%;
  height: 10px;
  background-image: url(get-img("https://wanderinginn.com/wp-content/themes/solstice/css/pages/ui/flourish-line.svg"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-light h1 {
  color: #0f0f0f;
}
.page-light h1::after {
  background-image: url(get-img("https://wanderinginn.com/wp-content/themes/solstice/css/pages/ui/flourish-line-dark.svg"));
}

h2 {
  font-size: 2em;
  display: block;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h1,
h2,
h3 {
  text-align: center;
}

a {
  color: #f7a71b;
  text-decoration: underline;
  text-underline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  color: #754c04;
}

.fa,
.fas,
.fab {
  color: #f6f1ee;
}

.minor-drop-shadow {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.25));
}

.archive-article {
  margin-top: 1rem;
}
.archive-date {
  text-align: left;
}
.archive-title {
  text-align: left;
}
.archive-header {
  padding-left: 1rem;
}
.archive-content {
  padding-inline: 2.5rem;
  padding-block: 1rem;
}

h1 {
  font-size: clamp(1.75rem, 4.25vw, 2.75rem);
}

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 3vw, 2rem);
}

h4 {
  font-size: clamp(1rem, 2.5vw, 1.75rem);
}

.responsive-small {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem) !important;
}

.responsive-medium {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
}

.responsive-large {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem) !important;
}

@media screen and (max-width: 1023px) {
  .site-header {
    margin-bottom: 2rem !important;
  }
  .site-header #header-top {
    position: relative;
    height: 15vh;
    display: flex;
    justify-content: space-between;
  }
  .site-header div.header-main {
    padding-block: 0;
  }
  .site-header div.header-main div.logo-container {
    top: 0;
    left: 0;
    padding: 0;
    position: relative;
    transform: unset;
  }
  .site-header div.header-main div.logo-container .site-logo {
    max-width: 15em;
  }
  .site-header #header-mid {
    display: none;
  }
  .site-header #header-bottom {
    display: none;
  }
  #community #community-img img {
    width: 50vw !important;
    max-width: 300px;
  }
  article {
    word-wrap: break-word;
    hyphens: auto;
  }
  #read {
    grid-template-areas: "header" "flourish" "space" "inkimg" "compinfo" "audimg" "audinfo" !important;
  }
}
@media screen and (max-width: 580px) {
  .is-hidden-small {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  section#audiobooks,
  section#start-help {
    width: auto;
  }
}
.is-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-article {
  background-color: transparent;
}

.book-wrapper {
  width: 100%;
  background-size: cover;
  border-radius: 200px;
  box-shadow: inset 10px 24px 40px 0px #0E0F13, inset -10px -24px 40px 0px #0E0F13, inset 20px -10px 40px 0px #0E0F13, inset -20px 10px 40px 0px #0E0F13;
}

.book-info {
  font-size: 1rem;
}
.book-article {
  width: 65%;
  margin: 0 auto;
  display: flex;
  align-items: top;
  justify-content: center;
  gap: 60px;
  flex-direction: row;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.book-header {
  text-align: left;
  flex: 1;
}
.book-header .book-title {
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
  font-size: 2em;
  text-align: left;
  margin-bottom: 0 !important; /* Force removal of the negative margin */
}
.book-header .book-name {
  font-size: 2.5em;
  padding-top: -4px;
  font-family: "Sudbury", "Merriweather", serif;
}
.book-img {
  width: 100%;
  min-width: 400px;
  border-radius: 5px;
  height: auto;
}
.book-content {
  margin-top: -2em;
}
.book-links {
  margin-top: 2em;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-around;
  width: 100%;
  gap: 2rem;
}
.book-links .link-subtitle {
  font-size: 1.6em;
  color: #f7a71b;
  font-family: "Sudbury", "Merriweather", serif;
  margin-bottom: 0.6em;
  text-align: center;
}
.book-links img {
  border-radius: 5px;
  max-width: 300px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .book-article {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .book-article {
    flex-direction: column;
    gap: 2em;
  }
  .book-image-container {
    width: 80%;
    margin: 0 auto;
  }
  .book-header .book-title, .book-header .book-name {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .book-image-container {
    width: 60%;
  }
  .book-image-container .book-img {
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .book-article {
    width: 80%;
  }
  .book-image-container .book-img {
    min-width: auto;
  }
  .book-links img {
    max-width: 120px;
  }
  .book-header .book-title {
    font-size: 1.5em;
  }
  .book-header .book-name {
    font-size: 2em;
  }
}
