@charset "utf-8";
/* CSS Document */

body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sr-only {
  display: none;
}

.bg-gradient-buster {
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(33,37,41,0) 5%, rgba(0,0,0,0.75) 51%, rgba(0,0,0,1) 90%);
  background: -webkit-linear-gradient(0deg, rgba(33,37,41,0) 5%, rgba(0,0,0,0.75) 51%, rgba(0,0,0,1) 90%);
  background: linear-gradient(0deg, rgba(33,37,41,0) 5%, rgba(0,0,0,0.75) 51%, rgba(0,0,0,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  transition: 0.3s ease-in-out;
}

.bg-buster-black {
  background: rgb(20,23,26);
}

.bg-content {
	/*background: rgba(20,23,26,.9);*/
	background-color: rgba(25, 50, 80, 0.9);
	/*background-color: rgba(0, 66, 104, 0.9); /* A deep Irish blue */
	/*background-color: rgba(0, 51, 76, 0.9); /* Deep, muted blue with an Irish feel */
}

#footer p {
  margin:0.3em;
}

.fs-mini {
  font-size:0.8em;
}

.fs-footer p {
  font-size:0.7em;
  color: #888888;
}

h1, h2, h3 {
	/*color:#45b052; */
	/*color: rgb(50, 205, 50); /* LimeGreen */
	/*color: rgb(154, 205, 50);*/
	color: rgb(0, 128, 0); /* A rich Irish green */
	color: rgb(34, 139, 34); /* ForestGreen */
}

h3 {
  text-transform: uppercase;
  font-size:1.2em;
}

nav {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; 
  font-size: 0.9em;
}

nav a {
  color: #ffffff !important;
}

nav a:hover, nav .active {
  color: #45b052 !important;
}

.nav-item.active {
	padding-bottom:0.5rem !important;
	padding-top: 0.5rem !important;
}

nav li.first {
  font-size: 1.3em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.img-thumbnail {
	border: 0;
}

.accordion-button {
  background-color: #198754  !important;
  padding: 0.5rem;
}

.pagination a.page-link {
	color: #000 !important;
}

.vh-50 {
	height: 50vh;
}

.jumbotron {
  /*padding: 8rem 1rem;
  margin-bottom: 2rem;
  border-radius: .3rem;
  max-height:50vh;*/
  height:30vh;
}


.custom-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#iso_ajaxBox {
	width:auto !important;
	transform: translateX(-50%) !important;
	left:50% !important;
	padding: 1em !important;
}