/*
.homeComponent ul
{
  padding-top: 20px;
  padding-bottom: 40px;
}
*/
.homeComponent li {
  padding-top: 10px;
  padding-bottom: 5px;
}

footer li {
  list-style-type:none
}

/*
.homeComponent .desc {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #30b275;
  color: white;

}
.homeComponent .box {
  border: 1px outset #30b275;
  border-width: 50px;
  border-height: 100px;
  border-radius: 15px;
  width: 50%;
}
*/

/* JUMBOTRON */
.homeComponent .jumbotron {
  background-image: url("/images/home/jumbotron de nationale huispas header.png");
  background-position: left top; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size: cover;
}

.homeComponent .jumbotron .text {
  /* color: #FFFFFF; */
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.homeComponent .marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.homeComponent .marketing h2 {
  font-weight: normal;
}
h1{
 display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-weight: 300;
    margin-top: 0;
font-family: "Raleway";
    margin-bottom: 20px;
    line-height: 24px;
    color: white;
    font-size: 22px;
   margin-bottom:0px;

}
.homeComponent .marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.homeComponent .featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
.homeComponent .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
.homeComponent .featurette-heading {
    /* margin-top: 120px; */
  }
}


