/* Text Elements */

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.125rem;
  font-family: 'Montserrat', sans-serif;
}

h1.welcome-title {
  font-size: 1.625rem;
}

h4 {
  margin-top: .4375rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
}

h4.footer-heading {
  color: #fc8a1a;
  text-align: left;
  font-weight: 700;
  font-size: 1.0625rem;
}

p.paragraph.intro-paragraph {
  margin-right: auto;
  margin-bottom: 1.25rem;
  margin-left: auto;
  max-width: 50rem;
  color: rgba(30, 30, 30, .5);
  text-align: center;
  font-weight: 300;
  font-size: 1.0625rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.3rem;
}

p.paragraph {
  margin-bottom: .625rem;
  color: #808080;
  font-weight: 300;
  font-size: .8125rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5rem;
}

a.link-text.nav-item {
  display: block;
  margin-top: .3125rem;
  margin-bottom: .4375rem;
  padding-bottom: .3125rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

a.link-text {
  font-family: 'Roboto', sans-serif;
}

a.link-text.current {
  color: #fc8a1a;
}

a.link-text.nav-item:hover {
  padding-bottom: .4375rem;
  border-bottom-width: .125rem;
  border-bottom-style: solid;
  color: #fff;
  text-decoration: none;
}

/* Layout Elements */

body > .row > [class*='small-'] {
  padding-right: .625rem;
  padding-left: .625rem;
}

body > .row.nav-row {
  max-width: none;
  width: 100%;
  background-color: #4c4c4c;
}

body > .row.welcome-row {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  max-width: none;
  width: 100%;
  background-color: #333;
}

body > .row.full-width-row {
  max-width: none;
}

body > .row > [class*='small-'].ignition {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

body > .row.footer-row {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  max-width: none;
  width: 100%;
  background-color: #333;
}

body > .row > [class*='small-'].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;
  min-height: 9.6875rem;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.subgrid > .row {
  margin-right: auto;
  margin-left: auto;
}

.subgrid.footer-subgrid {
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
}

.container.nav-container {
  max-width: 75rem;
}

@media screen and (min-width: 23.75rem) {
  /* Text Elements */

  h1.welcome-title {
    font-size: 3.125rem;
  }

  h1 span.heading-text-1 {
    font-size: 2.25rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].welcome-column {
    min-height: 11.25rem;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  p.paragraph.intro-paragraph {
    font-size: 1.25rem;
  }

  p.paragraph {
    font-size: .9375rem;
    line-height: 1.7;
  }

  a.link-text.nav-item {
    float: right;
    margin-top: .8125rem;
    margin-left: 2%;
    padding-bottom: .625rem;
    text-align: right;
  }

  /* Layout Elements */

  body > .row.welcome-row {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
  }

  body > .row.footer-row {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }

  body > .row > [class*='small-'].welcome-column {
    padding-right: .625rem;
    min-height: 13.75rem;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h4.footer-heading {
    font-size: 1.3125rem;
  }

  p.paragraph.intro-paragraph {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }

  p.paragraph {
    line-height: 2;
  }

  a.link-text.nav-item {
    margin-bottom: .4375rem;
  }

  a.link-text.nav-item:hover {
    border-bottom-width: .125rem;
    border-bottom-style: solid;
    text-decoration: none;
  }

  /* Layout Elements */

  body > .row.welcome-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body > .row > [class*='small-'].welcome-column {
    min-height: 15.625rem;
  }

  body > .row > [class*='small-'] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  body > .row > [class*='small-'].ignition {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .subgrid > .row {
    margin-right: 0;
    margin-left: 0;
    max-width: 75rem;
  }

  .container.nav-container {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 97.9375rem) {
  /* Text Elements */

  p.paragraph span.paragraph-text-1 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 700;
  }
}