        body{overflow-x:hidden;}
        body:hover{cursor:pointer;}
                                                         /* NAVBAR*/
		#navbar {
			  background-color:black;
			  position: fixed;
			  top: -50px;
			  width: 100%;
			  display: block;
			  z-index:100;
			  transition: top 0.3s;
			  color:white;
		      float: right;
			}
		#navbar a {
		  float: left;
		  display: block;
		  color: #f2f2f2;
		  text-align: center;
		  padding: 15px;
		  text-decoration: none;
		  font-size: 17px;
		}
		#navbar a:hover {
		  background-color: #ddd;
		  color: black;
		}
                                                       /*CAUROSEL*/
  * {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width:1400px;
  position: relative;
  margin: auto;
}

.sticky{
	
}
#header{
    position: fixed;
    top:0; left:0;
    width: 100%;background-color: white;z-index: 1000 }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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(255,255,255,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;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width:500px) {
  .prev, .next,.text {font-size: 11px}
}
                                            /*BODY*/
		.b1{background-color:white;margin-top:30px;}
		.text1{font-weight:bolder;text-align: center;margin-top:20px;}
        .text2{margin-left:51px;}
        .b2{margin-top:20px;}
        .b3{margin-top:30px;}
        .b4{position: absolute;
            top:120px;
            left:50px;
            color:white;}
        .b5{position: relative;}
                                           /*Footer*/
       .footer{background-color:black;
               text-align:center;
               margin-top:20px;
               color:gray;}
	.icons{margin-top:40px;}
	.f1{border-left:1px solid white;}
    .icons p:hover{color:white;}
    .fab{padding:25px;font-size:30px;color:white;}
    .fab:hover{color:red;}
     ul li{text-decoration:none;
           display:inline;
           padding:30px;}
                                                 /*Models*/
  .types{border-right:2px solid black;}
  .types2{border-left:2px solid black;border-bottom:2px solid black;}
  .types3{border-bottom:2px solid black;}
  .p {font-size: 20px;
     text-align: center;}
  .p:hover{color:red;}
   ul li a:hover{cursor:pointer;}
   #view{border-bottom:2px solid red;}

                                              /*Q8*/
.q1{position:relative;background-color:black;}
.q2{position:absolute;
	top:50px;
	left:30px;
	color:white;}
.p1{font-size:15px;margin-left:50px;}
.q3{margin-top:30px;}
.q4{margin-top:20px;}
.q5{border-bottom:2px solid #5e5d5d;}
.q6{margin-top:50px;}
.q7{background-image:url("../images/q82.jpg");
	min-height:500px; 
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-top:60px;}
.q8{color:white;margin-top:110px;}
.q9{background-color:#F83839;}
.q11{margin-top:20px;}
.q10{margin-top:60px;}
.bt2{border:transparent;
	background-color:gray;
	text-align:center;
    width:182px;
    height:40px;}
.bt2:hover{background-color:white;
          color:red;}
.q12{position:absolute;}
.q13{position:relative;}
                                                 /*e-Tron*/
.e1{text-align: center;margin-top:60px;}
.e2{text-align:center;margin-top:20px;}
.e3{background-image:url("../images/et4.jpeg");
	width:100%;
    min-height:300px; 
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-top:60px;}
.e4{color:white;
    margin-top:40px;}
.e5{text-align: center;
    margin-top:40px;}
.e8{background-image:url("../images/et4.jpeg");
	width:100%;
    min-height:400px; 
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;}
.e9{margin-left:30px;}
.c1 {
	outline:0!important;
	border:0!important;
	background-color:transparent!important;
}
.nav1 {width:100%;padding-top:10px;}


.a1:hover{opacity:0.5;}
