:root {
  --primary: #a2a38f;
  --primary-hover: #766046;
  --dark: #766046;
  --secondary: #e0d2ab;
  --light: #e4e7e5;
  --link-color: #db6d54;
  --link-color-hover: #da411f;
  --button-color: #f3f1e5;
  --button-background: #db6d54;
  --button-background-hover: #241f23;
}

.bifold.wp-block-columns {
  z-index: 98104;
  position: relative;
}

.above-the-fold:not(#x) {
  padding-top: 0;
}

.above-the-fold-right {
  padding-top: 50px;
}

.slide-content:not(#x) {
  justify-content: flex-start;
}

.books-standing {
  background-image: url("https://caseyluskin.online/wp-content/blogs.dir/28/files/sites/67/2021/06/casey-luskin-books.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  display: flex;
  height: 430px;
  width: 100%;
  padding: 0;
}
@media (min-width: 800px) {
  .books-standing {
    position: relative;
    left: 0;
    margin-top: -250px;
  }
}
.books-standing li {
  display: inline-block;
  height: 100%;
}
.books-standing li a {
  display: block;
  text-indent: -98104px;
  line-height: 100%;
  height: 100%;
  width: 100%;
}
.books-standing li:nth-of-type(1) {
  flex-basis: 13%;
}
.books-standing li:nth-of-type(2) {
  flex-basis: 10%;
}
.books-standing li:nth-of-type(3) {
  flex-basis: 18%;
}
.books-standing li:nth-of-type(4) {
  flex-basis: 52%;
}

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