div {
  font-size: 18px;
}

.font-xl {
  font-size: x-large;
  font-weight: bold;
}

.sub-nav > a {
  color: white;
  font-size: 22.5px;
  font-weight: bold;
  justify-content: space-around;
}

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

.content-container {
  padding: unset;
}

.container {
  max-width: 1400px; 
}

.page-headers {
  background-color: black;
  margin-top: 30px;
}

.page-headers h1 {
  color: white;
  padding: 6px;
}

.page-banners {
  background-color: #FFF200;
  margin-top: 30px;
  width: 100%;
  display: flex;
  font-weight: bolder;
}

.page-banners h1 {
  padding: 6px;
}

.img-tile {
  background-color: #D1D5DB;
}

.bin-types {
  max-height: 300px;
}

.benefit-img {
  max-height: 190px;
}

.prem-materials {
  background-color: #D1D5DB;
  padding: 3px;
  border: 1px solid #9CA3AF;
}

.prem-materials div {
  margin: 5px;
}

.prod-highlights {
  background-color: white;
  border: 1px solid #9CA3AF;
  padding: 15px;
  margin: 15px;
}

.options-table {
  border: 1px solid #9CA3AF;
  text-align: center;
  font-size: 18px;
}
.options-table th {
  background-color: #FFF200;
  font-size: x-large;
  font-weight: bold;
}
.options-table td {
  border: 1px solid #9CA3AF;
  background-color: #D1D5DB;
}

.spec-table {
  border: 1px solid black;
  text-align: center;
  font-size: 18px;
}
.spec-table th {
  background-color: black;
  color: white;
  font-size: large;
  font-weight: bold;
}
.spec-table td {
  border: 1px solid black;
}

.la-button {
  background-color: black;
  color: #FFF200;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.la-button:hover {
  background-color: black;
  color: white;
}

.text-red-500 {
  color: red;
}

#contact_us {}

#contact_us .row {
  padding-top: 5px;
}

.hide-bot {
  display: none;
}