/* Text Elements */

h4 {
  margin-top: .437rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.4;
}

h4.welcome-subtitle {
  color: #fff;
}

h4.form-heading {
  color: #fe4e00;
  font-weight: 300;
  font-size: 1.5rem;
  font-family: 'Anton', sans-serif;
  line-height: 1.8rem;
}

h4 span.heading-text-3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}

h4.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-transform: lowercase;
}

h4 span.heading-text-6 {
  color: #fff;
}

p.paragraph {
  color: #808080;
  font-weight: 300;
  font-size: .81rem;
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;
}

p.paragraph.intro-paragraph {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 90rem;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;

  justify-self: left;
}

p.paragraph span.paragraph-text-5 {
  color: #fff;
}

p.paragraph span.paragraph-text-7 {
  color: #fff;
  font-weight: 600;
  font-size: 1.4375rem;
}

p.paragraph.gallery-p {
  display: block;
  float: none;
  margin-right: 33px;
  margin-bottom: 0;
  margin-left: 33px;
  padding-right: 0;
  width: auto;
      -ms-writing-mode: lr-tb;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 16px;
  line-height: 28px;
  direction: ltr;

  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  grid-area: auto / auto / auto / auto;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 400;
  font-size: 1.25rem;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
  font-size: 1.25rem;
}

p.paragraph span.paragraph-text-2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.3125rem;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

p.paragraph.hdr-gallery {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #576979;
  text-align: center;
}

a.link-text.nav-link-1 {
  display: block;
  padding: 10px 20px 10px 21px;
  width: auto;
  color: rgba(255, 255, 255, .5);
  font-weight: 500;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  line-height: 32px;
}

a.link-text.nav-link-1.nav-link-2 {
  visibility: hidden;
}

a.link-text.nav-link-1:active {
  color: #fe4e00;
}

/* Interaction Elements */

a.link-button.btn {
  padding: 12px 36px;
  border-radius: 0;
  background-color: #fe4e00;
  color: #fff;
}

a.link-button.btn.homebtns {
  position: static;
  display: block;
  margin-top: 13px;
  padding: 5px;
  max-width: 400px;
  width: 250%;
  background-color: #576979;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button span.button-link-text-14 {
  font-size: .9375rem;
}

a.link-button span.button-link-text-1 {
  font-weight: 400;
  font-size: .8125rem;
}

/* Layout Elements */

body {
  height: 100%;
}

body.body-1 {
  min-height: auto;
  height: auto;
  background-color: #01060d;
  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;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  background-blend-mode: normal;
}

body.body-2 {
  display: block;
  background-color: #141414;
}

body.body-3 {
  background-color: #141414;
}

.container-grid.hero-container-home {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  min-width: 28.72vh;
  min-height: 62.94vh;
  max-width: none;
  width: auto;
  height: auto;
  background-color: #01060d;
  background-image: -webkit-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
  background-image:    -moz-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
  background-image:      -o-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
  background-image:         linear-gradient(180deg, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
     -moz-transform: scaleX(1) scaleY(1) scaleZ(1);
          transform: scaleX(1) scaleY(1) scaleZ(1);

  background-blend-mode: normal, 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;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  grid-area: auto / auto / auto / auto;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container-grid.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  width: 100%;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: auto;
}

.container-grid.navbar.navbar-dark.navbar-expand-md {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-right: 16px;
  background-color: #141414;
}

ul.list-container.navbar-nav {
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.picture-1 {
  display: block;
  visibility: visible;
  float: none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px;
  max-width: none;
  width: 50%;
  background-color: #fff;

  justify-self: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

.container-grid.welcome-column {
  padding-right: 0;
  padding-left: 0;
  max-width: none;
  width: 100%;
}

div.responsive-picture.gallery-image {
  margin-top: .437rem;
  margin-right: 0;
  margin-bottom: 1.25rem;
  padding: 4px;
  max-width: 1200px;
  width: 300px;
  height: 225px;
  background-color: #fff;
  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;

  background-blend-mode: normal;
}

.container-grid.container-5 {
  display: grid;
  -ms-flex-pack: center;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-6 {
  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: start;
  -ms-flex-align: center;
  padding-right: 0;
  padding-left: 0;
  max-width: none;
  width: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  justify-self: center;
}

.container-grid.container-1 {
  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;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  -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;
}

div.responsive-picture.picture-home-page {
  visibility: visible;
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px;
  max-width: none;
  width: 50%;
  background-color: #fff;
}

.container-grid.container-home-buttons {
  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: justify;
  -ms-flex-align: end;
  width: 30%;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container-grid.logo-cntr-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.gallery-image > picture {
  height: 225px;
}

.container-grid.container-2 {
  margin-top: 10px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-right: 15px;
  background-color: #576979;
}

a.glyph.navbar-toggler {
  float: none;
  border-width: 0;
  border-color: rgba(254, 78, 0, .5);
  color: #fe4e00;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h4 span.heading-text-3 {
    color: #fff;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 1.5625rem;
  }

  p.paragraph {
    font-size: 1.25rem;
    line-height: 1.53rem;
  }

  p.paragraph.gallery-p {
    margin-top: -10px;
    margin-bottom: 1rem;
    padding-top: 0;
    width: auto;
    font-size: 16px;
    line-height: 28px;
  }

  p.paragraph.hdr-gallery {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  a.link-text.nav-link-1 {
    display: inline;
  }

  /* Interaction Elements */

  a.link-button.btn.homebtns {
    margin-right: 5%;
  }

  .container-grid.hero-container-home {
    min-height: 72vh;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:    -moz-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:      -o-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:         linear-gradient(180deg, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  div.responsive-picture.picture-1 {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 2px;
    max-width: none;
    width: 40%;
  }

  div.responsive-picture.gallery-image {
    padding: 4px;
    width: 400px;
    height: 300px;
  }

  .container-grid.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    width: 100%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.container-6 {
    position: relative;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-order: 0;
    -ms-flex-pack: justify;
    max-width: none;
    width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  div.responsive-picture.picture-home-page {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 2px;
    max-width: none;
    width: 40%;
  }

  .container-grid.logo-cntr-home-page {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.gallery-image > picture {
    height: 300px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h4.form-heading {
    font-size: 1.75rem;
  }

  p.paragraph {
    font-weight: 300;
    font-size: .93rem;
    line-height: 1.7rem;
  }

  p.paragraph.gallery-p {
    display: inline-block;
    margin: 3px 10px 1rem;
    padding-top: 0;
    width: auto;
    text-indent: 0;
    font-size: 26px;
    line-height: 15px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 400;
    font-size: 1.0625rem;
  }

  a.link-text.nav-link-1 {
    padding-right: 0;
    padding-left: 20px;
  }

  /* Interaction Elements */

  a.link-button.btn.homebtns {
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 18px;
    width: 372px;
  }

  .container-grid.justify-content-center {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container-grid.hero-container-home {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-width: 28vh;
    min-height: 82vh;
    max-width: none;
    background-image: -webkit-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:    -moz-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:      -o-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:         linear-gradient(180deg, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    -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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    background-blend-mode: normal, normal;
  }

  .container-grid.welcome-column {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
    padding-left: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    grid-area: auto / auto / auto / auto;
    justify-self: auto;
  }

  .container-grid.navbar.navbar-dark.navbar-expand-md {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-grid.collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    background-color: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-grid.collapse.navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    max-width: none;

    justify-self: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }

  div.responsive-picture.picture-1 {
    margin-right: 0;
    margin-left: 0;
    padding: 4px 4px 2px;
    max-width: none;
    width: 40%;
  }

  div.responsive-picture.gallery-image {
    margin: 0 8px;
    padding: 0;
    max-width: none;
    width: 240px;
    height: 180px;
  }

  .container-grid.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    margin-bottom: 7px;
    margin-left: 2px;
    width: 100%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.container-6 {
    position: relative;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    padding-right: 0;
    padding-left: 0;
    min-width: 0;
    max-width: none;
    width: 33%;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    justify-self: flex-start;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    width: 100%;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.picture-home-page {
    margin-right: 0;
    margin-left: 0;
    padding: 4px 4px 2px;
    max-width: none;
    width: 30%;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  .container-grid.logo-cntr-home-page {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-bottom: 7px;
    margin-left: 2px;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.gallery-image > picture {
    height: 180px;
  }

  a.glyph.navbar-toggler {
    display: none;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h4.form-heading {
    font-size: 2.12rem;
  }

  p.paragraph {
    font-size: .93rem;
    line-height: 2rem;
  }

  p.paragraph span.paragraph-text-5 {
    color: #fff;
  }

  p.paragraph.intro-paragraph {
    max-width: 100rem;
  }

  p.paragraph.gallery-p {
    display: inline-block;
    margin: 10px 10px 1rem 7px;
    padding-top: 0;
    width: auto;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 400;
    font-size: 1rem;
  }

  p.paragraph.hdr-gallery {
    margin-top: 1px;
    margin-bottom: 10px;

    -webkit-box-flex: 33%;
    -webkit-flex: 33%;
       -moz-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
  }

  a.link-text.nav-link-1 {
    display: inline;
    padding-left: 20px;
    font-weight: 600;
    font-size: 27px;

    justify-self: auto;
  }

  /* Interaction Elements */

  a.link-button.btn.homebtns {
    position: static;
    margin-right: 5%;
    padding: 6px 12px;
    max-width: none;
    width: auto;
  }

  a.link-button span.button-link-text-15 {
    line-height: 1;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #141414;
  }

  body.body-2 {
    display: grid;

    grid-template-columns: auto;
    grid-template-rows: repeat(3 , auto);
  }

  .container-grid.hero-container-home {
    -ms-flex-align: center;
    min-width: 28vh;
    min-height: 82vh;
    background-image: -webkit-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:    -moz-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:      -o-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:         linear-gradient(180deg, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-blend-mode: normal, normal;
  }

  .container-grid.collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container-grid.collapse.navbar-collapse {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    justify-self: auto;
  }

  .container-grid.welcome-column {
    padding-right: 0;
    padding-left: 0;
  }

  div.responsive-picture.picture-1 {
    margin-right: 0;
    margin-left: 0;
    padding: 4px 4px 2px;
    width: 40%;
  }

  div.responsive-picture.gallery-image {
    margin: 0 8px;
    padding: 0;
    max-width: none;
    max-height: none;
    width: 300px;
    height: 225px;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    background-blend-mode: normal;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .container-grid.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    margin-bottom: 7px;
    margin-left: 2px;
    width: 100%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    justify-self: flex-start;
  }

  .container-grid.container-6 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    max-width: none;
    width: 33%;
    height: auto;

    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
       -moz-box-flex: 0;
        -ms-flex: 0 33%;
            flex: 0 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    justify-self: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.picture-home-page {
    margin-right: 0;
    margin-left: 0;
    padding: 4px 4px 2px;
    width: 30%;

    justify-self: center;
  }

  .container-grid.container-home-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 30%;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.logo-cntr-home-page {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-bottom: 7px;
    margin-left: 2px;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-self: center;
  }

  div.responsive-picture.gallery-image > picture {
    height: 225px;
  }

  a.glyph.navbar-toggler {
    display: none;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h4.welcome-subtitle {
    opacity: 1;
  }

  h4 span.heading-text-6 {
    color: #fff;
  }

  h4 span.heading-text-3 {
    color: #fff;
  }

  h4.heading-4 {
    color: #fff;
  }

  h4.form-heading {
    color: #fff;
  }

  p.paragraph.intro-paragraph {
    line-height: 28px;
  }

  p.paragraph span.paragraph-text-7 {
    font-size: 1.875rem;
  }

  p.paragraph.gallery-p {
    display: inline-block;
    float: none;
    margin: 10px 10px 1rem;
    padding-top: 0;
    width: 100%;

    grid-area: auto / auto / auto / auto;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 600;
    font-size: 1.125rem;
  }

  p.paragraph.hdr-gallery {
    position: static;
    float: none;
    margin-top: 5px;
    margin-bottom: 9px;
    margin-left: 0;
  }

  p.paragraph span.paragraph-text-1 {
    color: #f3f5f7;
  }

  p.paragraph span.paragraph-text-2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.375rem;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
  }

  a.link-text.nav-link-1 {
    float: none;
    padding-right: 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 28px;

    justify-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }

  a.link-text.nav-link-2 {
    visibility: hidden;
  }

  /* Interaction Elements */

  a.link-button.btn {
    margin-right: 0;
    width: auto;
  }

  a.link-button.btn.homebtns {
    display: inline-block;
    margin-top: 0;
    margin-right: 5%;
    padding: 6px 0;
    min-width: 0;
    max-width: none;
    width: auto;
  }

  a.link-button span.button-link-text-1 {
    font-size: .8125rem;
  }

  a.link-button span.button-link-text-2 {
    font-weight: 400;
    font-size: 1rem;
  }

  a.link-button span.button-link-text-7 {
    font-size: .75rem;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
    max-height: 62vh;

    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }

  body.body-2 {
    display: grid;
  }

  .container-grid.justify-content-center {
    -ms-flex-align: start;
    background-color: #576979;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container-grid.hero-container-home {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    min-width: 28vh;
    min-height: 78vh;
    max-height: none;
    height: auto;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:    -moz-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:      -o-linear-gradient(top, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-image:         linear-gradient(180deg, rgba(138, 169, 192, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Welderport.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, padding-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.welcome-column {
    position: relative;
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding-right: 0;
    padding-left: 0;
    min-height: 0;
    max-width: none;
    height: auto;
    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;

    background-blend-mode: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    justify-self: auto;
  }

  .container-grid.collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.navbar.navbar-dark.navbar-expand-md {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    background-color: #141414;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  ul.list-container.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    float: none;
    -ms-flex-align: center;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-grid.collapse.navbar-collapse {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
    justify-self: auto;
  }

  div.responsive-picture.picture-1 {
    margin: 0;
    padding: 4px 4px 2px;
    width: 40%;
    height: auto;
  }

  div.responsive-picture.picture-1 > picture {
    height: auto;
  }

  div.responsive-picture.gallery-image {
    display: block;
    float: none;
    margin: 0 8px;
    padding: 0;
    max-width: none;
    max-height: none;
    width: 400px;
    height: 300px;
    background-color: #fff;
  }

  div.responsive-picture.gallery-image > picture > img {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .container-grid.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    margin-bottom: 7px;
    margin-left: 2px;
    min-width: 0;
    width: 100%;

    justify-self: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.container-6 {
    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-order: 0;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    margin-right: 0;
    width: 33%;

    justify-self: flex-start;
    grid-area: auto/ auto / auto / auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
       -moz-box-flex: 0;
        -ms-flex: 0 33%;
            flex: 0 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.picture-home-page {
    position: static;
    display: block;
    float: none;
    margin: 0;
    padding: 4px 4px 2px;
    width: 30%;
    height: auto;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    grid-area: auto /auto/ auto / auto;
  }

  div.responsive-picture.picture-home-page > picture {
    height: auto;
  }

  .container-grid.container-home-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    -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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -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;
    grid-area: auto / auto / auto / auto;
    justify-self: auto;
  }

  .container-grid.logo-cntr-home-page {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-bottom: 7px;
    margin-left: 2px;
    min-width: 0;
    width: 100%;

    justify-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.gallery-image > picture {
    height: 300px;
  }

  .container-grid.container-2 {
    background-color: #576979;
  }

  a.glyph.navbar-toggler {
    display: none;
    float: none;
  }
}