/* Text Elements */

h1.heading-1 {
  color: #5a5a5a;
  text-align: center;
}

h3.quote-author {
  margin-bottom: 0;
  color: #fff;
}

p.paragraph.quote-text {
  max-width: 300px;
  color: #fff;
  text-align: center;
  font-style: italic;
}

/* Layout Elements */

body.body-1 {
  background-color: #000;
}

.container.quote-column {
  padding: 10px;
  background-color: #000;
  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.outline-container {
  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: 15px auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 425px;
  height: 20rem;
  border: .125rem solid #7c8cd0;
  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;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
}

span.glyph.quotes-icon {
  color: #7c8cd0;

  -webkit-text-stroke-color: #7c8cd0;
}

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

  .container.outline-container {
    border-color: #7c8cd0;
  }

  span.glyph.quotes-icon {
    color: #7c8cd0;
  }
}

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

  h1.heading-1 {
    color: #959595;
    text-align: center;
  }

  h1 span.heading-text-1 {
    font-style: italic;
    font-size: 2.4375rem;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #000;
  }

  .container.outline-container {
    padding-bottom: 0;
    max-width: 1000px;
  }
}