:root{
    --main-bg-color: #057624;
}

.navbar-toggler{
    margin-left: auto;
}

.navbar-toggler{
    border: none;
}

.navbar-toggler:focus {
    border: none;
}

.navbar-container{
  width: 100%; 
  height: auto;

}

.navbar{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.navbar ul{

    gap: 20px;
}

.navbar a{
  color: #000;
  font-weight: 400;

}

.navbar a:hover{
  color: #06850C;
}

.navbar a {

  color: inherit;
  text-decoration: none;
}


.navbar a:hover {
  color: #06850C;
}




.navbar-container {
    position: absolute;
    top: 0;
    z-index: 1000;

}

.bg-nav{
    margin-top: 10px;
    background-color: #fff;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);

}

.button{
    background-color: var(--main-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    display: flex;
    justify-content: center;
}
.button:hover{
    background-color: #06850C;
}

.log-in-button{
    background-color: var(--main-bg-color);
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    display: flex;
    justify-content: center;
    width: 150px;
    align-items: center;
    margin-bottom: 5px;

}
.log-in-button:hover{
    background-color: #06850C;
}

