html, body {
	height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}


#content {
  text-align:center;
  padding:60px;
  background:url(../../assets/img/background_blurr.png) no-repeat;
  background-size:cover;
}

footer {
  background-color:#292c2f;
  box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing:border-box;
  width:100%;
  color:#fff;
  position:relative;
  bottom:0;
}

h2, .h2 {
  color:black;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.text-muted {
  color:#ffffff;
}

.jumbotron p {
  margin-bottom:15px;
  font-size:23px;
  font-weight:200;
  color:black;
}

#program {
  text-align:center;
  color:white;
}

#heading_galerie {
  padding-bottom:15px;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
  padding-bottom:15px;
}

.map-clean {
  padding-top:35px;
}

.col-sm-4 {
  padding-bottom:15px;
}

