/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_custom_interceramic/cartridge/client/default/scss/offlineSite.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.lead.sup {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
}

.copyright {
  display: none;
}

.text-black {
  color: #000;
}

.bg-image-custom {
  position: relative;
  background-image: url("../images/maintenance-white.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}

.jumbotron::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.jumbotron .container {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=default\css\offlineSite.css.map*/