:root {
  --royal-blue: #2b59a8;
  --white: white;
  --firebrick: #c00000;
  --black: black;
  --grey: #838383;
  --blacklight: #1a1a1a;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.navbar {
  object-fit: fill;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1280px;
  min-width: 0;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.section {
  background-image: url('../images/HeroImage.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 0;
  display: flex;
  position: static;
}

.container {
  width: auto;
}

.section-2 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.image {
  float: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 43px;
  display: inline-block;
  position: static;
}

.nav-menu {
  object-fit: fill;
  margin-top: 43px;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: visible;
}

.navlink {
  color: var(--royal-blue);
  height: 100%;
  margin-left: -19px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.navlink:hover {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 0;
}

.navlink.w--current {
  color: var(--royal-blue);
}

.navlink.w--current:hover {
  color: var(--white);
}

.navlink.w--current:active {
  background-color: var(--firebrick);
}

.navlink.w--current:visited {
  color: var(--royal-blue);
}

.navlink.nav1 {
  width: 100px;
}

.section-3 {
  color: #95acd4;
  justify-content: center;
  align-items: stretch;
  font-weight: 700;
  display: flex;
}

.section-4 {
  color: #2b59a8;
  background-color: #2b59a8;
  height: 10px;
}

.dropdown-toggle {
  background-color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-toggle:hover {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 10px;
}

.section-5 {
  justify-content: center;
  height: auto;
  display: flex;
}

.footer {
  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 {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

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

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

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

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

.section-6 {
  background-color: #185190;
  height: 350px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block {
  background-color: #2b59a8;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  height: auto;
}

.column {
  height: 350px;
  padding-left: 30px;
  position: relative;
}

.column-2 {
  justify-content: center;
  align-items: flex-start;
  height: 350px;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  padding-right: 20px;
}

.heading-2 {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.div-block-2 {
  border-bottom: 3px solid var(--white);
  margin-top: 0;
  padding-top: 15px;
}

.section-7 {
  color: var(--black);
  background-color: red;
}

.section-8 {
  background-color: #c00000;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 26px;
}

.heading-4, .heading-5 {
  color: var(--white);
  font-weight: 600;
}

.div-block-3 {
  color: var(--white);
  background-color: #2b59a8;
}

.heading-6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.text-block {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
}

.section-9 {
  justify-content: center;
  height: 1250px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1400px;
  padding-top: 20px;
  display: flex;
}

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

.mainheading {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph {
  color: #838383;
  text-align: center;
  white-space: normal;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-9 {
  background-color: var(--firebrick);
  width: 50px;
  height: 1px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1400px;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.text-block-2 {
  color: var(--royal-blue);
  width: 100%;
}

.text-block-2:hover {
  color: var(--white);
}

.heading-10 {
  text-align: center;
}

.subheading1 {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 1000px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
}

.homefeature {
  background-image: url('../images/Lumber2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  text-decoration: none;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/AdobeStock_249815168_Preview.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-8.homefeature {
  background-image: url('../images/InsulationDrywall.jpg');
}

.div-block-9 {
  background-image: url('../images/AdobeStock_242462104_Preview.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.homefeature {
  background-image: url('../images/RoofingandSiding.jpg');
}

.div-block-10 {
  background-image: url('../images/AdobeStock_82047014_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-10.homefeature {
  background-image: url('../images/CabinetsCountertops.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-11 {
  background-image: url('../images/AdobeStock_312628906_Preview.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-11.homefeature {
  background-image: url('../images/WindowsDoors.jpg');
}

.div-block-12 {
  background-image: url('../images/AdobeStock_89517076_Preview.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-12.homefeature {
  background-image: url('../images/PlumbingElectrical.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.heading-11 {
  text-align: center;
  margin-top: 10px;
}

.bluelabel1 {
  color: var(--white);
  background-color: rgba(43, 89, 168, .7);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 75px;
  display: flex;
}

.blheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-10 {
  background-image: url('../images/PaintBrush.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.producthero {
  background-image: url('../images/Lumber1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.section-12 {
  justify-content: center;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.productheading {
  color: #2b59a8;
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.productdiv {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  line-height: 22px;
  display: flex;
}

.paragraphla {
  color: var(--grey);
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.griddiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  height: 100%;
  padding-left: 0;
}

.supplierlogosection {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 25px;
  display: flex;
}

.div-block-15 {
  background-image: url('../images/Lumber2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-16 {
  background-image: url('../images/Rafters1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-17 {
  background-image: url('../images/Plywood1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-18 {
  background-image: url('../images/Joist1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.lumber-heading {
  color: var(--royal-blue);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.paragraph-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.productgridwd {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, .5fr) minmax(200px, 200px) minmax(200px, 200px);
  width: auto;
  height: auto;
}

.productiheading2 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-19 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Lumber2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-20 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Plywood1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.div-block-21 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Joist1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.div-block-22 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Rafters1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.div-block-23 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/LVL.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.suppliersheading {
  color: var(--royal-blue);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.suppliersdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  position: static;
}

.supplierlogodiv {
  clear: left;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-26 {
  width: 100px;
  height: 100px;
  padding-right: 16px;
}

.div-block-27, .div-block-28, .div-block-29 {
  width: 100px;
  height: 100px;
}

.image-2, .image-3 {
  margin-right: 60px;
}

.image-4 {
  margin-right: 60px;
  padding-right: 0;
}

.link-block {
  margin-right: 0;
  padding-right: 0;
}

.text-span {
  color: var(--royal-blue);
  font-weight: 700;
}

.producthero2 {
  background-image: url('../images/InsulationWhite.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 400px;
}

.section-15 {
  background-color: rgba(0, 0, 0, .02);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

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

.text-span-2 {
  color: var(--royal-blue);
  font-weight: 700;
}

.product4 {
  background-image: url('../images/Drywall1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.product1 {
  background-image: url('../images/Insulation2.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px;
}

.product3 {
  background-image: url('../images/Insulation3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.product2 {
  background-image: url('../images/Insulation4.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.product5 {
  background-image: url('../images/Vapor1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.product6 {
  background-image: url('../images/Drywall2.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px;
}

.image-5 {
  margin-right: 50px;
}

.image-6, .image-7, .image-8 {
  margin-right: 60px;
}

.section-16 {
  height: 400px;
}

.section-17 {
  height: 800px;
}

.producthero2-copy {
  background-image: url('../images/Shingles3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.product1-copy2 {
  background-image: url('../images/Shingles2.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 20px;
}

.product2-copy2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/SteelRoofing1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product3-copy2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Siding1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product4-copy2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AluminumSiding1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product5-copy2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Cladding1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product6-copy2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RoofingPaper1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.image-9, .image-10, .image-11 {
  margin-right: 60px;
}

.producthero2-copy2 {
  background-image: url('../images/WindowsDoors2.jpg');
  background-position: 50% 625px;
  background-attachment: fixed;
  height: 400px;
}

.image-12 {
  margin-left: 30px;
  margin-right: 60px;
}

.image-13, .image-14 {
  margin-right: 60px;
}

.product1-copy3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Windows1.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product2-copy2-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Door1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product3-copy2-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GarageDoor1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product4-copy2-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Doors3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.dropdown-link {
  color: var(--royal-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-30 {
  background-color: rgba(0, 0, 0, .52);
  border-radius: 20px;
  width: 800px;
  height: 200px;
  margin-bottom: 90px;
  margin-left: 300px;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.heading-12 {
  color: rgba(255, 255, 255, .88);
  align-items: center;
  margin-left: 30px;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  display: flex;
}

.div-block-32 {
  margin-bottom: 25px;
  margin-left: -70px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.section-18 {
  background-image: url('../images/Paint3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
}

.section-19 {
  justify-content: center;
  height: auto;
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-span-3 {
  color: var(--royal-blue);
  font-weight: 700;
}

.div-block-34 {
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Paint4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  border-radius: 20px;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-bottom: 11px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
  transform: translate(0);
}

.heading-13 {
  color: #fff;
  text-shadow: 7px 7px 7px #000;
  font-family: Montserrat, sans-serif;
}

.section-20 {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.producthero3 {
  background-image: url('../images/Pavers3.jpg');
  background-position: 50% -125px;
  background-size: auto;
  background-attachment: fixed;
  height: 400px;
}

.concreteproduct1 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/Pavers2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
}

.concreteproduct2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/StoneWalls1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 20px;
}

.concreteproduct3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Firepit1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.concreteproduct4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Rebar1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.griddivconcrete {
  background-color: var(--white);
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.productgridconcrete {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: 200px repeat(auto-fit, 150px);
  grid-template-columns: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  align-content: center;
  justify-content: center;
  justify-items: stretch;
  width: 1000px;
  height: 100%;
}

.productdivconcrete {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 100px;
  line-height: 22px;
  display: flex;
}

.image-15, .image-16, .image-17, .image-18 {
  margin-right: 60px;
}

.producthero4 {
  background-image: url('../images/Granite1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.productgridcabinets {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(150px, 150px) minmax(150px, 150px);
  grid-template-columns: minmax(150px, 150px) 1fr minmax(150px, 150px) 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: stretch;
  width: 1000px;
  height: 100%;
}

.product1-copy5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CabinetsCountertops.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product2-copy5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Countertop1.1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product4-copy5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Sink1.1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product3-copy5 {
  background-image: url('../images/Backsplash1.1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.image-19, .image-20 {
  margin-right: 60px;
}

.griddivcabinets {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.section-cabinets, .section-concrete {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.dropdown-toggle-2 {
  color: var(--royal-blue);
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-2:hover {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 0;
}

.dropdown-toggle-2:active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-link-2 {
  background-color: var(--royal-blue);
  color: var(--white);
  width: 200px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-link-2:hover {
  background-color: var(--firebrick);
}

.dropdown-link-2.w--current:visited {
  font-family: Montserrat, sans-serif;
}

.dropdown-link-3 {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-link-3:hover {
  background-color: var(--firebrick);
}

.productgridauto {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(150px, 150px) minmax(150px, 150px);
  grid-template-columns: minmax(150px, 150px) 1fr minmax(150px, 150px) 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: stretch;
  width: 1000px;
  height: 100%;
}

.griddivauto {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.productdivauto {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 100px;
  line-height: 22px;
  display: flex;
}

.product1-copy6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/StepBar1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product2-copy6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Grill.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product3-copy6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CAI.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product4-copy6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Battery1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.productheroauto {
  background-image: url('../images/Car1.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-attachment: fixed;
  height: 400px;
}

.productgridpe {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
  grid-auto-rows: minmax(150px, 1px);
  width: auto;
  height: 100%;
  margin-left: 0;
}

.griddivpe {
  justify-content: center;
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.productpe {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Faucet1.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-radius: 20px;
  margin-left: 0;
}

.productpe2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Toilet1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.productpe3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/PlumbingElectrical.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 20px;
}

.productpe4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/BreakerBox.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.productmm5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Vent2.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.productmm6 {
  background-image: url('../images/Wiring2.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px;
}

.sectionmm {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.dropdown-list {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dropdown-list.w--open {
  color: var(--royal-blue);
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-list.w--open:active {
  color: var(--white);
}

.dropdown-link-4 {
  background-color: var(--royal-blue);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-link-4:hover {
  background-color: var(--firebrick);
}

.text-span-4 {
  text-decoration: none;
}

.link, .link-2 {
  color: var(--white);
  text-decoration: none;
}

.image-21, .image-22 {
  margin-right: 60px;
}

.productherope {
  background-image: url('../images/PlumbingElectrical2.jpg');
  background-position: 0 200%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.image-23, .image-24 {
  margin-right: 60px;
}

.productheromm {
  height: auto;
}

.productgridmm {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(150px, 150px) minmax(150px, 150px);
  grid-template-columns: minmax(150px, 1px) 1fr minmax(150px, 1px) 1fr;
  grid-auto-rows: minmax(150px, 1px);
  width: 1000px;
  height: 100%;
}

.productmm {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Moulding2.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.productmm2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Moulding.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.productmm3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Baseboard1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.griddivmm {
  justify-content: center;
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.image-25 {
  margin-right: 62px;
}

.image-26 {
  margin-right: 60px;
}

.productpe5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Wiring1.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.productpe6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Wiring2.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.productmm4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Stairs1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.link-block-3, .link-block-4 {
  float: none;
  clear: none;
}

.productiheading2lum1 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.productiheading2lum2 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.productiheading2lum3 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.productgridlumber {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, .5fr) minmax(200px, 200px) minmax(200px, 200px);
  width: auto;
  height: auto;
}

.griddivlumber {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product1id {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/InsulationWhite2.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  border-radius: 20px;
}

.product2id {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Insulation4.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product3id {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Insulation3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product4id {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Drywall1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product5id {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Vapor1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product6id {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Drywall2.png');
  background-position: 0 0, 0 0, 100% 0;
  background-size: auto, auto, cover;
  border-radius: 20px;
}

.productgridid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, .5fr) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
  width: auto;
  height: auto;
}

.griddivid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.productiheadingid {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.productiheadingid2 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.productiheadingid3, .productiheading2-copy {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.productiheadingid4 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 61px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.productiheadingfloor4 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.productgridid5 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, .5fr) minmax(200px, 200px) minmax(200px, 200px);
  width: auto;
  height: auto;
}

.griddivid-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.productgridid4 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, .5fr) minmax(200px, 200px);
  width: auto;
  height: auto;
}

.productiheading2cc {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.productiheadingfloor {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}

.productiheading2aa {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.heading-12-copy, .heading-12-copy2 {
  color: rgba(255, 255, 255, .88);
  align-items: center;
  margin-left: 30px;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  display: flex;
}

.section-21 {
  height: auto;
}

.section-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-28 {
  margin-bottom: 60px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.small-text {
  color: var(--firebrick);
  font-size: 14px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  font-size: 16px;
  display: grid;
}

.heading-14 {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.container-2 {
  color: var(--royal-blue);
  font-family: Montserrat, sans-serif;
}

.field-label {
  font-size: 16px;
}

.submit-button {
  background-color: var(--royal-blue);
  margin-top: 20px;
  padding: 15px 30px 16px;
  font-size: 20px;
  font-weight: 700;
}

.textarea {
  min-height: 200px;
}

.italic-text {
  font-size: 15px;
  font-weight: 700;
}

.image-29 {
  margin-right: 30px;
}

.image-30 {
  margin-right: 50px;
}

.success-message {
  background-color: var(--royal-blue);
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-3 {
  font-size: 20px;
  font-weight: 700;
}

.heading-15 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
}

.image-31, .image-32 {
  margin-right: 60px;
}

.product1-copy7, .product1-floor {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/laminate.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.product2-floor {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/hardwood.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product3-floor {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/carpet.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.product4-floor {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/decking.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.productherofloor {
  background-image: url('../images/flooring.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.productdivfloor {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 100px;
  line-height: 22px;
  display: flex;
}

.productiheadingauto {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.productiheadingauto4 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navlink, .navlink.w--current {
    margin-left: 0;
  }

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

  .section-6 {
    height: auto;
  }

  .heading {
    color: var(--white);
    text-align: center;
    margin-top: 70px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-4 {
    padding-right: 50px;
    font-size: 18px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .section-9 {
    height: 1300px;
  }

  .mainheading {
    padding-left: 99px;
    padding-right: 99px;
  }

  .paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    height: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 41px;
    padding-right: 41px;
  }

  .section-10 {
    margin-bottom: 0;
  }

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

  .productgridwd {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px) minmax(200px, 200px);
  }

  .image-6 {
    margin-right: 75px;
  }

  .heading-12 {
    font-size: 50px;
  }

  .section-18 {
    background-position: 50%;
  }

  .heading-13 {
    text-align: center;
  }

  .productgridconcrete {
    grid-template-columns: minmax(150px, 150px) minmax(150px, 150px) minmax(150px, 150px) repeat(auto-fit, minmax(150px, 150px));
  }

  .productherope {
    background-position: 0 100%;
    background-size: auto;
  }

  .productgridlumber {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px) minmax(200px, 200px);
  }

  .product2id {
    background-image: url('../images/Insulation4.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .productgridid, .productgridid5 {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px) minmax(200px, 200px);
  }

  .productgridid4 {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px) minmax(200px, 200px);
  }

  .heading-12-copy, .heading-12-copy2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: flex;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .section-9 {
    height: 2600px;
  }

  .mainheading {
    padding-left: 83px;
    padding-right: 83px;
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-10 {
    background-size: auto 500px;
  }

  .supplierlogosection {
    flex-flow: column;
    align-content: stretch;
    justify-content: center;
  }

  .supplierlogodiv {
    flex-direction: column;
  }

  .image-2 {
    margin-right: 0;
  }

  .image-3 {
    margin-top: 16px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .image-5 {
    margin-right: 0;
  }

  .image-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-7 {
    margin-right: 0;
  }

  .image-8 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-9 {
    margin-right: 0;
  }

  .image-10 {
    margin-top: 26px;
    margin-bottom: 26px;
    margin-right: 0;
  }

  .image-11 {
    margin-right: 0;
  }

  .image-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-13 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-14 {
    margin-right: 0;
  }

  .heading-12 {
    text-align: center;
  }

  .link-block-2 {
    margin-top: 61px;
  }

  .productgridconcrete {
    grid-row-gap: 40px;
    object-fit: fill;
    grid-template-rows: 200px repeat(auto-fit, 200px);
    grid-template-columns: minmax(200px, 150px) minmax(200px, 150px);
  }

  .image-15 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-16 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-17 {
    margin-right: 0;
  }

  .image-18 {
    margin-top: -8px;
    margin-right: 0;
  }

  .image-19 {
    margin-right: 0;
  }

  .image-20 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .productheroauto {
    background-position: 50% 0;
    background-size: 800px;
  }

  .image-22 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-23 {
    margin-right: 0;
  }

  .image-24 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-25 {
    margin-right: 0;
  }

  .image-26 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .link-block-5 {
    margin-left: 81px;
  }

  .image-27 {
    margin-top: 20px;
  }

  .heading-12-copy, .heading-12-copy2 {
    text-align: center;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .image-29 {
    margin-right: 0;
  }

  .image-30 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-3 {
    line-height: 22px;
  }

  .image-31 {
    margin-right: 0;
  }

  .image-32 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .productherofloor {
    background-position: 50% 0;
    background-size: 800px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: flex;
  }

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

  .column-2 {
    height: auto;
    margin-bottom: 12px;
  }

  .text-block {
    margin-top: 15px;
    font-size: 10px;
  }

  .div-block-6 {
    grid-template-columns: minmax(200px, 500px);
  }

  .bluelabel1 {
    width: 300px;
    max-width: 400px;
  }

  .blheading {
    font-size: 28px;
    line-height: 28px;
  }

  .section-10 {
    background-position: 50%;
    background-size: auto 450px;
  }

  .productheading {
    font-size: 45px;
  }

  .productdiv {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .productgridwd {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px);
  }

  .image-4 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .heading-12 {
    margin-left: -10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
  }

  .div-block-32 {
    margin-left: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    margin-top: 130px;
  }

  .div-block-33 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .productgridconcrete {
    grid-template-rows: 200px repeat(auto-fit, 200px) 200px 200px;
    grid-template-columns: minmax(200px, 150px);
  }

  .productdivconcrete, .productdivauto {
    padding-left: 30px;
    padding-right: 30px;
  }

  .productheroauto {
    background-position: 50% 0;
    background-size: auto 500px;
  }

  .productherope {
    background-position: 0 100%;
    background-size: 2000px;
  }

  .link-block-5 {
    margin-left: 26px;
  }

  .productgridlumber {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px);
  }

  .productgridid, .productgridid5 {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px);
    grid-auto-rows: minmax(200px, 200px);
  }

  .productgridid4 {
    grid-template-rows: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px);
    grid-auto-rows: minmax(200px, 200px);
  }

  .heading-12-copy {
    color: rgba(0, 0, 0, 0);
    margin-bottom: 79px;
    margin-right: -11px;
    font-size: 40px;
  }

  .heading-12-copy2 {
    color: rgba(0, 0, 0, 0);
    margin-top: 80px;
    margin-right: 21px;
    font-size: 40px;
  }

  .heading-15 {
    font-size: 32px;
  }

  .image-31 {
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
  }

  .image-32 {
    margin-right: 0;
  }

  .productherofloor {
    background-position: 50% 0;
    background-size: auto 500px;
  }

  .productdivfloor {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#w-node-_6d775a59-ae32-8cf2-b14b-1bb741cd876f-e5ae5b77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_6d775a59-ae32-8cf2-b14b-1bb741cd875f-e5ae5b77, #w-node-_6d775a59-ae32-8cf2-b14b-1bb741cd8763-e5ae5b77, #w-node-_6d775a59-ae32-8cf2-b14b-1bb741cd8767-e5ae5b77, #w-node-_6d775a59-ae32-8cf2-b14b-1bb741cd876b-e5ae5b77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


