body {
	background-color: black;
}
h2 {
	color: white;
	font-weight: lighter;
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
}
h2 strong {
	font-weight: normal;
}
#closeIcon {
	color: white;
	font-size: 25px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.displayImg {
	
	display: block;
	margin: 0 auto;
	
}
#mainImgDiv {
	/*
	border: 1px solid white;
	*/
}

.photoCaption {
	font-size: 14px;
	color: white;
	font-weight: normal;
	margin-top: 5px;
}
.subText {
	font-weight: normal;
	color: #666;
}
#photo-carousel {
	/* border: 1px solid white; */
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.captionText {
	display: inline-block;
	text-align: center;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
#slideControlsLR {
	width: 100%%;
	text-align: center;
	margin-top: -20px;
	display: none;
}
#prevSlideButton, #nextSlideButton {
	color: #ccc;
	background-color: #333;
	border: none;
}
#prevSlideButton:hover, #nextSlideButton:hover {
	color: white;
	background-color: #ccc;
}
#prevSlideButton:focus, #prevSlideButton:active, #nextSlideButton:focus, #nextSlideButton:active {
	outline: none !important;
}

.carousel > .carousel-inner > .item > img {
	max-height: 91vh;
}

.carousel-caption {
	position: relative;
	left: 0 !important;
	text-align: center;
	padding-bottom: 0 !important;
}
/*
.right.carousel-control, .left.carousel-control {
    display: none;
}
*/
