/* Carousel Modifications #
*/
.carousel-control {
  font-size: 80px;
}
.carousel-caption {
	padding-bottom: 0px;
	left: 0%;
	right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
}

body {
	padding-bottom: 40px;
}

p {
/*	max-width: 35em; */
	text-align: justify;
}

img {
	max-width: 100%;
}

p a, footer a, .TOC a {
  border-bottom: 1px dashed #888888;
  font-weight: bold;
}

figure {
	max-width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}