/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-310 {
    /* 144px - 252px */
    padding-top: clamp(9rem, 25vw, 12.75rem);
    /* 80px - 140px */
    padding-bottom: clamp(5rem, 13vw, 6.75rem);
    position: relative;
    z-index: 1;
    background-color: var(--primary);
  }
  #banner-310 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #banner-310 .cs-int-title {
    /* 39px - 49px */
    font-size: clamp(2.4375rem, 4.5vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 43.75rem;
    margin: 0 auto 0.75rem;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-310 .cs-landscape {
    z-index: 0;
    position: absolute;
    bottom: -10rem;
    left: 0;
    width: 80rem;
    overflow: hidden;
    line-height: 0;
    opacity: 0.2;
  }
  #banner-310 .cs-landscape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #banner-310 {
    background: var(--dark);
    background: radial-gradient(circle, rgb(16, 19, 41) 0%, rgb(3, 7, 30) 100%);
  }
  body.dark-mode #banner-310 .cs-title,
  body.dark-mode #banner-310 .cs-text {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-1388 {
    padding: var(--sectionPadding);
    background-color: var(--pageColorDark);
    position: relative;
    z-index: 1;
  }
  #contact-1388 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(2rem, 3vw, 3rem);
    position: relative;
  }
  #contact-1388 .cs-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    column-gap: auto;
    text-align: center;
  }
  #contact-1388 .cs-subtext {
    color: #383838;
    font-style: italic;
  }
  #contact-1388 .calendly-inline-widget {
    position: relative;
    width: 100%;
    height: 50rem;
  }
}
@media only screen and (min-width: 0rem) {
  #contact-1388 .cs-title {
    max-width: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #contact-1388 {
    background-color: var(--lightdark);
  }
  body.dark-mode #contact-1388 .cs-title,
  body.dark-mode #contact-1388 .cs-text,
  body.dark-mode #contact-1388 .cs-header,
  body.dark-mode #contact-1388 .cs-link,
  body.dark-mode #contact-1388 .cs-label,
  body.dark-mode #contact-1388 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contact-1388 .cs-subtext {
    color: #dbdbdb;
  }
  body.dark-mode #contact-1388 .cs-contact-text,
  body.dark-mode #contact-1388 .cs-link {
    opacity: 0.8;
  }
  body.dark-mode #contact-1388 .cs-icon-wrapper {
    border-color: #fff;
  }
  body.dark-mode #contact-1388 .cs-icon {
    /* makes it white */
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #contact-1388 .cs-form {
    background-color: var(--dark);
  }
  body.dark-mode #contact-1388 .cs-input {
    background-color: var(--darkHighlight);
    color: #fff;
  }
  body.dark-mode #contact-1388 .cs-input::placeholder {
    color: #fff;
    opacity: 0.8;
  }
  body.dark-mode #contact-1388 .cs-graphic {
    opacity: 0.4;
  }
}
/*-- -------------------------- -->
<---          Reviews          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 10;
    background-color: var(--pageColor);
  }
  #reviews .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #reviews .cs-title {
    max-width: 20ch;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews .cs-title {
    margin: 0;
  }
  #reviews .cs-flex-group {
    width: 50%;
  }
  #reviews .cs-item {
    grid-column: span 4;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews {
    background-color: var(--dark);
  }
  body.dark-mode #reviews .cs-title,
  body.dark-mode #reviews .cs-text,
  body.dark-mode #reviews .cs-item-text,
  body.dark-mode #reviews .cs-h3 {
    color: var(--pageColor);
  }
  body.dark-mode #reviews .cs-text {
    opacity: 0.8;
  }
}

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