.undermaintain {
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	align-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}
.undermaintain1 {
	filter: brightness(50%);
}
.undermaintain:hover {
	color: #fff !important;
}
.undermaintain2 {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    align-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: #00000082;
    border-radius: 10px;
    margin: 0 2px;
}
.fx-top {
	position:fixed;
	width:100%;
	z-index: 999;
}
.offcanvas-start {
	width: 66.666667%;
}
@media screen and (max-width: 768px) {
	.undermaintain {
		font-size: 24px;
	}
}