/* Text Elements */

h1 span.heading-text-1 {
  color: #2e00ff;
}

h1 span.heading-text-2 {
  color: #ae00ff;
}

h1.heading-1 {
  margin-left: 4px;
  padding-left: 8px;
  background-color: #fffd00;
  text-align: center;
}

h1 a.heading-text-4 {
  background-color: #fffd00;
}

h1.heading-2 {
  min-height: 20px;
  max-width: 500px;
  border: .25rem solid #2f00ff;
  color: #2f00ff;
  text-align: center;
  font-size: 30px;
  line-height: 44px;

  justify-self: center;
}

blockquote span.blockquote-text-1 {
  background-color: #fffd00;
  color: #2f00ff;
  font-weight: 800;
  font-size: 2rem;
}

blockquote a.blockquote-text-2 {
  background-color: #fffd00;
  color: #2f00ff;
}

blockquote.blockquote-1 {
  padding-right: 6px;
  padding-left: 6px;
  border-width: .5rem;
  border-style: double;
  color: #2f00ff;
  text-align: center;
  font-size: 32px;
  line-height: 44px;
}

a.link-text span.text-link-text-3 {
  color: #2f00ff;
  font-weight: 800;
  font-size: 1.375rem;
}

a.link-text.text-link-1 {
  color: #2f00ff;
  font-size: 22px;
}

a.link-text span.text-link-text-4 {
  color: #2f00ff;
  font-weight: 800;
  font-size: 1.375rem;
}

a.link-text.text-link-2 {
  color: #2f00ff;
  font-size: 22px;
}

a.link-text.text-link-3 {
  font-weight: 800;
  font-size: 22px;
}

a.link-text span.text-link-text-5 {
  color: #2f00ff;
}

/* Layout Elements */

body.body-1 {
  position: static;
  margin: 3px 6px 3px 4px;
  padding: 4px 8px;
  max-width: 800px;
}

.container.container-1 {
  min-height: 20px;
  background-image: url('../../img/view-frontdoor-to-drumdeck-844.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-2 {
  display: grid;
  padding-left: 40px;
  max-width: 600px;
}

.container.container-3 {
  margin-left: 130px;
  min-height: 22px;
  max-height: 22px;
  width: 600px;
}

.container.sd-four-cols {
  position: relative;
  clear: both;
  padding: 10px 1rem;
}

.container.container-4 {
  padding: 10px;
}

.container.container-5 {
  margin-top: 5px;
  padding-top: 10px;
  border-width: 0;
  border-style: solid;
}

.container#container-1 {
  display: grid;
  -ms-flex-pack: distribute;
  float: left;
  clear: left;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
  grid-row-gap: 4px;
  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
}

div.responsive-picture.picture-1 {
  min-height: 0;
}

div.responsive-picture.picture-2 {
  max-height: 178px;
}

div.responsive-picture.picture-3 {
  background-image: url('../../img/bring-yer-own-chair.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.rule.rule-1 hr {
  border-top-width: 14px;
  border-top-color: #fffd00;
}

.rule.rule-1 {
  border: .1875rem solid #2f00ff;
}

.rule.rule-2 hr {
  border-top-width: 12px;
  border-top-color: #2f00ff;
}

div.responsive-picture.picture-4 {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-left: 10px;
  max-width: 280px;
  max-height: 600px;
}

div.responsive-picture.picture-4 > picture > img {
  -o-object-position: 80% center;
     object-position: 80% center;
}