/* */
.nav-container{
    background-color: #2c6c21; /* */
}

/* */
.main-navbar{
  display: flex; /* */
  margin:auto; /* */

}

/* */
.main-navbar li {
    border-bottom: 3px solid #2c6c21; /* */
    padding-top: 5px; /* */
    padding-bottom: 5px; /* */
    width:14.2857%; /* */
    margin:0; /* */
    text-align: center; /* */
}

/* */
.main-navbar a:link {
    color:white; /* */
    text-decoration: none; /* */

}

/* */
.main-navbar a:visited {
    color:white; /* */
    text-decoration: none; /* */

}

/* */
.main-navbar li:hover {
    border-bottom: 3px solid #acc5a8; /* */
    color: white; /* */
}

/* */
.about-us-dropdown {
    background-color: #acc5a8; /* */
    border: 3px solid #2c6c21; /* */
    border-bottom: 3px solid #2c6c21 !important; /* */
    width: 200px; /* */
    border-bottom: 0; /* */
}

/* */
.about-us-dropdown li {
    border-bottom: none; /* */
    width: 100% !important; /* */
    border-bottom: 0; /* */
}

/* */
.about-us-dropdown li:hover {
    background-color: #2c6c21; /* */
    color: white; /* */
    border-bottom: 0; /* */
}

/* */
.dropdown-item{
    width:100% !important; /* */
}