/* 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;
}

h1.gray.welcome-title {
  color: #333;
}

h2 {
  margin-bottom: 2.1875rem;
  color: #fc8a1a;
  text-align: left;
  letter-spacing: .0625rem;
  font-weight: 700;
  font-size: 1.0625rem;
  font-family: 'Roboto', sans-serif;
}

h2.p-heading {
  text-align: center;
  text-transform: uppercase;
}

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.gray.welcome-subtitle {
  color: #333;
}

p.paragraph {
  margin-bottom: .625rem;
  color: #808080;
  font-weight: 300;
  font-size: .8125rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5rem;
}

p.paragraph span.paragraph-text-1 {
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

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 */

.container.column-type {
  padding-right: .625rem;
  padding-left: .625rem;
}

.container.nav-row {
  max-width: none;
  width: 100%;
  background-color: #4c4c4c;
}

.container.nav-container {
  max-width: 75rem;
}

.container.welcome-row {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  max-width: none;
  width: 100%;
  background-color: #333;
}

.container.full-width-row {
  max-width: none;
}

.container.text-row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}

.container.row-type {
  margin-right: auto;
  margin-left: auto;
}

.container.footer-row {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  max-width: none;
  width: 100%;
  background-color: #333;
}

.container.light-gray.welcome-row {
  background-color: #e5e5e5;
}

.container.orange.welcome-row {
  background-color: #fc7d00;
}

.container.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;
}

div.responsive-picture.planet-image {
  max-width: none;
}

div.responsive-picture.gallery-image {
  margin-top: .4375rem;
  margin-bottom: 1.25rem;
  max-width: none;
}

div.responsive-picture.picture-1 {
  display: inline;
}

div.responsive-picture.picture-2 {
  display: inline;
}

@media screen and (min-width: 23.75rem) {
  /* Text Elements */

  h1.welcome-title {
    font-size: 3.125rem;
  }

  /* Layout Elements */

  .container.welcome-column {
    min-height: 11.25rem;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.p-heading {
    font-size: 1.25rem;
  }

  h2 {
    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 */

  .container.welcome-row {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .container.text-row {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .container.footer-row {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }

  .container.welcome-column {
    padding-right: .625rem;
    min-height: 13.75rem;
  }

  .container.light-gray.welcome-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.orange.welcome-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2 {
    font-size: 1.5rem;
  }

  h2.p-heading {
    font-size: 1.5rem;
  }

  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 */

  .container.welcome-row {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .container.text-row {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .container.row-type {
    margin-right: 0;
    margin-left: 0;
  }

  .container.orange.welcome-row {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .container.welcome-column {
    min-height: 15.625rem;
  }

  .container.column-type {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .container.nav-container {
    margin-right: auto;
    margin-left: auto;
  }

  .container.row-type.text-row {
    max-width: none;
  }
}