/* site.css */
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
}

.background{
	width: 100%;
	height: 100%;
	background-image: url(Carwash.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow-y: auto;
}
.nav{
	width: 350px;
	height: auto;
	position: absolute;
	top: 20%;
	left: 0;
}

.nav a{
	text-decoration: none;
	font-size: 28px;
	font-family: verdana;
	font-weight: bold;
	height: 90px;
	margin: 5px 0;
	float: left;
	display: inline;
	background-color: black;
	color: white;
	line-height: 90px;
	text-align: center;
	transition: 300ms;
}

a.active{
	background-color: white;
	color: black;
	width: 100%;
}
.nav a:hover{
	background-color: white;
	color: black;
}
.a{
	width: 95%;
}
.b{
	width: 85%;
}
.c{
	width: 80%;
}
.d{
	width: 95%;
}

.content{
	position: absolute;
	width: 1200px;
	min-height: 25px;
	right: 0;
	top: 10%
}
.home{
	position: absolute;
	right: 0;
	bottom: 0;
	color: black;
	font-family: verdana;
}
.home h1{
	font-size: 65px;
	padding-right: 175px;
	text-transform: uppercase;
}

.Aboutus{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: white;
	font-family: century gothic;
	padding: 0 60px;
	display: none;
}
.Aboutus h2{
	font-size: 32px;
	padding-right: 0px;
	position: right;
}
.Aboutus p{
	font-size: 72px
	line-height: 28px;
	margin-bottom: 15px;
}
.Services{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: white;
	font-family: century gothic;
	padding: 0 60px;
	display: none;
}
.Services h2{
	font-size: 32px;
	padding-right: 0px;
	position: right;
}
.Services h3{
	font-size: 72px
	line-height: 28px;
	margin-bottom: 15px;
}
.Contactus{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: white;
	font-family: century gothic;
	padding: 0 60px;
	display: none;
}
.contactus p{
	font-size: 32px;
	padding-right: 0px;
	position: right;
}