.navbar.shrink {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.navbar.shrink .navbar-brand {
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.navbar.shrink .nav-link {
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

