html, body {
	height:100%;
      background: #F0F0F0;
}

.carousel {
	height:50%;
}

.item,
.active,
.carousel-inner {
	height:100%;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}

.section {
	margin: 50px 0;
}

footer {
	margin: 50px 0;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
}
.container {
  margin-top: 20px;
}

.well {
  background: #E6E6E6;
}