header {
    z-index: 999999999 !important;
}

#under-maint {
  position: relative;
  display: table;
  min-height: 400px;
  height: 70vh;
  width: 100%;
  margin: 0 auto;
  z-index: 99999999;
  line-height: 1.2em;
}

.maint-wrap .et_pb_module_inner,
.maint-wrap .et_pb_module_inner #under-maint {
	background-color: inherit;
}

#under-maint .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}

#under-maint .inner .maint-content {
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}

#under-maint .dp_field_tinymce {
    font-size: 17px;
    line-height: 1.2em;
}

#under-maint h1 {
	font-size: 45px;
    line-height: 1.2em;	
}

#under-maint .subheading {
	font-size: 20px;
    line-height: 1.2em;	
}

@media only screen and (max-width: 767px) {
	#under-maint h1 {
		font-size: 32px;
	}
	
	#under-maint .subheading {
		font-size: 18px;
		line-height: 1.2em;	
	}
}
