/* Text Elements */

h2.section-heading {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2.footer.section-heading {
  margin-top: 0;
  margin-bottom: 2.5rem;
  color: #feffe0;
  text-align: center;
  letter-spacing: 0;
  font-weight: 100;
  font-style: italic;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 20px;
}

h4.heading-1 {
  margin: 4px 2px;
  padding: 10px;
  max-width: 400px;
  border-width: .125rem;
  border-style: solid;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  text-align: center;
  text-indent: 0;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  opacity: .51;
}

h6.heading-2 {
  margin-top: 6px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  color: #feffe0;
  text-align: center;
  text-indent: 0;
  word-spacing: 0;
  letter-spacing: 1px;
  line-height: 24px;
}

p.paragraph.paragraph-1 {
  color: #feffe0;
  text-align: center;
}

.container-grid.footer {
  margin-top: 0;
  height: 250px;
  background-color: #141414;
  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-grid.footer-title {
  margin-top: 0;
  padding-top: 1rem;
  min-width: 10px;
  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-grid.hero-section-introduction {
  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-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  height: 100vh;
  background-color: #3b7ccd;
  background-image: url('../images/PlummerID_small.jpg'), -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%);
  background-image: url('../images/PlummerID_small.jpg'), -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%);
  background-image: url('../images/PlummerID_small.jpg'), -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%);
  background-image: url('../images/PlummerID_small.jpg'), linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%);
  background-attachment: fixed, scroll;
  background-position: center top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto 20%, auto auto;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-content-introduction {
  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;
  max-width: 70%;

  -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;
}