/* NOTE: this CSS file are for pages that are under mainainence */
.homeback {
	background: url("img/assets/homeback.png");
	background-size: 100%;
	position: absolute;
	width: 100%;
	height:47.5vw;
	top:0vw;
	left:0vw;
}
.leftnav {
	z-index:2;
	background-image: url('img/assets/upsidebarL.png');
	display:flex;
	position:absolute;
	background-size: 100%;
	width: 32vw;
	height:8vw;
	top:0vw;
	left:0vw
}
.copyright {
	position:absolute;
	width: 10vw;
	height: auto;
	top:43vw;
	left:44.75vw;
}
.sorryladies {
	z-index: 2;
	width: 16vw;
	height: auto;
	position:absolute;
	top:7vw;
	left:32vw;
}
.maintguy {
	z-index: 2;
	width: 20vw;
	height: auto;
	position:absolute;
	top:10vw;
	left:45vw;
}
.maintsign {
	border-radius: 2vw;
	background-color: white;
	position:absolute;
	width:30%;
	height:5vw;
	top:34vw;
	left:35.5vw;
	text-align: center;
	font-size: 1.25vw;
}
.backmouth {
	background-image: url('img/assets/backmouthA.png');
	display: block;
	position:absolute;
	background-size: 100%;
	width: 5vw;
	height:5vw;
	left: 47vw;
	top:38vw;
}
.backmouth:hover{
	background-image: url('img/assets/backmouthB.png');
	height:4.7vw
}
.maintsign {
	border-radius: 2vw;
	width:35%;
	height:5vw;
	top:34vw;
	left:32.5vw;
}
.constructsign {
	z-index: 1;
	width: 20vw;
	height: auto;
	position:absolute;
	top:0.6vw;
	left:3vw;
}
body {
  background-color: white;
  color: black;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  margin: 20px;
  padding: 0;
  overflow-x: hidden;
}