
body {
	background-color: #ccc;
	color: #fff;
	overflow-x: hidden !important;
	background-image:url(images/ltgrayblk.gif);
	margin:0;
	padding:0;
	padding: 0;
	margin-right: 0.75rem;
	margin-left: 0.75rem;
}

.bg-light {
	--bs-bg-opacity: 0.4;
}

.hero-container {
	height: 35rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

#site-logo{
    max-width: 111px;
	width: 100%;
	max-height: 104px;
}

.bg-dark {
    --bs-bg-opacity: 0.5;
}

.site-header a {
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.right-footer {
	text-align: right;
	margin-top: auto;
	padding-top: 2rem;
}

.footer-menu a {
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.footer-menu {
	text-align: center;
	margin-top: 3rem;
}


.col-md-5.p-lg-5.mx-auto.my-5 {
	z-index: 1;
	position: relative;
}

#myVideo {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	max-width: 100%;
	overflow: hidden;
}

.display-4 {
	font-size: 3rem;
}

.display-5 {
	font-size: 2.2rem;
}

.link-secondary:focus, .link-secondary:hover {
	color: #000;
}

.btn-outline-secondary {
	color: #000;
	border-color: #000;
	background-color: #fff;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #042643;
	border-color: #fff;
}

dl, ol, ul {
	list-style: none;
	padding-left: 0;
}
/*begin media queries*/

@media screen and (min-width:768px) and (max-width:991px)  {  
    #myVideo {
		position: absolute !important;		
	}
	.hero-container {
		height: 36rem;
		padding-top: 8rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199px)  { 
    #myVideo {
		position: absolute !important;		
	}
	.hero-container {
		height: 36rem;
		padding-top: 8rem;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px)  {
	.hero-container {
		height: 36rem;
		padding-top: 8rem;
	}
}
@media screen and (min-width:1280px) and (max-width:1359px)  { 
	.hero-container {
		padding-top: 8rem;
	}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.hero-container {
		padding-top: 8rem;
	}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.hero-container {
		padding-top: 8rem;
	}
}
@media screen and (min-width:1600px) and (max-width:1919px) { 
	.hero-container {
		padding-top: 8rem;
	}
}
@media screen and (min-width:1920px) {
	.hero-container {
		padding-top: 8rem;
	}
}
/* small displays section begin */
/*@media only screen and (min-width:0px) and (max-width:767px) {

}*/
@media only screen and (min-width:0px) and (max-width:320px) {
	.hero-container {
		height: 15rem;
	}
	#myVideo {
		position: absolute;
	}
}

@media only screen and (min-width:321px) and (max-width:375px) {
	.hero-container {
		height: 15rem;
	}
	#myVideo {
		position: relative;
	}
	.lead {
		font-size: 1.1rem;
	}
	.display-5 {
		font-size: 1.8rem;
	}
	.display-4 {
		font-size: 2.2rem;
	}
	.right-footer {
		text-align: center;
	}
	.text-muted {	
		color: #000 !important;
	}
}
@media only screen and (min-width:376px) and (max-width:414px) {
	.hero-container {
		height: 15rem;
	}
	#myVideo {
		position: relative;
	}
	.lead {
		font-size: 1.2rem;		
	}
	.display-5 {
		font-size: 1.8rem;
	}
	.display-4 {
		font-size: 2.5rem;
	}
	.right-footer {
		text-align: center;
	}
	.text-muted {	
		color: #000 !important;
	}
}
@media only screen and  (min-width:415px) and (max-width:480px) {
	.hero-container {
		height: 16rem;
	}
	#myVideo {
		position: relative;
	}
	.lead {
		font-size: 1.2rem;		
	}
	.display-5 {
		font-size: 1.8rem;
	}
	.display-4 {
		font-size: 2.5rem;
	}	
	.right-footer {
		text-align: center;
	}
	.text-muted {	
		color: #000 !important;
	}
}
@media only screen and (min-width: 481px) and (max-width:767px) {
	.hero-container {
		height: 18rem;
	}
	#myVideo {
		position: relative;
	}
	.lead {
		font-size: 1.2rem;		
	}
	.display-5 {
		font-size: 1.8rem;
	}
	.display-4 {
		font-size: 2.5rem;
	}	
	.right-footer {
		text-align: center;
	}
	.text-muted {	
		color: #000 !important;
	}
}
/* small displays section end */

/* media queries section end */