
body{
	padding-top: 50px;
}

#demo {
	position: relative;
	top: 55px;
	text-align: center;
	margin-bottom: 70px;
}

#disqus_thread {
	padding: 4%;
}
.carousel {
	margin-bottom: 60px;
}

.carousel-indicators {
	bottom: 8%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption { 
	color: white;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	/*position: absolute;*/
	height: 400px;
	/*background-color: #777;*/
}


.carousel-inner > .item > img {
	position: relative;
	top: 0;
	width: 100%;
}

.carousel-caption.well {
	background-color: rgba(0, 0, 0, 0.5);
}

/*
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 10%;
	min-width: 80%;
	height: 400px;
}
*/