/* Navbar */

.navbar {
    background-color: #5E5A55;
    color: white; 
    font-family: 'Aleo';
  }

  .navbar-brand img {
    max-height: 50px;
    filter: brightness(10000%);
    max-width: 50%;
    height: auto;
  }


  .nav-link {
    margin-right: 20px; /* Add spacing between the navigation links */
  }

  .hamburger {
    position: absolute;
    right: 8px;
    top: 8px;
  }


#bejelnto-container {
  font-family: "Aleo";
  color: #5e5a55;
  width: 100%;
  height: 100%;
}

.h2heading {
    text-align: center;
}

.h3heading {
    margin-bottom: 5%
}

.paragraph {
    margin-bottom: 5%;
}

.panasz {
    margin-bottom: 5%;
}

footer {
    padding: 35px;
    background-color: #5E5A55;
    text-align: center;
    font-family: 'Aleo', serif;
  }

a {
    color: #CCC1B6;
  }


@media screen and (max-width: 479px) {
    .anchor-div .anchor-span {
      top: -100px;
    }

    .navbar-brand img {
      max-width: 75%;
    }
}