img.display{
	display: block;
	margin-left: auto;
	margin-right: auto
}

.modal-image
{
	margin-left: auto;
	margin-right: auto;
}

.image-container
{
	margin-bottom: 20px;
	position: relative;
}

.image
{
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.zoom
{
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 50px; 
	color: #403d58;
}

.image-container:hover .image
{
	opacity: 0.3;
}

.image-container:hover .zoom
{
	opacity: 1;
}

.embed-responsive
{
	margin-bottom: 20px;
}

h5 a
{
	color: #fc7753;
}

h5 a:hover
{
	color: #fc7753;
}

.text-entry
{
	min-height: 200px;
	border: solid 3px #fc7753 !important;
	background-color: #eae8e8;
	padding: 10px;
}

@media print
{
	.text-entry
	{
		display: block;
	}
}