/* Text Elements */

h1 span.heading-text-1 {
  font-family: 'Cagliostro', sans-serif;
}

h1.heading-2 {
  text-align: center;
}

h3.heading-1 {
  max-width: 1200px;
  text-align: center;
  font-family: 'Cagliostro', sans-serif;
}

h3 span.heading-text-5 {
  font-family: 'Cagliostro', sans-serif;
  line-height: 1.29;
}

h3.heading-3 {
  text-align: center;
}

h3 span.heading-text-7 {
  font-size: 1.75rem;
}

p.paragraph span.paragraph-text-1 {
  font-family: 'Cagliostro', sans-serif;
}

p.paragraph.paragraph-1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  max-width: 500px;
  text-align: justify;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

p.paragraph.paragraph-2 {
  text-align: center;
  font-size: 20px;
}

p.paragraph span.paragraph-text-5 {
  font-size: .9375rem;
}

p.paragraph.paragraph-3 {
  width: 200px;
  color: #c4c4c4;
  font-size: 20px;
  font-family: 'Cagliostro', sans-serif;
}

span.text-element.text-1 {
  margin-top: 2px;
  margin-bottom: 3px;
  color: #050709;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Cagliostro', sans-serif;
  cursor: pointer;
}

span.text-element.text-2 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-family: 'Cagliostro', sans-serif;
}

span.text-element.text-3 {
  margin-top: 5px;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: 'Cagliostro', sans-serif;
}

span.text-element.text-3.text-sold {
  font-size: 20px;
}

span.text-element.text-2.text-price {
  font-size: 21px;
}

span.text-element.text-3.text-price {
  font-size: 21px;
}

span.text-element.text-2.text-sold {
  font-size: 21px;
}

span.text-element span.text-text-1 {
  font-size: 1.3125rem;
}

span.text-element span.text-text-2 {
  font-size: 1.3125rem;
}

/* Interaction Elements */

a.link-button.button {
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 2px;
}

a.link-button.close-button.reveal-close {
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  background-color: #050709;
  color: #fff;
}

/* Layout Elements */

.container.sticky-container {
  position: static;
  top: 0;
  z-index: 300;
}

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  padding: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.container-6 {
  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;
  padding-top: 10px;
  padding-bottom: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.modal-reveal {
  margin-top: 26px;
  height: 83vh;
}

.container.container-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #050709;
}

.container.container-8 {
  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: justify;
  -ms-flex-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #050709;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.container-9 {
  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;
  padding: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.full.reveal {
  background-color: #050709;
}

.link-container.link-container-1 {
  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;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  max-width: none;
  border: 0 none #050709;
  cursor: pointer;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.link-container.link-container-2 {
  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;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  max-width: 220px;
  border: 0 none #050709;
  cursor: pointer;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.picture-3 {
  max-width: none;
}

.rule.rule-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

div.responsive-picture.thumb1 {
  margin-bottom: 5px;
  cursor: pointer;
}

div.responsive-picture.thumb2 {
  margin-bottom: 5px;
  cursor: pointer;
}

div.responsive-picture.thumb3 {
  margin-bottom: 5px;
  cursor: pointer;
}

div.responsive-picture.thumb4 {
  margin-bottom: 5px;
  cursor: pointer;
}

div.responsive-picture.thumb7 {
  margin-bottom: 5px;
  cursor: pointer;
}

div.responsive-picture.thumb6 {
  margin-bottom: 5px;
  cursor: pointer;
}

div.responsive-picture.thumb5 {
  margin-bottom: 5px;
  max-width: 200px;
  cursor: pointer;
}

div.responsive-picture.thumb8 {
  margin-bottom: 5px;
  cursor: pointer;
}

div.responsive-picture.picture-1 {
  display: block;
  border: .25rem double #c4c4c4;
}

div.responsive-picture.wrinkle {
  display: block;
  border: .25rem double #c4c4c4;
}

div.responsive-picture.pretty {
  display: block;
  border: .25rem double #c4c4c4;
}

div.responsive-picture.mini {
  display: block;
  border: .25rem double #c4c4c4;
}

.html-element.html-element-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 7px;
  padding-left: 7px;
  max-width: 1200px;
}

div.responsive-picture.mother-1.thumb5 {
  max-width: 220px;
}

@media screen and (min-width: 29.6875rem) {
  /* Text Elements */

  h3.heading-1 {
    font-size: 25px;
  }

  p.paragraph.paragraph-3 {
    width: 245px;
  }

  span.text-element.text-3 {
    margin-top: 9px;
  }

  span.text-element.text-2 {
    margin-top: 4px;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-top: 19px;
  }

  a.link-button.close-button.reveal-close {
    position: absolute;
  }

  /* Layout Elements */

  .container.modal-reveal {
    height: 87vh;
  }

  .container.sticky-container {
    position: static;
  }

  .link-container.link-container-1 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .link-container.link-container-2 {
    padding-right: 8px;
    padding-left: 8px;
    max-width: 220px;
  }

  div.responsive-picture.picture-1 {
    max-width: 250px;
  }

  div.responsive-picture.wrinkle {
    max-width: 250px;
  }

  div.responsive-picture.pretty {
    max-width: 250px;
  }

  div.responsive-picture.mini {
    max-width: 250px;
  }

  div.responsive-picture.thumb5 {
    max-width: 200px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    font-family: 'Cagliostro', sans-serif;
  }

  h1 span.heading-text-3 {
    font-family: 'Cagliostro', sans-serif;
  }

  h3.heading-3 {
    text-align: center;
    line-height: 32px;
  }

  h3 span.heading-text-5 {
    font-family: 'Cagliostro', sans-serif;
    line-height: 1.18;
  }

  h3 span.heading-text-6 {
    font-size: 1.3125rem;
  }

  p.paragraph.paragraph-1 {
    max-width: 800px;
  }

  p.paragraph.paragraph-3 {
    margin-top: 76px;
    width: 193px;
    font-size: 14px;
    line-height: 23px;
  }

  span.text-element.text-3 {
    margin-top: 9px;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-top: 25px;
    font-size: 12px;
  }

  a.link-button.close-button.reveal-close {
    position: relative;
    top: 7px;
    right: 0;
  }

  /* Layout Elements */

  .container.modal-reveal {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 40px;
    height: 90vh;
    background-color: #050709;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-7 {
    margin-top: 70px;
    padding-top: 10px;
    width: 60%;
  }

  .container.container-9 {
    padding-top: 6px;
  }

  div.responsive-picture.picture-1 {
    padding-top: 0;
    max-width: 300px;
  }

  div.responsive-picture.wrinkle {
    padding-top: 0;
    max-width: 300px;
  }

  div.responsive-picture.pretty {
    padding-top: 0;
    max-width: 300px;
  }

  div.responsive-picture.mini {
    padding-top: 0;
    max-width: 300px;
  }

  div.responsive-picture.thumb5 {
    max-width: 200px;
  }

  div.responsive-picture.mother-1.thumb5 {
    max-width: 250px;
  }
}

@media screen and (min-width: 55rem) {
  /* Text Elements */

  p.paragraph.paragraph-3 {
    width: auto;
    font-size: 17px;
  }

  span.text-element.text-2 {
    margin-top: 8px;
  }

  span.text-element.text-3 {
    margin-top: 10px;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-top: 23px;
  }

  a.link-button.close-button.reveal-close {
    top: 6px;
    right: 6px;
  }

  /* Layout Elements */

  .container.container-8 {
    margin-top: 41px;
    width: 39.8%;
  }

  .container.full.reveal {
    background-color: #050709;
  }

  .container.modal-reveal {
    background-color: #050709;
  }

  .link-container.link-container-1 {
    max-width: none;
  }

  .link-container.link-container-2 {
    max-width: 220px;
  }

  div.responsive-picture.picture-1 {
    max-width: 350px;
  }

  div.responsive-picture.wrinkle {
    max-width: 350px;
  }

  div.responsive-picture.pretty {
    max-width: 350px;
  }

  div.responsive-picture.mini {
    max-width: 350px;
  }

  div.responsive-picture.thumb8 {
    max-width: 200px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  h3.heading-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  h3 span.heading-text-4 {
    font-family: 'Cagliostro', sans-serif;
  }

  h3 span.heading-text-5 {
    font-family: 'Cagliostro', sans-serif;
  }

  h3.heading-3 {
    text-align: center;
  }

  h3 span.heading-text-6 {
    font-size: 1.4375rem;
  }

  p.paragraph.paragraph-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    text-align: left;
  }

  p.paragraph.paragraph-2 {
    font-size: 26px;
  }

  p.paragraph span.paragraph-text-5 {
    font-size: 1rem;
  }

  span.text-element.text-2 {
    margin-top: 27px;
  }

  /* Interaction Elements */

  a.link-button.close-button.reveal-close {
    top: 8px;
    right: 8px;
  }

  /* Layout Elements */

  .container.container-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.container-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .container.sticky-container {
    margin-right: auto;
    margin-left: auto;
  }

  .container.container-4 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.container-5 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.modal-reveal {
    margin-top: 15px;
  }

  .link-container.link-container-1 {
    border-width: 0;
    border-style: none;
  }

  .link-container.link-container-2 {
    border-width: 0;
    border-style: none;
  }

  .html-element.html-element-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .rule.rule-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    width: 80%;
    height: auto;
  }

  .rule.rule-1 hr {
    border-top-width: 2px;
  }

  div.responsive-picture.picture-3 {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }

  div.responsive-picture.picture-1 {
    max-width: 450px;
  }

  div.responsive-picture.wrinkle {
    max-width: 450px;
  }

  div.responsive-picture.pretty {
    max-width: 450px;
  }

  div.responsive-picture.mini {
    max-width: 450px;
  }
}

@media screen and (min-width: 77.9375rem) {
  /* Text Elements */

  span.text-element.text-1 {
    font-weight: 500;
  }

  /* Interaction Elements */

  a.link-button.close-button.reveal-close {
    position: relative;
    top: 11px;
    right: 15px;
  }

  div.responsive-picture.wrinkle {
    max-width: 5000px;
  }

  div.responsive-picture.pretty {
    max-width: 5000px;
  }

  div.responsive-picture.mini {
    max-width: 5000px;
  }
}

@media screen and (min-width: 85.5625rem) {
  /* Text Elements */

  span.text-element.text-1 {
    font-weight: 500;
    font-family: 'Cagliostro', sans-serif;
  }

  /* Interaction Elements */

  a.link-button.close-button.reveal-close {
    top: 5px;
    right: 5px;
    padding-right: 5px;
  }

  /* Layout Elements */

  .link-container.link-container-1 {
    border-width: 0;
    border-style: none;
  }

  .link-container.link-container-2 {
    border-width: 0;
    border-style: none;
  }

  div.responsive-picture.picture-1 {
    max-width: 500px;
  }

  div.responsive-picture.wrinkle {
    max-width: 6000px;
  }

  div.responsive-picture.pretty {
    max-width: 6000px;
  }

  div.responsive-picture.mini {
    max-width: 6000px;
  }

  .html-element.html-element-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

@media screen and (min-width: 93.5rem) {
  /* Interaction Elements */

  a.link-button.close-button.reveal-close {
    top: 5px;
    right: 5px;
  }

  /* Layout Elements */

  .container.sticky-container {
    position: static;
  }
}