@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gluten:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0px;
    padding: 0px;
}

body {
    /* margin: 0% auto; */
    width: 100%;
}

.navbar {
    background-color: #6F9617;
}

.navbar-nav {
    gap: 20px;
    align-items: center;
}

.nav-link {
    color:white;
font-family: Nunito;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.nav-link.active{
  color:#FFD449 !important; 
  font-weight: 600;
}
.nav-link:hover{
    color: white;
}
#offcanvasNavbar{
    background-color:  #6F9617;
}
.navbar-toggler {
    border: none;
}

.logo{
    width: 80px;        /* fixed logo size */
    height: auto;
}

.navbar-brand{
    padding: 0px;
}


@media (max-width: 992px) {
  .navbar-nav {
    gap: 15px;
  }

  .logo {
    width: 50px;
  }
}


