.nextbtn {
	overflow: hidden;
	height: 0 !important;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	opacity: 0;
}

#animation_container {
	display: flex;
	justify-content: center;
	/* background-color: aqua; */

}

.directions-container {
	display: flex;
	justify-content: center;
	
}

#directions {
	/* display: inline-block;
	justify-content: center; */
	font-family: "Helvetica Neue 37 Thin Condensed", "Helvetica Neue", "Helvetica", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	color: #000033;

	background-color: rgb(245, 250, 190);
	min-height: 6rem;
	width: 720px;
	padding: 10px 10px;
	border: 1px solid #91B400;
	
}
#directions p {
	color: #000033;
	font-size: 14px;
}

#directions b {
	color: #000033;
	font-size: 14px;
	/* font-weight: bold; */
}

/* #longDescriptions, #longDescriptions p {
	height: 1px;
	font-size: 0rem;
} */

/* top bar color */
.collection ul.breadcrumbs {
	background: none repeat scroll 0 0 #006600;
	border: 1px solid #003300;
	color: #FFFFFF;
}

.collection table caption {
	color: #006600;
}

.collection .secondary {
    font-size: 0.8em;
}

.collection #footer .secondary {
    font-size: 1em;
    margin-top: 0.1em;
}

#footer {
    margin-top: 0.8em;
    height: 2em;
}

#footer p {
    font-size: 1.1rem;
    margin-top: 0.8em;
}