body {
	background-color: #fcfce8;
}
.title {
	color: #025501;
}
i.fas.fa-key {
    color: gold;
}
a.nav-link {
    color: white !important;
	white-space: nowrap;
	padding-right: .3rem;
    padding-left: .3rem;
}
a:link {
	color: #3a6f27;
}
a:hover, a:visited {
	color: #a95e23;
	text-decoration: none;
}
#button-previousnext {
    background-color: #fcfce8;
}
.modal-content .modal-title p {
	margin-bottom: 0;
}
.modal-content {
	background-color: none;
	border: none;
}
.modal-header {
	background-color: #68a128 !important;
	color: white;
}
.modal-body {
	background-color: #fcfce8 !important;
}
.modal-footer {
	background-color: #6d566f !important;
	color: white;
}
img.type-icon {
    height: 50px;
    width: 50px;
	border-radius: 25%;
    background-color: lightgreen;
    margin: 0 5px;
}
img.history {
	max-width:250px;
	max-height: 250px;
}
#thumbnail-area {
	background-color: #e7d29b;
	text-align: center;
	border-radius: 6px;
	padding-bottom: 110px;
}
.img-caption {
	color: black;
}
.img-caption p {
		color: black;
}
.rainforest-light-green {
		background-color: #68a128 !important;
}
.rainforest-dark-green {
		background-color: #316231 !important;
}

.rainforest-grey-green {
		background-color: #6d566f !important;
}

.rainforest-border-light-green {
		border-color: #68a128 !important;
}
.rainforest-border-dark-green {
		border-color: #316231 !important;
}

.rainforest-border-grey-green {
		border-color: #6d566f !important;
}
.logo {
	max-height: 5rem;
}
img.csiro-logo {
    max-height: 60px;
}
nav.navbar.fixed-bottom {
    background: transparent;
    box-shadow: none;
}
#top_button {
	color: white;
}
#top_button:hover {
  background-color: #608764;
}

@media print {
	#thumbnail-area {
		background-color: transparent !important;
	}
	.img-caption {
		color: black;
	}
	.img-caption p {
		color: black;
	}
	a:link {
		text-decoration: none;
		color: black;
	}
	.logos {
		page-break-inside: avoid;
	}
}
