@charset "utf-8";
/* CSS Document */
div.logo {
  display: flex; /* Aligns items horizontally */
  flex-wrap: nowrap; /* Prevents images from wrapping to a new line */
  width: 100%;
  margin-left: 0px;
}
#CSBSeal {
  width: 28%;
  max-width: 100px;
}
#CSBLogo {
  width: 70%;
  max-width: 275px;
  margin-top: 0px;
  margin-left: 2%;
}
.nav-link {
  font-weight: bold;
}