/* Text Elements */

h1 {
  font-size: 2.4rem;
  font-family: 'Raleway', sans-serif;
  line-height: 3rem;
}

h1.about-heading {
  color: #000;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

h2 {
  font-family: 'Raleway', sans-serif;
}

h2.about-heading {
  margin-top: 1.25rem;
  padding-top: .937rem;
  padding-bottom: .937rem;
  color: #274d08;
  font-weight: 600;
  font-size: 1.25rem;
}

h6 {
  margin-top: .5rem;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-size: 1.25rem;
  font-family: 'Raleway', sans-serif;
  line-height: 1.4;
}

h6.heading-1 {
  background-color: transparent;
  color: #e6e6e6;
  text-align: center;
}

p.paragraph {
  padding-left: 0;
  max-width: 600px;
  color: #1c1c1c;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
}

p.paragraph.vibe-p {
  margin-top: .4rem;
  margin-bottom: 0;
  padding-bottom: .3rem;
  width: 95%;
  text-align: center;
}

p.paragraph.text-sm-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: .8rem;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
  font-style: italic;
}

a.link-text {
  margin-top: .437rem;
  margin-bottom: .437rem;
  padding-right: .6rem;
  padding-left: .6rem;
  font-size: .93rem;
  font-family: 'Raleway', sans-serif;
}

a.link-text.nav-link {
  display: block;
  margin-top: .237rem;
  margin-bottom: .237rem;
  padding-top: .112rem;
  padding-bottom: .112rem;
  width: 100%;
  color: #fff;
  text-align: center;
}

a.link-text.nav-link:hover {
  text-decoration: underline;
}

/* Interaction Elements */

a.link-button {
  max-width: 75rem;
  color: #fff;
  text-align: center;
  font-variant: small-caps;
  font-family: 'Raleway', sans-serif;
}

a.link-button.btn {
  background-color: #000;
  font-weight: 600;
}

/* Layout Elements */

body > .row.full-width {
  max-width: none;
  width: 100%;
  background-color: #000;
  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;
}

body > .row > [class*='col-xs-'].header-cover {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: rgba(0, 0, 0, .6);
}

body > .row.full-width-image {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  background-image: url('../images/DesktopKeyboard_Small.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='col-xs-'].column-cover {
  display: block;
  -ms-flex-pack: start;
  -ms-flex-align: end;
  padding-right: 0;
  padding-left: 0;
  min-height: 15.62rem;
  background-color: rgba(0, 0, 0, .2);

  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

body > .row.about-row {
  margin-top: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 56.25rem;
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
}

body > .row > [class*='col-xs-'].column-1 {
  min-height: 300px;
}

body > .row.row-1 {
  background-image: url('../images/Ridgelines_Small.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='col-xs-'].column-2 {
  background-color: #000;
}

body > .row.row-2 {
  background-color: transparent;
}

body > .row.row-3 {
  background-color: #000;
}

body > .row > [class*='col-xs-'].column-4 {
  text-align: center;
}

body > .row.row-4 {
  text-align: center;
}

body > .row.row-5 {
  text-align: center;
}

.subgrid.header-subgrid {
  min-height: 0;
}

span.glyph-for-button.menu-icon {
  display: inline-block;
  margin-right: 0;
  color: #fff;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 0;
}

span.link-button-text.menu-text {
  display: block;
  margin-top: .437rem;
  margin-bottom: .437rem;
  padding-right: .562rem;
  padding-left: .562rem;
  width: auto;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
}

a.link-button-glyph.menu-button {
  display: block;
  margin-top: .937rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: .5rem;
  padding-left: .5rem;
  min-width: 10px;
  max-width: 13.18rem;
}

a.link-button-glyph.btn.menu-button.navbar-toggler {
  margin-top: 0;
  padding-right: .25rem;
  padding-left: .25rem;
  border-width: .125rem;
  border-color: #919191;
}

.container-fluid.collapse.navbar-toggleable-sm {
  position: absolute;
  z-index: 100;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  background-color: #000;
}

.container-fluid.nav-container {
  position: absolute;
  z-index: 555;
  padding-right: 0;
  padding-left: 0;
  width: 90%;
  background-color: #000;
}

.row > [class*='col-xs-'] .html-element.html-element-1 {
  min-width: 0;
  min-height: 10px;
  width: 100%;
  background-color: #000;
}

.row > [class*='col-xs-'] .html-element.html-element-2 {
  padding-top: 5px;
  padding-bottom: 0;
}

.row > [class*='col-xs-'] .html-element.html-element-4 {
  margin-top: 5px;
}

.row > [class*='col-xs-'] .html-element.html-element-5 {
  margin-top: 5px;
}

.row > [class*='col-xs-'] .html-element.html-element-6 {
  margin-top: 5px;
}

@media screen and (min-width: 20rem) {
  /* Text Elements */

  h6.heading-1 {
    color: #e6e6e6;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 700;
    font-style: italic;
  }

  a.link-text.nav-link {
    font-size: 1rem;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].column-cover {
    min-height: 21.87rem;
  }

  body > .row.full-width {
    background-color: #000;
    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;
  }

  body > .row.full-width-image {
    margin-top: 0;
    margin-bottom: 0;
    background-image: url('../images/DesktopKeyboard_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row > [class*='col-xs-'].column-1 {
    min-height: 300px;
  }

  body > .row.row-1 {
    background-image: url('../images/Ridgelines_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row > [class*='col-xs-'].column-2 {
    background-color: transparent;
  }

  body > .row.row-2 {
    background-color: #000;
  }

  .subgrid.header-subgrid {
    min-height: 0;
  }

  a.link-button-glyph.btn.menu-button.navbar-toggler {
    padding: .75rem 0;
    max-width: 15.62rem;
  }

  span.link-button-text.menu-text {
    display: inline-block;
    padding-top: 2px;
    font-size: 1.12rem;
  }
}

@media screen and (min-width: 34rem) {
  /* Text Elements */

  h1 {
    font-size: 3.12rem;
    line-height: 3.4rem;
  }

  h1.about-heading {
    font-size: 1.3rem;
  }

  p.paragraph.text-sm-center {
    font-size: 1rem;
  }

  /* Layout Elements */

  body > .row.full-width-image {
    margin-top: 0;
    margin-bottom: 0;
    min-width: 0;
    background-image: url('../images/DesktopKeyboard_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row > [class*='col-xs-'].column-cover {
    display: block;
    min-height: 20rem;
  }

  body > .row.row-1 {
    background-image: url('../images/Ridgelines_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row > [class*='col-xs-'].column-1 {
    min-height: 300px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1 {
    font-size: 4.25rem;
    line-height: 3.75rem;
  }

  h5.heading-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  p.paragraph.vibe-p {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 85%;
    font-size: 1rem;
  }

  p.paragraph.text-sm-center {
    margin-bottom: 0;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 700;
    font-style: italic;
  }

  a.link-text.nav-link {
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 1.12rem;
  }

  /* Interaction Elements */

  a.link-button.btn {
    margin-top: 10px;
  }

  /* Layout Elements */

  body > .row.full-width {
    background-attachment: fixed;
    background-position: left top;
  }

  body > .row > [class*='col-xs-'].column-cover {
    min-height: 20rem;
  }

  body > .row.about-row {
    margin-top: 0;
    max-width: none;
  }

  body > .row.full-width-image {
    margin-top: 0;
    margin-bottom: 0;
    background-image: url('../images/DesktopKeyboard_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.row-1 {
    background-image: url('../images/Ridgelines_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row > [class*='col-xs-'].column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-right: 0;
    padding-left: 0;
    min-height: 300px;
  }

  body > .row.row-5 {
    text-align: center;
  }

  body > .row > [class*='col-xs-'].column-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  body > .row > [class*='col-xs-'].column-5 {
    margin-top: 0;
    padding-top: 10px;
  }

  body > .row > [class*='col-xs-'].column-7 {
    padding-top: 10px;
  }

  body > .row > [class*='col-xs-'].column-8 {
    padding-top: 10px;
  }

  body > .row > [class*='col-xs-'].column-9 {
    padding-top: 10px;
  }

  .subgrid {
    margin-right: auto;
    margin-left: auto;
  }

  span.glyph-for-button.menu-icon {
    display: none;
  }

  span.link-button-text.menu-text {
    font-size: 1.56rem;
    font-family: 'Raleway', sans-serif;
  }

  .container-fluid.collapse.navbar-toggleable-sm {
    position: static;
    display: block;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    margin-top: .5rem;
    max-width: none;
    width: 100%;
    background-color: transparent;
    text-align: center;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container-fluid.nav-container {
    position: static;
    width: 100%;
  }

  a.link-button-glyph.btn.hidden-sm-down.menu-button.navbar-toggler {
    max-width: 18rem;
  }

  .row > [class*='col-xs-'] .html-element.html-element-1 {
    min-height: 10px;
    background-color: transparent;
  }

  .row > [class*='col-xs-'] .html-element.html-element-6 {
    margin-top: 0;
  }

  .row > [class*='col-xs-'] .html-element.html-element-2 {
    padding-top: 0;
  }

  .row > [class*='col-xs-'] .html-element.html-element-4 {
    margin-top: 0;
  }

  .row > [class*='col-xs-'] .html-element.html-element-5 {
    margin-top: 0;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h1 {
    font-size: 4.37rem;
    line-height: 4.25rem;
  }

  p.paragraph.vibe-p {
    margin-bottom: .5rem;
    width: 65%;
  }

  a.link-text.nav-link {
    font-size: 1.12rem;
  }

  /* Layout Elements */

  body > .row.full-width-image {
    margin-top: 0;
    margin-bottom: 0;
    background-attachment: fixed;
  }

  body > .row > [class*='col-xs-'].column-cover {
    min-height: 20rem;
  }

  body > .row.row-1 {
    display: block;
    min-width: 100px;
    min-height: 30px;
    background-image: url('../images/Ridgelines_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
  }

  body > .row.about-row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  body > .row > [class*='col-xs-'].column-3 {
    text-align: center;
  }

  .row > [class*='col-xs-'] .html-element.html-element-1 {
    width: 100%;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h1.about-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  a.link-text.nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.4rem;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].column-cover {
    min-height: 20rem;
  }

  body > .row.about-row {
    margin-top: 0;
  }

  body > .row.full-width {
    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;
  }

  body > .row.full-width-image {
    background-image: url('../images/DesktopKeyboard_Small.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .subgrid.header-subgrid {
    min-height: 0;
  }

  .row > [class*='col-xs-'] .html-element.html-element-1 {
    text-align: center;
  }
}