html, body {
  font-family: Arial, Helvetica, sans-serif;
  background-color:#fff;
  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;
}

#carscarousel {
	width:auto;
	height:auto;
	background-color:#fff;
	float:left;
    text-align: center;
}


#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;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

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

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position:absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

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

/* Position the "next button" to the right */
.prev {
  left: 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);
}

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

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
  
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
    
}

#parametric {
	max-width:100%;
	height:100%;
	float:left;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}

#parametricpic {
	width:100%;
	height:auto;
	float:left;
    text-align: center;
}

#exterior {
	width:100%;
	height:auto;
	float:left;
    text-align: center;
}

#interior {
	width:100%;
	height:auto;
	float:left;
    text-align: center;
}
