:root {
  --orange-red: #d80000;
  --black: #00020c;
  --black-2: #070707;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--orange-red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--orange-red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--orange-red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--orange-red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--orange-red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

a {
  color: var(--orange-red);
  font-weight: 700;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/seamless-bg-b.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.body.custom-body {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/seamless-bg-b.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.sticky-nav {
  z-index: 1;
  background-color: var(--black);
  padding: 5px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.list-item {
  color: #fff;
}

.button {
  background-color: var(--orange-red);
}

.hero-overlay {
  height: 60vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69));
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay.home {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/home.jpg');
}

.hero-overlay.about {
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/about.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-overlay.welding {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/welding.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-overlay.our-work {
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url("https://assets-global.website-files.com/5f3898f6fb347c517c2c3211/5f389fb8e5ef2baa650316f0_24'%20Aluminum%20Boat%20(4).jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-overlay.careers {
  height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/welding.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.centered-container {
  text-align: center;
  flex: 1;
  font-size: 16px;
  line-height: 25px;
}

.navbar {
  width: 100%;
  background-color: var(--black-2);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  color: #fff;
  order: 1;
  align-self: center;
}

.navbar_link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.navbar_link.w--current {
  color: var(--orange-red);
}

.navbar_link.navbar_btn {
  background-color: var(--orange-red);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 700;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  order: -1;
}

.custom-btn {
  background-color: var(--orange-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
}

.paragraph {
  font-size: 16px;
  line-height: 25px;
}

.heading {
  color: var(--orange-red);
  margin-bottom: 20px;
}

.hero {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 150%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  box-shadow: 8px 8px 0 0 var(--black);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  flex: 0 .5 auto;
}

.custom-btn-inline {
  background-color: var(--orange-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
}

.cards-section {
  background-color: rgba(7, 7, 7, .71);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px #000;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: var(--orange-red);
  margin-bottom: 20px;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 25px;
}

.heading-3 {
  color: var(--orange-red);
}

.footer {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 150px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.main-content {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/seamless-bg-b.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-template-areas: "Contact-Info Contact-Desc"
                       "Form Form";
}

.submit-button {
  background-color: var(--orange-red);
}

.container-2, .container-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.button-2 {
  background-color: var(--orange-red);
}

.div-block {
  width: 150%;
}

.section {
  background-color: rgba(0, 0, 0, .8);
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image {
  width: 100%;
}

.lightbox-link {
  background-color: #ebebeb;
  padding: 10px;
  text-decoration: none;
}

.heading-4 {
  color: var(--black-2);
  text-align: center;
  text-decoration: none;
}

.paragraph-3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-6 {
  margin-bottom: 40px;
}

.lightbox-link-2 {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.text-block {
  background-color: var(--orange-red);
  padding: 9px 15px;
  display: inline-block;
}

.paragraph-4 {
  color: #fff;
}

.heading-7 {
  color: var(--orange-red);
}

.call-to-action {
  background-color: rgba(7, 7, 7, .73);
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.button-3, .success-message, .error-message {
  background-color: var(--orange-red);
}

.html-embed {
  margin-top: 85px;
}

.div-block-2 {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to right, rgba(143, 0, 0, .64), rgba(53, 0, 0, .63));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-2.covid-popup {
  display: none;
  position: fixed;
}

.div-block-3 {
  max-height: 90vh;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 0;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-8.popup-header {
  color: #fff;
}

.section-2 {
  background-color: var(--orange-red);
  color: #fff;
  padding: 15px;
}

.section-3 {
  padding: 15px;
}

.popup-p {
  color: #000;
  font-family: Bitter, serif;
  font-size: 16px;
}

.button-4 {
  background-color: var(--orange-red);
  margin-top: 22px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10 {
  color: rgba(216, 0, 0, .51);
  margin-top: 0;
}

.button-5 {
  background-color: var(--orange-red);
  color: #fff;
}

.collection-item {
  background-color: rgba(7, 7, 7, .76);
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .24);
}

.form-block {
  text-align: left;
  margin-top: 60px;
}

.submit-button-2 {
  background-color: var(--orange-red);
}

.paragraph-5 {
  margin-bottom: 40px;
}

.form-block-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    height: 50vh;
  }

  .nav-menu {
    background-color: #080b18;
    box-shadow: 0 13px 20px -1px #000;
  }

  .navbar_link {
    text-align: center;
  }

  .navbar_link.navbar_btn {
    display: block;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: rgba(241, 70, 5, 0);
    border-radius: 50px;
  }

  .icon {
    color: #fff;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-overlay {
    height: 40vh;
    padding: 40px 20px;
  }

  .menu-button.w--open {
    margin-right: 0;
  }

  .hero {
    padding: 0 20px 40px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .main-content {
    padding: 40px 20px;
  }

  .container-2 {
    padding: 15px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    width: 100%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .call-to-action {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-overlay {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/20_-walk-thru.JPG');
    background-size: auto, cover;
  }

  .hero-overlay.home {
    height: 75vh;
  }

  .centered-container {
    text-align: left;
  }

  .navbar_link {
    text-align: left;
    font-size: 16px;
  }

  .custom-btn {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .grid {
    grid-template: "Contact-Info"
                   "Area"
                   "Area-2"
                   / 1fr;
  }

  .container-3 {
    margin-bottom: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .centered-container-2 {
    text-align: left;
  }
}

#w-node-e6810296-cdce-ae8f-3408-e25bba1fd0a6-f07cf356, #w-node-_99cd297d-4cd5-a454-13b4-c65c33fa59e4-f07cf356 {
  grid-area: Form;
}

@media screen and (max-width: 767px) {
  #w-node-c87f4da6-74f7-e102-c607-0c7f2ac4d3b7-562c3212, #w-node-c87f4da6-74f7-e102-c607-0c7f2ac4d3b9-562c3212, #w-node-c87f4da6-74f7-e102-c607-0c7f2ac4d3be-562c3212 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c87f4da6-74f7-e102-c607-0c7f2ac4d3c0-562c3212 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c87f4da6-74f7-e102-c607-0c7f2ac4d3ad-562c3212, #w-node-c87f4da6-74f7-e102-c607-0c7f2ac4d3b4-562c3212, #w-node-c87f4da6-74f7-e102-c607-0c7f2ac4d3bb-562c3212 {
    grid-column: span 1 / span 1;
  }

  #w-node-_99cd297d-4cd5-a454-13b4-c65c33fa59e4-f07cf356 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


