#search-icon-button {
 margin-left: -40px;
}
p {
  font-size: 1.3em;
}
#hero {
  min-height: 600px;
  background-image: url('/images/hero-warehouse-BHbqLsrI.jpg');
  background-size: cover;
  position: relative;
}

#hero h1#hero-header-text {
  color: white;
  font-size: 2.75rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  z-index:2;
  position:relative;
  float: left;
  text-align: left;
  text-transform: uppercase;
}
.accent-pill {
  background-color: rgba(120, 120, 120, 0.7);
  color: white;
  font-weight: bold;
  font-size: .875em;
  margin-bottom: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.accent-pill-nobg {
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: .875em;
  margin-bottom: 10px;
  box-shadow: none;
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}

#intro-text {
  margin-top: 20px;
  font-size: 1.25rem;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  z-index:2;
  position:relative;
  float: left;
  text-align: left;
}
.gradient-film {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: linear-gradient(180deg, rgba(13, 40, 97, 0.357) 0%, rgba(14, 8, 162, 0.3) 50%, rgba(30, 83, 231, 0.6) 100%);
  z-index:1;
  opacity: 0.9
}

.cta-btn {
 position: relative;
  z-index: 2;
  float: left;
}


.truncated, .product-card-body p {
    display: -webkit-box;
    overflow: hidden;
  -webkit-line-clamp: 6; /* number of lines to show */
   line-clamp: 6; 
   -webkit-box-orient: vertical;
}
.who-we-are-text {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: justify;
}

.btn-primary {
  background-color: #25408F;
  border-color: #D10000;
}
.product-card-image-container{
  height: 250px;
  overflow: hidden;
}
.product-card-image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  min-height: 200px;
  padding: 2em 0;
  background-color: #25408F;
  color: #fff;
}