/* Bootstrap Header Styles */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

/* LTG Styles - pcc */
header.py-5 { 
	background: url(../images/1.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 60px 60px 60px !important;
}

header h2 { color: #000; font-size: 3em; font-weight: 600; text-align: center;}
header h3 { color: #000; font-size: 1.5em; font-weight: 400; text-align: right;}

a, .nav-link, h1, h2, h3, h4, h5 {
	color: #98cb00;
}

a:hover, .nav-link:hover {
	color: #0d6efd;
}

.nav-link { font-weight: bold;}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  color: #000000;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
		
}

@media (max-width: 767px) {
	
	header h2 { font-size: 2em; }
	header h3 { font-size: 1.3em; text-align: center;}
	
}

.navbar-brand img { height: 75px;}