/* --- reset --- */
html,body{
	position:relative;
	height:100%;
	margin:0!important;
	padding:0;
	overflow:hidden;
}
.maintenance {
	text-align: center;
	font-size: 20px;
}
.maintenance .logo {
	width: 250px;
	height: 250px;
}
.maintenance h3 {
	font-size: 26px;
	text-transform: uppercase;
}
.maintenance p {
	font-size: 18px;
}
.maintenance ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.maintenance a {
	font-size: 16px;
	color: #1a73e8;
	text-decoration: none;
}
.maintenance a:hover {
	font-weight: bold;
}
