a:hover {
  text-decoration: none;
}
.bannerpos .custom img {  
  margin-bottom: 1rem;
}
#t4-mainnav {
  background-color: #f7f7f7;
}
.nav-link {
  font-size: 115%;
  text-transform: uppercase;
  color: black !important;
  margin-right: 1.5rem;
}
@media screen and (min-width: 996px) {
.navbar-brand {
  padding: 0;
}
.navbar-brand.logo-image {
  margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
  max-width: initial !important;
  width: -webkit-fill-available;
}
.navbar-brand.logo-image img {
  height: 110px;
  max-width: fit-content;
}
}