nav#navbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .nav-link {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-family: 'Lora', serif;
  }

  .contact-btn {
    background-color: #FF8484;
    color: #222222;
  }

  /* .nav-separator {
    margin-top: 0px;
    height: 2px;
  } */

  @media (max-width: 991.98px) {
    .contact-btn {
      background-color: transparent;
      border: none;
      padding: 0;
    }

    .contact-btn a {
      color: black;
      text-decoration: none;
    }
  }


  .accordion-button {
    background-color: #222222;
    color: #ffffff;
  }

  .accordion-button:focus {
    background-color: #222222;
    color: #ffffff;
    box-shadow: none;
    border-color: #222222;
  }

  .accordion-button:focus {
    z-index: 3;
    border-color: #222222;
    outline: 0;
  }

  .accordion-1{
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .accordion-2{
    margin-bottom: 150px;
  }
