/*@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
/*@import url('https://fonts.googleapis.com/css2?family=Overlock:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:wght@700&display=swap');*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body, .alert, p, div, textarea{
	 height: auto; min-height: 1px; max-height: 999999px;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body { 
  	
	background-position: center;
	background-repeat: repeat-y;
	/*background-color: #091017;*/
	background: linear-gradient(270deg, rgb(0 2 6) 0%, rgb(24, 56, 84) 49%, rgb(0 2 6) 100%);
  	background-attachment: fixed;
}
#collapseContact, #collapseNewsletter{transition: 0.5s; }
.page-link {
    position: relative;
    display: block;
	color: #3baf56;
	font-weight:bold;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #2e353a;}
	
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3e4d59;
    border-color: #2e353a;
	
}
.page-link:hover{
    z-index: 2;
    color: #071a0b;
    background-color: #67e774;
   border-color: #2e353a;
}
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px #8b96af inset;
}
.small-break{font-size:0.9em;line-height:0.9em;margin-bottom: 0;}
.small-text {font-size: 0.85em;}
.xsmall-text {font-size: 0.65em;}
.prewrap{white-space:pre-wrap;}
.notice{
	background-color: #4a3c1a !important;
	color:#e5d8cc
}
 pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.bg-dark-dot{background-image: url("images/dark_dotted_bg.png");}
.btn-success {
    color: #fff;
    border-color: #1a7130;
}
.opacityImg {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
.opacityImg:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
.tableContainer{
	background-color:#16181b !important;
	border: 1px solid #3c3b3b !important;
	}
.table{
	background-color:#16181b !important;
	color:#ededed;
	padding: 0.5rem 0rem !important;}
	
.no-border{
	border:none !important;
}
.smallcaps {font-size:0.9em;
	font-variant: small-caps;
	font-variant: common-ligatures small-caps;
}
.text-toggle[aria-expanded=false] .text-expanded {
  display: none;
}
.text-toggle[aria-expanded=true] .text-collapsed {
  display: none;
}
.trash-color{color:#f53e3e;}
.alert-info {
    color: #e0e0e0;
    background-color: #0f3836;
    border-color: #236764;}
.popup-gallery .border{border-color:#5b636f!important;}
.modal-header{border-bottom:none;}
.form-check-input:checked {
    background-color: #1b615d;
    border-color: #3e4d59;
}
.form-check-input {
    background-color: #444;
    border-color: #3e4d59;
}
a {text-decoration:none; color:#82d4aa;}
a:hover {text-decoration:underline;color:#64f1a8;}
a.adminLink {text-decoration:none; color: var(--bs-yellow); font-weight:bold;}
a.adminLink:hover {text-decoration:underline;color:#f7f795;}
a.modLink {font-weight:bold;color: var(--bs-orange);}
.form-file-text {
   background-color:#1a1f29 !important;
    color: #bec7d0;
    
}
.form-file-label {
   
    border-color: #565d69;
}
.form-file-button {
    
    color: #bec7d0; 
     background-color: #252f42;
   
}
.full_container,.modal-footer {
	/*background: linear-gradient(270deg, rgba(1,13,38,1) 0%, rgba(20,60,98,1) 49%, rgba(1,13,38,1) 100%);
  	background-repeat: repeat-y;
  	background-attachment: fixed;
  	background-position: center;
*/
	background-color:#01070c !important;
	/*background-image: URL(images/rustic-paper-dark.jpg);*/
	color:#ededed;
	border-right:1px solid #bbb56e20;
	border-left:1px solid #bbb56e20;
	}
	
.modal-content{background-color:#24272b !important;color:#ededed;}
.copyright{color:#777;font-family:sans-serif;}
.copyright a{text-decoration:none;}

.mainBlock {
		 height:650%;
} 
.invert{ filter:brightness(80%);}
.modal-footer{border-top:none;}
.modal-content {
    border: 1px solid #2f3c48;
	}
.table {
    margin-bottom: 1rem;
   /* border:1px solid #3c3b3b;*/
    vertical-align: top;
    
}
.table td{border-top:none;}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color:#28292d;
    color: #ededed;
	   
}
.table > :not(caption) > * > * {
   
    border-bottom-width: 1px;
	border-color:#333;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}
fieldset {
    min-width: 0;
    margin: 0;
    border: 1px dotted #ccc;}
	
	
legend {
    float: none;
    width: auto;
    font-family: 'Questrial', sans-serif;
    margin-bottom: 0.5rem;
    font-size: calc(1.1rem);
    line-height: inherit;
    white-space: normal;}
.pdfIcon:before,.chartIcon:before {
position: absolute;
font-family: 'FontAwesome';
font-size:60px;
right: 5%;
bottom: 0px;
color:#ccc;
opacity:.1;
}
.pdfIcon::before { content: "\f1c1"; }
.chartIcon::before { content: "\f1c3"; }
.back-to-top {
    position: fixed;
    bottom: 55px;
    right: 5px;
    display: none;
	opacity: 0.8;
	border-radius: 0% !important;
	/* Round
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	opacity: 0.7;
	width: 50px;
	height: 50px;
	line-height: 30px;
	border-radius: 50%; 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	*/
}
a.green2{color:#abab62;}
span.btn-link {
  display: inline;
  padding: 0;
  border: 0;
  vertical-align: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.inline_override{display:inline!important;}
 
.no_underline{border:none;}
.hidden{display:none;}
.pointer{cursor:pointer;}
.vidDiv{
	max-width:230px;
	margin:15px 5px 5px 5px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	text-overflow:hidden;
	}
.bg-light {
    background-color: #101112 !important;
}	
/*.bg-light.border{border: 1px solid #677b64 !important;}*/
.bold{font-weight:bold;}
#header_sm{display:none;}
.hidden{display:none;}
p{ text-align: justify;
  text-justify: inter-word;}
.links_img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto ;
}
.links_column_right {
    float: left;
    width: 66%;
    padding-left: 10px;
    padding-right: 5px;
	overflow: hidden;
}
.links_column_left {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 33%;
    padding-left: 5px;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
footer {
    background-repeat:repeat;
    border-top: 2px solid #bbb56e;
    background-color:#222;
	background-image: url("images/bg_footer.png");
	
}
.footer h2{font-family:serif; color:#bbb;border:none;text-decoration:none;}
.card{background-color:#101112 !important;border: 1px solid #3c3b3b !important;}
.card .comments{color:#83eaef;}
header, .carousel{ border-bottom: 2px solid #bbb56e;}
.header_brand{color:#efefef;font-size:1.5em;line-height:1.2em;}
h1,h3,h4,h5,h6 {font-family: 'Questrial', sans-serif;border-bottom:1px dotted #cc9d44;color:#cc9d44;}
h2{font-family: 'Questrial', sans-serif;border-bottom:1px dotted #cc9d44;color:#cc9d44;}
.lineHeight1{line-height:1.5em;}
.inline{ display: inline;}
/*Overrides*/
/*Modal*/
.modal-header, .modal-header h5{/*background-color:#146774;*/color:white;}
.modal-header .close{color:white;}
/* NavBar*/
 .navbar .navbar-nav li a:hover{
	color:white!important;
	text-decoration:none;
}
.nav-item a{
	color:white!important;
}
.navbar-nav .nav-link {padding-right: 4px; border-radius:.2em;}
.nav-item > a:hover {
	/*background-color: #441111!important;*/
	background-color: #343e52!important;
}
.dropdown-item{
	border-radius:3px;
	text-align: right;
}
.navbar{
	font-size:1em;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color:#585a6d;
	
}
.dropdown-menu{background-color:#1d1d1d;border:1px solid #666;}
.nav-bg-image{background-image: url("images/bg_footer.png");background-color:#222;}
/* NavBar*/
.modal-dialog,table{
	/*font-family: Arial, Helvetica, sans-serif;*/
	color:#222;
}
.navbar-toggler:focus, .navbar-toggler:active {
	outline: none;
	box-shadow: none;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color:#585a6d;
	
}
.form-select {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23777777' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    color: #a6acb3;}
	
.form-control:focus,.form-select:focus {
        border-color: #a6acc1 !important;
        box-shadow: 0 0 0 0.2rem rgba(166, 172, 193, 0.25)!important;;
		color: #edf1f5;
		background-color:#171a21 !important;
    } 
.form-control,.form-select,.form-file-input{
background-color:#1a1f29 !important;
color:#d0d3d8;
border: 1px solid #565d69;
}
.form-control::-webkit-input-placeholder {
  color: #444;
}
.form-control:-moz-placeholder {
  color: #444;
}
.form-control::-moz-placeholder {
  color: #444;
}
.form-control::placeholder {
  color: #444;
}
.form-control:-ms-input-placeholder {
  color: #444;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	
	#header{display:none;}
	.header2{display:none;}
	#header_sm{display:inline;}
	
	.page-link{
	padding: 0.375rem 0.75rem;
    font-size: 1.0em;
}
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (min-width: 576px) {
	/* make page links bigger for larger screens*/
  .page-link{
		padding: 0.375rem 0.75rem;
    	font-size: 1.4em;
	}
}
