/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}
a{
    text-decoration: none;
}
h2{
    font-size: 20pt;
    margin-top: 10px;
}
/* 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;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
    
    
}
.motoreen{
        background: url(motor1.jpg);
        background-size: cover;
    background-position: left;
    
}
.bmw{
        background: url(bmw.jpg);
        background-size: cover;
    background-position: left;
    
}
.honda{
        background: url(honda.jpg);
        background-size: cover;
    background-position: left;
    
}
.harley{
        background: url(harley.jpg);
        background-size: cover;
    background-position: left;
    
}
.occa{
    background: url(motor3.jpg);

}
.inko{
      background: url(motor4.jpg);
  
}
.opstap{
      background: url(opstapdagklein.jpg);
  
}
.repa{
      background: url(repa.jpg);
  
}
.cfvoge{
    background:url(cfvoge.png);
}
.conta{
      background: url(conta.jpg);
  
}
.featurette-image{
        background-size: cover;
    background-position: center;
}


.sr{
        background:url(450sr.jpeg);

}
.cl{
        background:url(700cl.jpeg);

}
.heritage{
        background:url(heritage.jpeg);
}
.mt{
        background:url(650mt.jpeg);
}
.sport{
        background:url(700clsport.jpeg);
}
.nk{
        background:url(650nk.png);
}
.gt{
        background:url(650gt.jpeg);
}
.mtsport{
        background:url(800mt.jpeg);
}
.touring{
        background:url(800touring.jpeg);
}
.motornaam{
    font-family: 'Roboto', sans-serif;
    color: black;
}
#dhrally{
    background:url(300rally.jpeg);
}
.dhr{
    background:url(300r.jpeg);
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* 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;
  }
}
@media (max-width: 500px) {
  .featurette-image {
background-size: contain;  }
    
}
