.subpanels {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.subpanels .subpanel {
  padding: 1em;
  border: 2px solid #666;
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subpanels .subpanel:not(:first-child) {
  margin-left: 0.5em;
}
.subpanels .subpanel:not(:last-child) {
  margin-right: 0.5em;
}
.subpanels .subpanel .heading {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 1px 1px 1px #666;
  white-space: nowrap;
}
.vendors {
  max-width: 100%;
  display: inline-grid;
  margin: 1em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  align-items: center;
}
.vendors .vendor_image {
  margin: 3em;
  display: inline-block;
  margin: auto;
}
.about_us {
  background-image: url(../images/warehouse.jpg);
  background-color: #333;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 3em;
  line-height: 1.5em;
}
.about_us .contact_us {
  margin-top: 1em;
}
.about_us .contact_us a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
.about_us .brandbox {
  width: 100%;
  display: grid;
  padding: 0 0 20px 0;
  grid-template-columns: repeat(6, min-content);
  justify-content: center;
}
.about_us .brandbox .manufacturer {
  display: inline;
  background-color: #fff;
  /* border:1px solid #e4e4e4;*/
  margin: 5px 25px;
  border: 2px solid #cc0000;
  outline: 2px solid yellow;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 0.25em;
}
/*# sourceMappingURL=index.css.map */