/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

html, body {
  padding: 0;
  margin: 0; }

/*  INDEX   */
.index {
  padding: 1%;
  margin: 0 auto;
  background: white; }
  .index p {
    text-align: left; }
  .index h1, .index h2, .index h3, .index h4, .index h5, .index h6, .index p, .index a {
    font-family: serif;
    color: purple; }
  .index h1, .index h2, .index h3, .index h4, .index h5, .index h6 {
    text-align: center; }
  .index ul {
    text-align: left; }
  .index li {
    text-align: left; }

/*  FOOTER   */
footer {
  text-align: center;
  background: #db4374;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: 0;
  overflow: auto; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a {
    font-family: serif;
    color: white; }

/*  INK PAGES   */
.ink-page {
  background: #2C0149;
  text-align: center; }

.header-class {
  top: 0;
  width: 100%;
  margin: 0;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  min-height: 300px; }

h1 {
  font-size: 5rem !important; }

h2 {
  font-size: 2rem !important; }

.callouts {
  max-width: 47%;
  text-align: center;
  margin: 0 auto;
  padding: 1%; }
  @media only screen and (max-width: 1300px) {
    .callouts {
      max-width: 60%; } }
  @media only screen and (max-width: 850px) {
    .callouts {
      max-width: 95%; } }
.book-callouts {
  padding: 3px; }
  .book-callouts h2 {
    color: #2C0149;
    font-size: 3rem !important;
    padding: 2%;
    margin: 3%; }
  .book-callouts h3 {
    color: #69065a;
    font-size: 1.7rem;
    padding: 2%;
    margin: 0 auto; }
  .book-callouts h4 {
    color: #69065a;
    font-size: 1.3rem;
    padding: 2%;
    margin: 0 auto; }
  .book-callouts .purchase-button {
    display: inline-block;
    text-align: center !important;
    text-decoration: none !important;
    color: #DAC5F1;
    background-color: #69065a;
    border-radius: 6px !important;
    outline: none !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    border: 2px solid transparent !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 5% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
    max-width: 95% !important;
    min-width: 85% !important;
    vertical-align: top !important; }
    @media only screen and (max-width: 850px) {
      .book-callouts .purchase-button {
        padding: 2% !important; } }
  .book-callouts .shopify-ink-page-buttons {
    font-weight: 600 !important;
    font-size: 1rem !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    vertical-align: top !important;
    margin: 1%; }
    @media only screen and (max-width: 850px) {
      .book-callouts .shopify-ink-page-buttons {
        padding: 2% !important; } }
  .book-callouts .shopify-ink-page-buttons:hover,
  .book-callouts .shopify-ink-page-buttons:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .book-callouts .purchase-button:hover,
  .book-callouts .purchase-button:focus {
    background-color: #c90cad;
    border-color: #090007;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .book-callouts .book-box {
    background-color: rgba(248, 248, 248, 0.36);
    margin: 10px auto;
    border-radius: 10px;
    min-height: 275px; }
    .book-callouts .book-box p {
      color: #2C0149;
      padding: 0 1%;
      font-size: 1.2rem;
      line-height: 1.1; }
      @media only screen and (max-width: 850px) {
        .book-callouts .book-box p {
          font-size: 1rem; } }
    .book-callouts .book-box .animated-book-container {
      margin-top: 5%;
      max-width: 50%; }
  .book-callouts .dropdown {
    display: inline-block;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    padding: 0; }
  .book-callouts button {
    min-width: 95% !important;
    max-width: 95% !important;
    padding: 6% 0 !important;
    cursor: pointer; }
    @media only screen and (max-width: 850px) {
      .book-callouts button {
        padding: 2% !important; } }
  .book-callouts button:hover {
    background-color: #ddd; }
  .book-callouts .dropdown-options {
    display: none;
    position: absolute;
    overflow: auto;
    margin: 0 2%;
    background-color: #DAC5F1;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    min-width: 95%; }
  .book-callouts .dropdown:hover .dropdown-options {
    display: block;
    z-index: 1; }
  .book-callouts .dropdown-options a {
    display: block;
    color: #2C0149;
    padding: 6px 8px;
    text-decoration: none;
    font-size: 1.2rem; }
  .book-callouts .dropdown-options a:hover {
    color: #2C0149;
    background-color: #DB4374;
    border-radius: 5px;
    font-size: 1.2rem; }

.ink-links {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #DAC5F1;
  background-color: #69065a;
  border-radius: 6px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid transparent;
  font-size: 1rem;
  padding: 1%;
  margin: 1%;
  max-width: 95%;
  min-width: 85%;
  font-size: 1.3rem;
  -webkit-box-shadow: 2px 1px #DAC5F1;
          box-shadow: 2px 1px #DAC5F1; }
  @media only screen and (max-width: 850px) {
    .ink-links {
      font-size: 1.1rem; } }
.ink-links:hover, .ink-links:focus {
  background-color: #f447da;
  border-color: black;
  color: #592493;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.shopify-buy__btn-wrapper {
  margin: 0% !important; }

.d-book-container {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-perspective: 600px;
          perspective: 600px; }

@-webkit-keyframes initAnimation {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(-30deg);
            transform: rotateY(-30deg); } }

@keyframes initAnimation {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(-30deg);
            transform: rotateY(-30deg); } }

.d-book {
  width: 125px;
  height: 190px;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-30deg);
          transform: rotateY(-30deg);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-animation: 1s ease 0s 1 initAnimation;
          animation: 1s ease 0s 1 initAnimation; }

.d-book:hover {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.d-book > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  width: 125px;
  height: 190px;
  -webkit-transform: translateZ(15px);
          transform: translateZ(15px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: 5px 5px 20px #FFF;
          box-shadow: 5px 5px 20px #FFF; }

.d-book::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  left: 0;
  top: 3px;
  width: 28px;
  height: 184px;
  -webkit-transform: translateX(107px) rotateY(90deg);
          transform: translateX(107px) rotateY(90deg);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(5%, #f9f9f9), color-stop(10%, #fff), color-stop(15%, #f9f9f9), color-stop(20%, #fff), color-stop(25%, #f9f9f9), color-stop(30%, #fff), color-stop(35%, #f9f9f9), color-stop(40%, #fff), color-stop(45%, #f9f9f9), color-stop(50%, #fff), color-stop(55%, #f9f9f9), color-stop(60%, #fff), color-stop(65%, #f9f9f9), color-stop(70%, #fff), color-stop(75%, #f9f9f9), color-stop(80%, #fff), color-stop(85%, #f9f9f9), color-stop(90%, #fff), color-stop(95%, #f9f9f9), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #f9f9f9 5%, #fff 10%, #f9f9f9 15%, #fff 20%, #f9f9f9 25%, #fff 30%, #f9f9f9 35%, #fff 40%, #f9f9f9 45%, #fff 50%, #f9f9f9 55%, #fff 60%, #f9f9f9 65%, #fff 70%, #f9f9f9 75%, #fff 80%, #f9f9f9 85%, #fff 90%, #f9f9f9 95%, #fff 100%); }

.d-book::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 125px;
  height: 190px;
  -webkit-transform: translateZ(-15px);
          transform: translateZ(-15px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: -10px 0 50px 10px #666;
          box-shadow: -10px 0 50px 10px #666; }
