/*
$body-font-size         		: 15px		!default;
$header-fsize           		: 2.5rem	!default; 
$content-fsize          		: 1.2rem	!default;
$section-content-fsize  		: 1rem		!default;
$subheader-fsize        		: 1.3rem	!default;
$price-lg-fsize         		: 2.3rem	!default;
$price-md-fsize         		: 1.5rem	!default;
$price-sm-fsize         		: 1.2rem	!default;
$price-number-box-fsize 		: 1rem		!default;
*/
/*
// keep only: 
$primary-color          : #9bad4c;
$primary-hover-color    : #829238;
$primary-disabled-color	: #eeeeee;
$btn-text-color         : #ffffff;

$body-font-size         : 15px;
$header-fsize           : 2.5rem; 
$content-fsize          : 1.2rem;
$subheader-fsize        : 1.3rem;
$price-lg-fsize         : 2.3rem;
$price-md-fsize         : 1.5rem;
$price-number-box-fsize : 1rem;

// other hardcode:
*/
/**   media query **/
/**   animation **/
.page-maintenance {
  background-image: url(/image/catalog/maintenance_mode.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.page-maintenance span {
  margin-top: 15%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: xx-large;
  color: white;
}
@media only screen and (max-width: 767px) {
  .page-maintenance span {
    margin-top: 30%;
  }
}

/*# sourceMappingURL=external.css.map */
