/* Space out content a bit */
body
{

}

/* Fonts */

@font-face {
  font-family: Monserrat-EB;
  src: url(Montserrat-ExtraBold.ttf);
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */

/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  color: black;
	font-family: Monserrat-EB, Helvetica, sans-serif sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: white;
}

.header h2 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 10px;
  color: black;
  font-family: Monserrat-EB, Helvetica, sans-serif sans-serif;
  font-weight: 900;
  font-size: 4rem;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}



.container ul li
{
    list-style-type: none;
	width:500px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
}


#productCatalog {
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
}


.margin-left
{
  margin-left: 30px;
}

#productList
{
  padding-top: 90px;
  padding-bottom: 30px;
}

#productList li
{
  padding-bottom: 15px;
}


.bloc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 250px;
  margin-right:50px;
}

.bloc select {
  padding: 10px;
  margin: -5px -20px -5px -5px;
}

.divdownload 
{
  width: 150px;
  display: inline-block;
  padding-bottom:10px;
}

#buttons
{
  display: -webkit-flex;
  display: -ms-flexbox;	
  display: flex;	
  -webkit-flex-direction: row;	
  -ms-flex-direction: row;	
  flex-direction: row;	
  -webkit-flex-wrap: wrap;	
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;	
  -ms-flex-pack: center;	
  justify-content: center;	
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 50px;
  background: #e4003b;
}

#hoofdtitel
{
	margin-left: 0px;
}

#hoofdtitel > h1 {
    font-family: Montserrat-EB, Helvetica, sans-serif sans-serif;
    font-weight: 900;
    font-size: 3rem;
}








