body {
  padding-top: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
}

.ui.borderless.segment {
  background-color: #f8f8f8;
  box-shadow: none;
  flex-wrap: wrap;
  border: none;
  padding-left: 10;
  padding-right: 10;
}

.ui.borderless.menu {
  background-color: #f8f8f8;
  box-shadow: none;
  flex-wrap: wrap;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.ui.borderless.menu .header.item {
  font-size: 18px;
  font-weight: 400;
}

.ui.mobile.only.grid .ui.menu .ui.vertical.menu {
  display: none;
}

.ui.mobile.only.grid .ui.vertical.menu .dropdown.icon {
  float: unset;
}

.ui.mobile.only.grid .ui.vertical.menu .dropdown.icon:before {
  content: '\f0d7';
}

.ui.mobile.only.grid .ui.vertical.menu .ui.dropdown.item .menu {
  position: static;
  width: 100%;
  background-color: unset;
  border: none;
  box-shadow: none;
}

.ui.mobile.only.grid .ui.vertical.menu .ui.dropdown.item .menu {
  margin-top: 6px;
}

.ui.container > .ui.message {
  background-color: rga(238, 238, 238);
  box-shadow: none;
  padding: 5rem 4rem;
  margin-top: 1rem;
}

.ui.message h1.ui.header {
  font-size: 4.5rem;
}

.ui.message p.lead {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.4;
  font-weight: 300;
}

.masthead.segment {
  min-height: 600px;
  padding: 1em 0em;
}

.footer.segment {
  margin-top: 3em;
  padding: 3em 0em;
  min-height: 350px;

}

.hidden {
  display: none;
}



.software.coldstorage-image {
  background-image: url('/images/backgrounds/sales/salesbg.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  
}


.masthead.segment.sales-image {
  background-image: url('/images/backgrounds/sales/salesbg.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.home-image {
  background-image: url('/images/backgrounds/home/home.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-blend-mode: overlay;

}

.masthead.segment.contact-image {
  background-image: url('/images/backgrounds/contact/contact.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-blend-mode: overlay;

}



.ui.message.home-image {
  background-image: url('/images/backgrounds/home/home.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-blend-mode:soft-light;


}



.ui.message.produce-image {
  background-image: url('/images/backgrounds/products/produce/producebg.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-blend-mode: overlay;
}

.ui.message.inspectors-image {
  background-image: url('/images/backgrounds/products/inspectors/inspectorsbg.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-blend-mode:soft-light;


}

.ui.message.transports-image {
  background-image: url('/images/backgrounds/products/transports/transportsbg.jpg'); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-blend-mode:soft-light;


}


@media only screen and (max-width: 700px) {
  .masthead.segment {
    min-height: 450px;
  }
}
