html {
    overflow-y:scroll;
}
body {
  min-height: 800px;
  padding-top: 70px;
}



.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: white;
  text-shadow: 2px 2px #191919;
  /*background-color: #eee;*/
  background: url("../img/connectors.png");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
}
.btn-primary {
	text-shadow: 0 0;
	background: none;
}
.btn-primary:hover {
	background: none;
	color: #337ab7;
}

.navbar-header .active {
	background-color: #e7e7e7;
}

.thumbnail {
	border: 0;
}

/* CONTACT */

.send {
	color: black;
}


/*
.thumbnail-img {
	width: 300px; 
	height: 175px;
}

.thumbnail-img1 {
	background: url("../img/illuminate_app_screenshots_small.png");
}

.thumbnail-img2 {
	background: url("../img/blok.png");
}

.thumbnail-img3 {
	background: url("../img/bees.png");
}*/