:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar {
  z-index: 999;
  background-color: #b3b3b3;
  background-image: linear-gradient(#b3b3b3, #fff);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, .5);
}

.navbar-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-wrapper.home {
  justify-content: center;
  align-items: center;
}

.nav-menu {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu.home {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: rgba(0, 0, 0, .5);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .75);
  margin-left: 20px;
}

.nav-button-wrapper {
  margin-left: 10px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 15px;
  margin-left: 15px;
  padding: 12px 25px;
  font-weight: 700;
  transition: all .5s;
}

.button-primary:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.button-primary:active {
  background-color: #fff;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.image {
  width: 100%;
}

.main-heading {
  text-align: center;
  text-shadow: 0 2px 4px #fff;
  margin-top: 0;
  line-height: 1.25;
}

.body-paragraph {
  text-align: center;
  padding-top: 10px;
}

.section {
  background-image: linear-gradient(#b3b3b3, #fff);
  padding-top: 0;
}

.body {
  background-color: #b3b3b3;
}

.footer {
  background-color: #000;
  padding-bottom: 20px;
}

.footer-container {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-phone {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.footer-title-text {
  color: #b3b3b3;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

.footer-address-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-address {
  color: #fff;
  text-align: center;
}

.link-block {
  width: 200px;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link, .link-2 {
  color: #fff;
  text-decoration: none;
}

.body-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-2 {
  background-color: #b3b3b3;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.body-2 {
  background-color: #b3b3b3;
}

.slider {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: block;
}

.slide {
  background-image: url('../images/aluminum-tubes.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/bent-steel.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/brass.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow, .right-arrow {
  z-index: 0;
}

.slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9, .slide-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-11 {
  background-image: url('../images/metal-sheet.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/steel-pipe.jpeg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-4 {
  width: 200px;
  max-width: none;
}

.nav-bar-not-home {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-14 {
  background-image: url('../images/copper.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/rebar.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/steel-angle.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/steel-beams.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

._4-columns {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
}

.text-block-3, .text-block-4 {
  padding-bottom: 10px;
}

.columns {
  max-width: 50%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.body-3 {
  background-color: #b3b3b3;
}

.section-4 {
  background-image: linear-gradient(#b3b3b3, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  align-items: start;
  justify-items: center;
}

.contact {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-4, .div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.image-5 {
  margin-bottom: 10px;
}

.image-6 {
  max-width: 75%;
  margin-bottom: 0;
}

.html-embed {
  height: 450px;
  overflow: hidden;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-7 {
  max-width: 15%;
}

.link-3, .link-4, .link-5 {
  color: #000;
  text-decoration: none;
}

.div-block-7, .div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.address-subtitle {
  text-align: center;
  text-transform: uppercase;
}

.image-8 {
  max-width: 75%;
  margin-bottom: 10px;
}

.owner {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.div-block-9 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.slide-18 {
  background-image: url('../images/IMG_5962.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/IMG_5960.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/IMG_5959.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-6 {
  background-image: linear-gradient(#b3b3b3, #fff);
}

.delivery-div {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.delivery-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}

.link-block-2 {
  width: 50%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.grid-3 {
  grid-template-rows: auto;
  align-items: start;
  justify-items: center;
  width: 50%;
}

.indent-list {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper.home {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #b3b3b3;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.home {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .nav-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
  }

  .menu-button {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    padding: 20px;
    font-size: 24px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .image {
    width: 100%;
  }

  .main-heading {
    font-size: 33px;
  }

  .footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .body-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider {
    height: 60vh;
  }

  .nav-bar-not-home {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact, .contact.address {
    font-size: 18px;
  }

  .address-subtitle {
    font-size: 14px;
  }

  .owner {
    font-size: 20px;
  }

  .link-block-2.w--current {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu.home {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 200px;
  }

  .copyright-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .copyright-div {
    max-width: 75%;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .slider {
    height: 65vh;
  }

  ._4-columns {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .section-4 {
    height: 100%;
  }

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

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .delivery-text {
    font-size: 24px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 40%;
  }

  .grid-3 {
    width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .nav-menu.home {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image {
    width: 100%;
  }

  .main-heading {
    font-size: 27px;
  }

  .slider {
    height: 60vh;
  }

  .image-4 {
    width: 125px;
  }

  .nav-bar-not-home {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    height: 100%;
  }

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

  .contact {
    font-size: 20px;
  }

  .image-5 {
    max-width: 50%;
  }

  .image-6 {
    max-width: 35%;
  }

  .link-3, .link-4, .link-5 {
    color: #000;
    text-decoration: none;
  }

  .image-8 {
    max-width: 35%;
  }

  .delivery-text {
    font-size: 18px;
  }

  .grid-2 {
    width: 80%;
  }

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


