.navbar {
  border-end-end-radius: 25px;
  border-bottom-left-radius: 25px;
}
.navbar .nav-link {
  font-weight: 700 !important;
  font-size: 23px !important;
  color: red !important;
}
.navbar .active {
  border-bottom: 5px solid #4458be;
}
.navbar img {
  width: 200px;
}
@media only screen and (max-width: 720px) {
  .navbar img {
    width: 180px;
  }
}/*# sourceMappingURL=navbar.css.map */