/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Archivo', sans-serif;
}

h1.main-heading {
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  color: #ffc680;
  text-transform: capitalize;
  text-shadow: #151515 2px 2px 30px;
  white-space: pre-wrap;
  letter-spacing: 5px;
  font-variant: normal;
  font-size: 3rem;
  font-family: Papyrus, fantasy;
  line-height: 160px;
}

h1#book-heading {
  font-size: 8vw;
}

h1 span.heading-text-1 {
  text-transform: capitalize;
  font-size: 9.375rem;
  font-family: 'Indie Flower', cursive;
}

h1.heading-1 {
  color: #ffc680;
  font-size: 24px;
}

h1 span.heading-text-2 {
  color: #ffc680;
}

h1.heading-2 {
  color: #ffc680;
  font-size: 24px;
}

h1.heading-3 {
  color: #ffc680;
  font-size: 24px;
}

h1 a.heading-text-3 {
  color: #ffc680;
}

h1 a.heading-text-4 {
  color: #ffc680;
}

h1.heading-4 {
  color: #ffc680;
  white-space: pre-line;
  font-size: 28px;
}

h2.info-title {
  color: #ffc680;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph {
  color: #adadad;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph.benefit-paragraph {
  color: #adadad;
  font-size: 1.58rem;
}

p.paragraph.footer-paragraph {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2.25rem;
  color: #575757;
  font-style: italic;
  font-size: .8125rem;
}

p.paragraph.services-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #eaeaea;
}

p.paragraph.paragraph-1 {
  color: #ffc680;
}

a.link-text.text-link-2 {
  display: block;
  color: #ffc680;
  text-align: center;
  font-size: 22px;
}

a.link-text.text-link-3 {
  display: block;
  color: #ffc680;
  text-align: center;
  font-size: 22px;
}

a.link-text.text-link-4 {
  display: block;
  color: #ffc680;
  text-align: center;
  font-size: 22px;
}

a.link-text.text-link-5 {
  display: block;
  color: #ffc680;
  text-align: center;
  font-size: 22px;
}

a.link-text span.text-link-text-1 {
  font-size: 1.625rem;
}

a.link-text span.text-link-text-2 {
  font-size: 1.625rem;
}

/* Interaction Elements */

a.link-button.button {
  display: block;
  background-color: #02284d;
  color: #00c2c7;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

/* Layout Elements */

body.dark-body {
  display: block;
  background-color: #151515;
}

.container.header-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 100vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 10%), url('../images/Black%20Eye%20Creations%20Shop%20Eye.png');
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 10%), url('../images/Black%20Eye%20Creations%20Shop%20Eye.png');
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 10%), url('../images/Black%20Eye%20Creations%20Shop%20Eye.png');
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 10%), url('../images/Black%20Eye%20Creations%20Shop%20Eye.png');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.info {
  margin-top: -20px;
  margin-bottom: 120px;
}

.container.secondary {
  margin: 90px auto;
}

.container.spotlight {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 90px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container.spot {
  position: static;
  margin: 20px auto;
  padding-right: 0;
  padding-left: 0;
  width: 90%;
}

.container.quotes-section {
  margin-top: 90px;
  margin-bottom: 50px;
  background-color: #151515;
}

.container.footer {
  background-color: #000;
}

.container.highlighted-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 2rem auto;
  padding: 1rem;
  min-width: 100px;
  min-height: 600px;
  max-width: 1500px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.container-1 {
  position: static;
  right: -20%;
}

.container.container-2 {
  background-color: #0f0d0d;
}

.container.container-3 {
  background-color: transparent;
}

.container.container-4 {
  display: grid;
}

.rule hr {
  border-top-width: .125rem;
  border-top-color: #fefefe;
}

.rule {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 40%;
}

.rule.rule-1 hr {
  border-top-color: #02284d;
}

.rule.rule-2 {
  display: block;
}

.rule.rule-2 hr {
  border-top-color: #02284d;
}

div.responsive-picture.picture-1 {
  position: relative;
  right: -30%;
}

div.responsive-picture.picture-2 {
  position: relative;
  right: -23%;
}

div.responsive-picture.picture-3 {
  position: relative;
  right: -20%;
}

div.responsive-picture.picture-4 {
  position: static;
  display: inline;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 0;
  padding-right: 0;
  min-height: 0;
  max-width: 370px;
  width: 100%;
  -webkit-column-rule-width: 0;
     -moz-column-rule-width: 0;
          column-rule-width: 0;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

video.html-video-2 {
  display: block;
  width: 370px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  grid-area: auto / auto / auto / auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

div.responsive-picture.picture-5 {
  max-width: 370px;
  width: 500px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-6 {
  max-width: 370px;
}

div.responsive-picture.picture-7 {
  max-width: 370px;
}

div.responsive-picture.picture-8 {
  max-width: 370px;
}

div.responsive-picture.picture-9 {
  max-width: 370px;
}

div.responsive-picture.picture-10 {
  max-width: 370px;
}

.rule.rule-3 hr {
  border-top-color: #02284d;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1#book-heading {
    font-size: 3.5rem;
  }

  h1.heading-5 {
    color: #00c2c7;
  }

  h1 span.heading-text-5 {
    font-size: 2.25rem;
  }

  h1 a.heading-text-6 {
    color: #ffc680;
    text-decoration: underline;
  }

  p.paragraph.benefit-paragraph {
    font-size: 18px;
    line-height: 1;
  }

  p.paragraph.paragraph-2 {
    color: #00c2c7;
  }

  p.paragraph.paragraph-3 {
    color: #00c2c7;
  }

  a.link-text.text-link-2 {
    font-size: 22px;
  }

  a.link-text span.text-link-text-1 {
    font-size: 1.875rem;
  }

  a.link-text span.text-link-text-2 {
    font-size: 1.875rem;
  }

  /* Layout Elements */

  body.dark-body {
    grid-auto-rows: 1px;
    grid-auto-columns: 1px;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
  }

  .container.spotlight {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.spot {
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
  }

  .container.header-region {
    background-color: #000;
  }

  .container.container-5 {
    display: grid;
    float: none;
    clear: both;
  }

  .container.container-3 {
    position: static;
    display: grid;
  }

  .container.container-6 {
    position: relative;
    right: auto;
    left: auto;
    display: grid;
    margin-right: 0;
    padding-right: 0;
    vertical-align: baseline;
  }

  .container.container-7 {
    min-width: 10px;
    min-height: 200px;
  }

  div.responsive-picture.picture-4 {
    position: static;
    display: inline;
    padding-bottom: 0;
    min-height: 0;
    max-width: 570px;
  }

  div.responsive-picture.picture-11 {
    min-height: 50px;
    max-width: 1200px;
  }

  li.list-item.list-item-1 {
    color: #00c2c7;
  }

  li.list-item.list-item-2 {
    color: #00c2c7;
  }

  li.list-item.list-item-3 {
    color: #00c2c7;
  }

  li.list-item.list-item-4 {
    color: #00c2c7;
  }

  li.list-item.list-item-5 {
    color: #00c2c7;
  }

  li.list-item.list-item-6 {
    color: #00c2c7;
  }

  li.list-item.list-item-7 {
    color: #00c2c7;
  }

  video.html-video-1 {
    width: 100%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph.benefit-paragraph {
    font-size: 18px;
    line-height: 1;
  }

  p.paragraph.footer-paragraph {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  /* Layout Elements */

  .container.spot {
    padding-right: 0;
    padding-left: 0;
    width: 25%;
  }

  .container.header-region {
    background-position: center center;
  }

  .container.footer {
    background-color: #151515;
  }
}

@media screen and (min-width: 97.875rem) {
  /* Interaction Elements */

  a.link-button.button {
    display: block;
    background-color: #02284d;
    color: #ffc680;
  }
}