/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  /* padding-bottom: 3rem; */
  color: #f3f3f3;
}

footer {

  background-color: #222;
    color: #fff;
    text-decoration: none;
  padding: 15px 0 0 0;

}

.card-body {
    	background-color:#333
}

.hero{

    height: 250px; background-position: center; background-size: cover

}


.range {
  
  font-size: 12px;
  color: dimgrey;
  padding-left: 5px;

}

.bs-race {

    border: 1px solid #ed1d24;
  background: none !important;

}

.bs-sports {

    border: 1px solid #f26522 ;
  background: none !important;

}

.bs-touring {

    border: 1px solid #4c82c0 ;
  background: none !important;

}

.bs-custom {

    border: 1px solid #8e8658 ;
  background: none !important;

}

.bs-adventure {

    border: 1px solid #2eac4a ;
  background: none !important;

}

.bs-off-road {

    border: 1px solid #709749 ;
  background: none !important;

}

.bs-scooter {

    border: 1px solid #ee4f23 ;
  background: none !important;

}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.navbar
{
    /* Example with a black tint and 0.5 opacity. */
    background-color: rgba(0,0,0,0.85)!important;
    /* RGB of 0,0,0 is black. */
}

.footer-copyright
{
  padding: 15px 0 0 0;
  background-color: grey
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.gradient {

    background: rgb(145,42,141);
    background: -moz-linear-gradient(left, rgba(145,42,141,1) 0%, rgba(215,223,39,1) 44%, rgba(45,172,227,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(145,42,141,1)), color-stop(44%,rgba(215,223,39,1)), color-stop(100%,rgba(45,172,227,1)));
    background: -webkit-linear-gradient(left, rgba(145,42,141,1) 0%,rgba(215,223,39,1) 44%,rgba(45,172,227,1) 100%);
    background: -o-linear-gradient(left, rgba(145,42,141,1) 0%,rgba(215,223,39,1) 44%,rgba(45,172,227,1) 100%);
    background: -ms-linear-gradient(left, rgba(145,42,141,1) 0%,rgba(215,223,39,1) 44%,rgba(45,172,227,1) 100%);
    background: linear-gradient(to right, rgba(145,42,141,1) 0%,rgba(215,223,39,1) 44%,rgba(45,172,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912a8d', endColorstr='#2dace3',GradientType=1 );
    height: 1px;

}
