@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
	width: 100% !important;
	padding: 0px;
	font-family: 'BenchNine', sans-serif;
	background-color: #02B5CC !important;
}
#home{
	background: url("../images/LogoParking.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	
}
.logoText{
	padding-top: 20%;
	font-size: 40px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.constructionText {
	color: #fff;
	font-family: 'Nixie One', cursive;
	font-size: 50px;
}

