/* Text Elements */

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}

h1.heading-1 {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

p.paragraph {
  color: #808080;
  font-weight: 300;
  font-size: .81rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5rem;
}

p.paragraph.paragraph-2 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 5%;
  display: block;
  float: none;
  clear: none;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: transparent;
  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;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  letter-spacing: 0;

  background-blend-mode: normal;
}

/* Interaction Elements */

a.link-button strong.button-link-text-1 {
  font-size: 1.3125rem;
}

a.link-button.btn.ignition {
  display: block;
  float: none;
  clear: none;
  margin: .38rem auto;
  padding: 1.375rem 1.25rem 1.25rem;
  max-width: 50rem;
  width: 50%;
  background-color: #00affc;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
}

/* Layout Elements */

body {
  height: 100%;
}

.container-grid.column-type {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 50px;
}

.container-grid.wecome-row {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #333;
}

.container-grid.full-width-row {
  margin-top: 60px;
  max-width: none;
}

.container-grid.welcome-column {
  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;

  -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;
}

.container-grid.justify-content-center.row-type.wecome-row {
  background-color: #202e65;
  background-image: -webkit-linear-gradient(top, rgba(0, 175, 252, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(0, 175, 252, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(0, 175, 252, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(0, 175, 252, .5) 0%, rgba(29, 30, 33, .5) 100%);
  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-grid.full-width-row.justify-content-center.row-type {
  position: -webkit-sticky;
  position:         sticky;
  right: auto;
  overflow: visible;
  margin-top: 70px;
  vertical-align: middle;
}

.container-grid.ignition {
  margin-bottom: 80px;
  padding-top: 0;
  padding-right: .625rem;
  padding-left: .625rem;
}

.container-grid.column-type.ignition {
  padding-top: 5rem;
  padding-bottom: 10px;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 1.25rem;
    line-height: 1.53rem;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  p.paragraph {
    font-weight: 300;
    font-size: .93rem;
    line-height: 1.7rem;
  }

  .container-grid.wecome-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  p.paragraph {
    font-size: .93rem;
    line-height: 2rem;
  }

  p.paragraph.paragraph-2 {
    position: absolute;
    top: auto;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    max-width: none;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    opacity: .5;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }

  /* Interaction Elements */

  a.link-button.btn.ignition {
    width: 30%;
    background-color: #00affc;
    font-weight: 300;
  }

  .container-grid.wecome-row {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  a.responsive-picture.picture-link-1 {
    opacity: .98;
  }

  .container-grid.justify-content-center.row-type.wecome-row {
    min-height: auto;
  }
}

@media screen and (min-width: 75rem) {
  .container-grid.column-type {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}