@charset "utf-8";
/* CSS Document */

body{height: 100%;
}

.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 300px;
}

@media only screen and (max-width: 600px) {
  .maintenance{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 65%;
}
}

@media only screen and (min-width:601px) {
  .maintenance{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 26%;
}
}


h2{text-align: center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #193966;
}

p{text-align: center;
	font-size: 20px;
	color: #193966;
}

footer{
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #193966;
	padding-bottom: 10px;
	padding-top: 10px;
	color: white;
}
