.header-container {
  height: 3.75rem;
  padding: 0 5.625rem;
  position: fixed;
  width: calc(100% - 11.25rem);
  background: #fbf7f4;
  z-index: 10;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-header-btn-button {
  margin: 0 1.25rem;
  font-family: Source Sans Pro;
  min-width: 140px;
  border-radius: 4px !important;
  background-color: red !important;
  border: 1px solid red !important;
  padding: 0 8px !important;
  color: #fff !important;
  width: 160px;
  height: 30px !important;
  font-weight: 600;
  align-self: center;
  font-size: 14px;
}

.top-left-icon {
  display: none;
}

@media (max-width: 600px) {
  .header-container {
    padding: 0 16px;
    width: -webkit-fill-available;
  }

  .logo {
    margin-right: auto;
    margin-left: 18px;
  }

  .login-header-btn-button {
    display: none;
  }

  #nav-options {
    position: absolute;
    top: 50px;
    left: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #fbf7f4;
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    margin-top: 0.6rem;
    margin-left: -10px;
  }

  .top-left-icon {
    display: block;
  }
}
