/* Text Elements */

h1.heading-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

p.paragraph a.paragraph-text-3 {
  color: #fff;
}

p.paragraph a.paragraph-text-5 {
  color: #fff;
}

p.paragraph a.paragraph-text-6 {
  color: #fff;
}

p.paragraph.paragraph-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

p.paragraph.paragraph-2 {
  margin-bottom: .95rem;
  color: #fff;
  font-size: 16px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

p.paragraph.paragraph-1 {
  padding: 5px;
  border: .1875rem double #ccc;
  border-radius: 10px;
  background-color: #fff;
  color: #0b0012;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

/* Interaction Elements */

a.link-button.close-button {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

/* Layout Elements */

.container.head {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 1300px;
}

.container.thumbs-holder {
  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: start;
  float: none;
  -ms-flex-align: center;
  min-height: auto;
  background-color: transparent;

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

.container.reveal {
  min-height: auto;
  max-width: 600px;
  height: auto;
  background-color: rgba(11, 0, 18, .4);
  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;
}

.container.forward-back {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 10px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -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;
}

a.responsive-picture.picture-link-1 {
  margin: 8px;
  max-width: 300px;
  border: .1875rem double #ccc;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

div.responsive-picture.modal-img {
  max-width: none;
  border: .1875rem double #ccc;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

a.link-button-glyph.btn.button {
  padding-top: .5em;
  padding-bottom: .5em;
  border: .125rem solid #121a00;
  border-radius: 10px;
  background-color: transparent;
}

span.glyph-for-button.arrow {
  font-size: 17px;
}

span.link-button-text.button-link {
  font-size: 17px;
}

@media screen and (min-width: 28.6875rem) {
  /* Layout Elements */

  .container.reveal {
    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;
    box-shadow: none;

    background-blend-mode: normal;
  }
}

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

  h1.heading-4 {
    font-size: 40px;
  }

  p.paragraph.paragraph-4 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  p.paragraph span.paragraph-text-9 {
    font-style: italic;
  }

  /* Layout Elements */

  .container.head {
    margin-bottom: 25px;
  }

  .container.thumbs-holder {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -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;
  }

  .container.reveal {
    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;
  }

  a.responsive-picture.picture-link-1 {
    margin: 8px;
    max-width: 310px;
  }
}

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

  h1.heading-4 {
    font-size: 48px;
  }

  p.paragraph.paragraph-4 {
    margin-right: auto;
    margin-left: auto;
  }

  p.paragraph.paragraph-1 {
    color: #0b0012;
    font-size: 17px;
  }

  /* Layout Elements */

  .container.head {
    margin-bottom: 0;
  }

  .container.reveal {
    background-color: rgba(11, 0, 18, .4);
  }

  a.responsive-picture.picture-link-1 {
    margin: 8px;
    max-width: 320px;
    border-style: double;
    border-color: #ccc;
  }

  a.link-button-glyph.btn.button {
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: transparent;
  }
}