/* Generated from page: maintenance-page */
.themify_builder_content-40 .tb_m2sj855.module-fancy-heading.module .main-head{text-transform:none;font-size:100px;font-family:"Georgia", 'Times New Roman', "Times", serif;text-shadow:-2px 2px 5px #d3bc8d}
.themify_builder_content-40 .tb_m2sj855.module-fancy-heading.module .main-head,.themify_builder_content-40 .tb_m2sj855.module-fancy-heading.module .main-head a{background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap p,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap blockquote,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap h1,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap h2,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap h3,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap h4,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap h5,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap h6,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap li,.themify_builder_content-40 .tb_dj79783.module-text .tb_text_wrap span{text-shadow:-1px 1px 2px #d3bc8d;background-clip:border-box;background-image:none;color:#fff}
.themify_builder_content-40 .tb_dj79783.module-text{text-align:center;font-size:25px}
.themify_builder_content-40 .tb_dj79783.module-text a{text-decoration:underline}
/*Builder Custom CSS START*/
.row {
  position: relative;
  overflow: hidden; /* Ensures content stays within the bounds */
  z-index: 0; /* Sets a baseline for the z-index of the pseudo-element */
}

.row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://centers.westpoint.edu/wp-content/uploads/sites/3/2024/12/wp_new_crest.png');
  background-size: cover;
  background-position: center;
  filter: blur(15px); /* Adjust the blur level here */
  z-index: -1; /* Ensures the background stays behind the content */
  opacity: 0.7; /* Optional: Adjust transparency if needed */
}

.row > * {
  position: relative; /* Keeps content above the background */
  z-index: 1; /* Ensures content is not blurred */
}
/*Builder Custom CSS END*/