/* Text Elements */

h1.hero-header {
  color: #feffe0;
  text-align: center;
  word-spacing: -10px;
  letter-spacing: -6px;
  font-weight: 900;
  font-size: 21.186441vw;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;

  justify-self: center;
}

h1.heading-1 {
  margin-bottom: 0;
  color: #feffe0;
  font-weight: 700;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

h1.hero-header:hover {
  -webkit-filter: brightness(.85) invert(1);
          filter: brightness(.85) invert(1);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  mix-blend-mode: soft-light;
}

h2.section-heading {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  color: #feffe0;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h6.grey-subtitle {
  margin-top: 2rem;
  color: #8d8d8d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

p.paragraph.body-text {
  margin-bottom: 0;
  max-width: none;
  color: #787878;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph.hero-paragraph {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 660px;
  color: #feffe0;
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  font-family: 'Archivo', sans-serif;

  justify-self: center;
}

a.link-text.text-link-1 {
  display: block;
  text-align: center;
  font-size: 24px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  grid-area: auto/ auto / auto / auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

/* Layout Elements */

body.body-1 {
  background-color: #141414;
  background-image: -webkit-linear-gradient(top, rgba(54, 59, 92, 1) 0%, rgba(20, 20, 20, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(54, 59, 92, 1) 0%, rgba(20, 20, 20, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(54, 59, 92, 1) 0%, rgba(20, 20, 20, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(54, 59, 92, 1) 0%, rgba(20, 20, 20, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

body.body-2 {
  background-color: #141414;
}

.link-container {
  position: relative;
}

.link-container.link-container-1 {
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.hero-section-impact {
  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;
  height: 80vh;
  background-image: url('../images/IMG_4848.jpeg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: 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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container-grid.footer {
  display: grid;
  margin-top: 0;
  min-height: auto;
  height: auto;
  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;
  justify-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  align-self: auto;
  grid-area: elementArea;
}

a.social-image.social-icon-footer {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  min-width: 20px;
  min-height: 20px;
  max-width: 100px;
  max-height: 100px;
  border: 0 solid #141414;
  border-radius: 100px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 1px;
          flex: 1 1 1px;
}

.container-grid.information-section {
  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-align: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
  min-height: 30vh;
  background-color: #141414;

  -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.social-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.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;
  max-height: none;
  height: auto;
  background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/daniel-leone-v7daTKlZzaw-unsplash.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/daniel-leone-v7daTKlZzaw-unsplash.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/daniel-leone-v7daTKlZzaw-unsplash.jpg');
  background-image:         linear-gradient(0deg, rgba(20, 20, 20, .82) 20%, rgba(29, 30, 33, 0) 50%), url('../images/daniel-leone-v7daTKlZzaw-unsplash.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-self: center;
}

.container-grid.information-content {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}

.container-grid.hero-content-introduction {
  display: grid;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 0;
  max-width: 80%;
  max-height: 200vmax;
  height: 100vmax;

  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  justify-self: auto;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-grid.footer-title {
  position: static;
  display: grid;
  margin-top: 0;
  padding-top: 5rem;
  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;
  align-self: center;
  justify-self: center;
  grid-area: auto /auto/ auto / auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-grid.container-1 {
  min-width: 0;
  min-height: 20px;
}

a.responsive-picture.picture-link-1 {
  display: inline;
  max-width: 400px;
  height: auto;
  background-image: url('../images/Store.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

a.responsive-picture.picture-link-1 > picture {
  height: auto;
}

a.responsive-picture.picture-link-2 {
  max-width: 400px;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  justify-self: center;
}

.container-grid.container-2 {
  max-height: 400px;
}

.container-grid.container-3 {
  justify-self: center;
}

a.social-image.social-icon-footer:hover {
  border-width: .0625rem;
  border-color: rgba(255, 255, 255, .42);
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease, ease-out;
     -moz-transition-timing-function: ease, ease-out;
       -o-transition-timing-function: ease, ease-out;
          transition-timing-function: ease, ease-out;
  -webkit-transition-duration: 0s, .25s;
     -moz-transition-duration: 0s, .25s;
       -o-transition-duration: 0s, .25s;
          transition-duration: 0s, .25s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.hero-header {
    font-size: 100px;
  }

  p.paragraph.body-text {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1 {
    font-size: 52px;
  }

  h1.hero-header {
    font-size: 120px;
  }

  p.paragraph.body-text {
    margin-bottom: 0;
  }

  .container-grid.hero-section-impact {
    height: 80vh;
  }

  .container-grid.information-content {
    max-width: 70%;
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 70px;
  }

  h1.hero-header {
    font-size: 130px;
  }

  .container-grid.information-content {
    max-width: 60%;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 56px;
  }

  h1.hero-header {
    font-size: 120px;
  }
}

@media screen and (min-width: 87.5rem) {
  /* Text Elements */

  h1.hero-header {
    letter-spacing: -6px;
    font-size: 130px;
  }

  .container-grid.hero-section-impact {
    height: 80vh;
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.information-content {
    max-width: 55%;
  }
}

@media screen and (min-width: 108.125rem) {
  .container-grid.hero-section-impact {
    height: 80vh;
    background-position: center center;
  }
}