html,body {
    font-family: 'Montserrat', sans-serif !important;
}
a, a:hover, a:focus, a:active {text-decoration: none}
.navbar {
    border-bottom: 4px solid #339900;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 600;
}
.dropdown-menu {
    top: 90%;
    border:unset;
    border-radius: 0;
    border-left: 2px solid #339900;
    border-right: 2px solid #339900;
    border-bottom: 2px solid #339900;
}

.nav {
    background: #b3e898;
    border:unset;
    border-radius: unset;
    height: 50px;
}.nav a {
color:black
 }
.breadcrumb {background: unset}


h3 a {color:#389a0b}













footer {
    margin-top: 80px;
    border-top: 4px solid #339900;;
    padding: 50px 0;
}
footer h2 {
    color:#339900;
    border-bottom: 2px solid #339900;
}
footer ul,
footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer a {
    color:black;
}
footer a:hover {
    color:#339900;
}