.w3-sidebar a {font-family: "Monda", sans-serif}
body,h1,h2,h3,h4,h5,h6,.w3-wide {font-family: "Monda", sans-serif;}

body, .w3-sidebar{
  background: #000000;
  color: #FFFFFF;
}

header.w3-bar{
  z-index: 900;
}

header.w3-bar,.facebook-footer{
  background-color: #1349A1 !important;
  color: #fff;
}

.img-blur{
  background-color: rgb(19,73,161,0.5);
  margin-right: 16px;
}

/* W3 Edits */
.w3-button:hover{
  background-color: #FFF !important;
}

.w3-tag{
  font-size: 20px;
}

/* main css */

.listing{
  border: 1px solid #000;
  padding: 0 0;
  margin: 0 15px 16px 0px;
}

.listing.odd{
  background-color: rgb(19,73,161,0.5);
}

.listing.even{
  background-color: rgb(217,35,154,0.5);
}

.listing p{
  margin-left: 15px;
}

.listing-title, .listing-price{
  font-size: 25px;
  font-weight: bold;
}

.listing-price span{
  border-bottom: 3px solid #1349A1;
  margin-bottom: -5px;
}

.odd .listing-price span{
  border-bottom: 3px solid #D02895;
  margin-bottom: -5px;
}

.big-icon{
  font-size: 150px !important;
  color: #1349A1;
}

.feature-icon{
  font-size: 70px !important;
}

.feature-icon.odd{
  color: #1349A1;
}

.feature-icon.even{
  color: #D3278D;
}

.icon-overlay{
  position: relative;
}

.icon-overlay .fa-wrench{
  z-index: 99;
  position: absolute;
  left: 18px;
  top: 22px;
  font-size: 25px !important;
  color: #FFF;
}

.car-detail{
  font-weight: bold;
  color: #D32691;
}

.car-title{
  font-weight: bold;
  color: #D32691;
}

/* footer a{
  color: #1349A1;
}

footer a:hover{
  color: #CE258C;
} */

footer h2{
  color: #FFFFFF;
}

footer h4{
  color: #D62693;
}

footer p, footer ul{
  font-size: 16px;
}

footer img{
  width: 200px;
  margin: 15px auto;
}

/* carousel styles */

/* 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 {
  background-color: rgb(19,73,161,0.5);
  cursor: pointer;
  position: absolute;
  top: 25%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  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;
}

/* 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);
}
@media only screen and (max-width: 600px) {
  .prev,
  .next {
    top: 25%;
  }  
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  background-color: #000;
  font-size: 20px;
  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: 16.66%;
}

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

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