/* Text Elements */

h1.top-headline {
  color: #fff;
  text-align: left;
  font-size: 26px;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3.content-headline {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3.blk {
  color: #000;
}

h5.sub-heading {
  color: #fff;
  font-size: 19px;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h5.content-sub-heading {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-1 {
  margin-bottom: 15px;
  line-height: 20px;
}

span.text-element.text-1 {
  padding-top: 8px;
  font-size: 16px;
}

span.text-element a.text-text-1 {
  color: #fff;
  text-decoration: underline;
}

span.text-element.footer-txt {
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Oswald', cursive;
}

span.text-element.footer-txt-sm {
  color: #fff;
  text-align: center;
}

span.text-element a.text-text-1:hover {
  color: #8332ca;
}

a.link-text.nav-links {
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

a.link-text.nav-links:hover {
  color: #06981c;
  text-decoration: underline;
}

/* Layout Elements */

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

  background-blend-mode: normal;
}

.link-container.social-link {
  margin-right: 6px;
  margin-left: 6px;
}

.link-container.link-box-white {
  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;
  margin: 20px 10px 10px;
  padding: 20px 20px 10px;
  background-color: rgba(255, 255, 255, .7);
  color: #000;
  text-decoration: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.link-container.link-box-blk {
  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;
  margin: 20px 10px 10px;
  padding: 20px 20px 10px;
  background-color: rgba(0, 0, 0, .7);
  color: #000;
  text-decoration: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.header-inner {
  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;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.header-outer {
  background-color: rgba(0, 0, 0, .55);
}

.container-grid.right-top-con {
  padding-top: 10px;
  width: 100%;
}

span.glyph.social-icon {
  color: #fff;
  font-size: 24px;
}

.container-grid.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 10px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.main {
  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;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 0;
  max-width: 1200px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.content-box-2 {
  margin: 10px;
  padding: 10px;
  min-height: 240px;
  background-image: url('../images/chainsaw.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container-grid.content-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 10px;
  padding: 10px;
  min-height: 200px;
  background-color: #314946;
  background-image: url('../images/hm1-500x333.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: soft-light;
  -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;
}

.container-grid.main-2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  max-width: 1200px;
  width: 100%;
}

.container-grid.content-box-3 {
  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;
  margin: 10px;
  padding: 20px;
  background-color: rgba(0, 0, 0, .7);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.picture-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 400px;
}

.container-grid.footer-outer {
  background-color: rgba(0, 0, 0, .55);
}

.container-grid.footer-inner {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
}

a.responsive-picture.picture-link-1 {
  padding-top: 10px;
}

span.glyph.social-icon:hover {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}

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

  h1.top-headline {
    text-align: left;
  }

  h5.sub-heading {
    text-align: left;
  }

  span.text-element.footer-txt {
    font-size: 18px;
  }

  /* Layout Elements */

  .link-container.link-box-white {
    -ms-flex-pack: start;
    margin-top: 10px;
    width: 46.3%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .link-container.link-box-blk {
    -ms-flex-pack: start;
    margin-top: 10px;
    width: 46.3%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.main {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.content-box-2 {
    width: 100%;
  }

  .container-grid.content-box-1 {
    width: 100%;
  }

  .container-grid.main-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-grid.content-box-3 {
    -ms-flex-pack: start;
    width: 46.3%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.header-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.social-box {
    -ms-flex-pack: end;
    -ms-flex-align: start;
    width: 30%;

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

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

  h1.top-headline {
    text-align: left;
  }

  h5.sub-heading {
    text-align: left;
  }

  .container-grid.content-box-2 {
    min-height: 300px;
  }

  .container-grid.main-2 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.header-inner {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}