html,body{
	height: 100%;
	width: 100%;
}

.whatsapp{
  	background: #25D366;
  	border-radius: 5px;
  	bottom: 40px;
  	box-shadow: 2px 2px 3px #999;
  	color: #FFFFFF;
  	height: 40px;
  	position: fixed;
  	right: 10px;
  	text-align: center;
  	width: 150px;
  	z-index: 100;
}

.navbar{
	background: #FFFFFF;
	padding: 1% 0;
}

.header{
  	background: #EEEEEE;
  	background-size: cover;
  	display: table;
  	height: 100%;
  	position: relative;
  	width: 100%;
}

.text{
  	color: #333333;
  	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}

.text h1{
	font-weight: bold;
}

.about{
	padding: 50px 0;
}

.about h3{
	font-weight: bold;
}

.vehicles{
	background: #EEEEEE;
	padding: 50px 0;
}

.vehicles h3{
	font-weight: bold;
}

.features{
	padding: 50px 0;
}

.features h3{
	font-weight: bold;
}

.footer{
	background: #333333;
	padding: 50px 0;
}

.footer h4{
	color: #FFFFFF;
}

.footer p{
	color: #FFFFFF;
}

.footer p a{
	color: #FFFFFF;
	text-decoration: none;
}

.copyright{
	background: #333333;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;
}