body{
	margin:0;
	overflow-x: hidden;
}
audio{
	display: block;
	margin:0 auto;
	margin-bottom: 20px;
}
#content-container{
/*	background-image:url(imgs/background.jpg);
	background-size:     cover;                      /* <------ */
	background-repeat:   no-repeat;*/
	width: 80%;
	display: block;
	margin:10% auto;
}
#bg-image{
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 80%; 
	position: absolute; 
	display: block; 
	margin:0 auto; 
	z-index:-100;
}
#nav-icon{
	width:50px;
	height:50px;
	position: fixed;
	bottom: 30px;
	left: calc(10% - 24px);
	z-index: 1000000;
}
#nav-banner{
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color:rgba(255, 0, 0, 0.85);
	position: fixed;
	bottom: 30px;
	left: calc(10% - 35px);
	display: none;
	overflow: hidden;
}
#nav-list{
	margin-top: 85px;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	font-size: 1em;
	color:white;
}
#nav-list li a{
	color:white;
	text-decoration: none;
}
#nav-list li a:hover{
	color:lightgrey;
}
#transcription{
	width: 80%;
	margin:0 auto;
	max-height: 55vh;
	overflow: scroll;
}
.hoverable{
	display: block;
}
.hoverable:hover{
	-webkit-filter: drop-shadow(4px 4px 0 yellow)
	                drop-shadow(-4px -4px 0 yellow);
	filter: drop-shadow(4px 4px 0 yellow) 
	        drop-shadow(-4px -4px 0 yellow);
}
.transcribed-text{
	-webkit-columns: 200px 2; /* Chrome, Safari, Opera */
    -moz-columns: 200px 2; /* Firefox */
    columns: 200px 2;
}
.gallery{
	white-space: nowrap;
	background-color: #D8D8D8;
	overflow-y: hidden;
	height: 40vh;
	margin:0;
	padding:0;
}

.gallery img{
	width: 150px;
	margin:10px;
	margin-top:0px !important;
}
.bodyp{
	width: 50%;
	display: block;
	margin:0 auto;
	text-align: center;
	margin-top:20px;
}
