html, body {
  font-family: Arial, Helvetica, sans-serif;
  background-color:#fff;
  text-align: center;
  float:left;

}


.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #fff;
}

#navbar a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #003984;
  color: white;
}

.content {
background-color:#000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#logo {
	width:auto;
	height:auto;
    margin: 0 auto;
    float:left;
	background-color:#fff;
}

#footer {
	width:100%;
	height:100%;
	float:left;
}

#footcars {
    width: 200px;
    height: 570px;
    float: left;
    padding-left: 10px;
    font-size: 13px;
    background-color: #003984;
    text-decoration: none;
}

#footservice {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footinsurance {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcustomer {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcareers {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footseal {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footermain {
	width:100%;
	height:50px;
	float:left;
	padding-left:10px;
    overflow: auto;
}

#footprivacy {
	width:641px;
	height:50px;
	float:left;
	padding-left:10px;
	font-size:13px;
    overflow: auto;
}

#footcopyright {
    text-align: right;
	width:661px;
	height:50px;
	float:right;
	font-size:13px;
    overflow: auto;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover {
    color:#00A0C6; 
    text-decoration:none; 
    cursor:pointer;  
}



#main {
	width:100%;
	height:100%;
	background-color:#fff;
	float:left;
}



#borderlogo {
	width:100%;
	height:50px;
    padding-top:10px;
	background-color:#FFF;
}

#bordernav {
	width:100%;
	height:100%;
	background-color:#FFF;
	float:left;
}

#container {
	max-width: 100%;
	height:100%;
	margin: 0 auto;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#allcars {
	max-width: 100%;
	height:100%;
	margin: 0 auto;
    text-align: left;
}

.listcars {
	width: 20%;
	height:200px;
	margin: 0 auto;
    text-align: left;
    float:left;
}

.allcarsdesc {
	width: 80%;
	height:200px;
	margin: 0 auto;
    text-align: left;
    float:left;
    line-height: 25px;
}


.listcars2 {
	width: 20%;
	height:200px;
	margin: 0 auto;
    text-align: left;
    float:left;
}

.allcarsdesc2 {
	width: 30%;
	height:200px;
	margin: 0 auto;
    text-align: left;
    float:left;
    line-height: 25px;
}


