.specs_parallax {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(https://www.heavyhaulers.com/images/transports/specs-parallax.JPEG);
  background-position: center;
  background-repeat: no-repeat;
}

html {
  scroll-behavior: smooth;
}

.fixed-adjustment-specs {
  padding-left: 5%;
  padding-right: 5%;
}

.fixed-nav2 {
  position: static;
}

.align-middle {
  margin-top: 25%;
  margin-bottom: 25%;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.vertical-align {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .vertical-align {
    display: block;
    align-items: center;
  }

  .fixed-adjustment-specs {
    padding-left: 0;
    padding-right: 0;
  }

  body {
    font-size: 1em;
  }

  #top-container {
    padding-top: 0px;
    margin-top: -250px;
  }

  #shipping-specs-header {
    padding-top: 50px;
  }

  #trailer-specs {
    font-size: 25px;
  }

  #main-specs-image {
    margin-top: 15px;
    margin-bottom: -25px;
    width: 100%;
  }

  #main-nav-specs {
    align-items: center;
    align-content: center;
  }

  #have-to {
    background-size: cover;
  }
}

a:hover {
  color: #FFC600;
}

.breadcrumb-link {
  font-size: clamp(12px, 3vw, 14px) !important;
}



.table-responsive {
  overflow-x: auto;
  margin: 20px 0;
}

.category-specs {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.category-specs td {
  border: 1px solid black;
  padding: 12px 8px;
  text-align: left;
  font-size: 18px;
}

.category-specs tr:nth-child(even) {
  background-color: #FACD4B;
}



.table-heading{
  padding: 10px;
  margin: 10px 0;
  background-color: #FACD4B;
  color: black;
  padding: 10px;
  margin-top: 20px;
  font-size: 24px;
}