
.homebar {
    height: 1rem;
    width: 100%;
    background-color: inherit; 
    z-index: 0"
  }
  .menu-item {
    list-style-type: none;
    /* font: size 20px; */
    padding-left: 15px !important;
  }

  .card {
    background-color: inherit;
    border: none;
    text-align: left;
    padding: 0px;
    padding-left: 4px;
    padding-bottom: 1em;
  }

  .navigation-menu {
    max-height: 500px;
  }

  a.nav-link {
    padding: 0px;
    color: rgb(97, 97, 97);
    margin-bottom: 8px;
    display: block;
    /* margin-left: 1px; */
    /* font-size: smaller; */
  }
  a.nav-link:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(213, 235, 255)
  }

  button.nav-link {
    padding: 0px;
    color: rgb(97, 97, 97);
    margin-bottom: 8px;
    display: block;
    margin-left: 1px;
    /* font-size: smaller; */
  }
  button.nav-link:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(213, 235, 255)
  }

  .offcanvas-header {
    margin-bottom: 1px;
    padding-bottom: 1px;
    padding-left: 5px !important;
  }
  .offcanvas-body {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-top: 1px;
    padding-top: 1px;
  }

  .header-top {
    width: max-content;
    height: 3em;
    background-color: #212529;
    margin: 0px;
    padding: 0px;
  }
  .header-row {
    margin: 0px;
  }
  .content-row {
    margin: 0px;
  }
  .left-bar {
    padding: 0px;
    justify-content: left;
  }

  .app-menu {
    max-width: max-content;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
  }

  /* .flex-sm-column { */
    /* flex-direction: column !important; */
    /* max-width: 200px !important; */
    /* white-space: nowrap !important; */
    /* } */
  .navbar {
    height: max-content;
    padding-left: 0px;
  }

  button.navbar-toggler {
    max-width: fit-content;
    margin-right: 1em;
    margin-bottom: 8px;
  }

  li > a:not(:only-child):before {
    color: inherit;
    content: "〉";
  }

  .logout-button {
    border: none;
    background-color: inherit;
  }

  #offcanvasNavBar {
    width: 330px;
    background-color: aliceblue
  }

  li {
    margin-left: 0px !important;
  }


  .pointer {
    cursor:pointer  !important
  }

  .main-section {
    margin: auto;
    margin-right: 3em !important;
  }

.yearMenu {
  font-size: smaller !important;
  color: #010101 !important;
  padding-bottom: 0.5em;
  }

.footer-logo-container {
  margin-bottom: 1em;
}

.header-logo-container {
  margin-bottom: 0px;
  padding-bottom: 0px;
}


h4.offcanvas-title {
  padding-bottom: 0em;
  margin-bottom: 0em;
} 