.navbar-brand img {
    max-width: 80px;
  }
  .josh_header {
    background: black;
  }
  .navbar-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 1rem 1.5rem;
    justify-content: flex-end;
  }
  
  a.nav-link {
    color: white;
    font-weight: 700;
  }
  a.nav-link:hover {
    color: lightgrey;
  }
  .josh-banner-bg {
    background: url(/assets/images/josh-top-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 88vh;
    width: 100%;
  }
  ::ng-deep .cJosh > .p-button {
      color: white!important;
  }