#logoTxt{
	color: #be0001;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}
#headLogoImg{
	max-height: 75px;
}
.logoWrp{
	
}
.headTxtWrp{
	font-size: 1.5rem;
	font-weight: bold;
	
}

.contentLinkWrp, .contentLinkWrp a{
	font-size: 1.25rem;
	color: #000000;
	font-weight: bold;
	
}
.subFooterWrp ul li {
    padding-right: 45px;
    display: inline-block;
    font-size: 1rem;
}
.footerMenu a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.subFooterWrp ul {
    list-style-type: none;
    padding-left: 0px;
    display: inline-block;
}
.prodTxtWrp{
	color: #000000;
	text-decoration: none !important;
}
.prodCard .card-title{
	text-decoration: underline;
	color: #0a58ca;
}
.prodCard a{
	text-decoration: none;
	color: #000000;
}

.outerWrp {
    --bs-bg-opacity: 1;
    background-color: #f8f9fa !important;
}