@charset "utf-8";
@import url("../webfonts/Mikhak_Bold/stylesheet.css");
.nav-item {
    font-size: 20px;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    padding-right: 50px;
    padding-left: 50px;
}
.navbar {
    position: relative;
    align-items: center;
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(18,24,16,1.00) 0%,rgba(131,184,39,1.00) 100%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(18,24,16,1.00) 0%,rgba(131,184,39,1.00) 100%);
    background-image: url(url), -o-linear-gradient(270deg,rgba(18,24,16,1.00) 0%,rgba(131,184,39,1.00) 100%);
    background-image: url(url), linear-gradient(180deg,rgba(18,24,16,1.00) 0.00%,rgba(131,184,39,1.00) 100%);
    background-color: #FEEFDA;
    padding-left: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
body {
    background-image: url(../images/plants/5.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left 70px;
    background-color: #E7E1E1;
    font-family: "Mikhak Bold";
}
.card-body {
    max-height: 400px;
    overflow-y: scroll;
}
.col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
}
.accordion {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.card {
    border-radius: 30px;
}
.navbar-collapse {
    align-items: center;
}
.navbar-brand {
    padding-left: 300px;
}
.navbar-toggler-icon  {
    border: 2px solid #C7898E;
    border-radius: 10px;
    width: 40px;
    height: 30px;

}.carousel-inner   {
    border-radius: 20px;
}
.card-header {
    background-image: -webkit-linear-gradient(270deg,rgba(18,24,16,1.00) 0%,rgba(131,184,39,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(18,24,16,1.00) 0%,rgba(131,184,39,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(18,24,16,1.00) 0%,rgba(131,184,39,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(18,24,16,1.00) 0%,rgba(131,184,39,1.00) 100%);

}
.card-body   {
    background-color: #83B827;

}
b {
    color: #0E8381;
}
.nav-link {
    color: #32D736;
}
.nav-link:hover {
    color: #0CA656;
}
#source   {
    color: #587B1B;
}

.dropdown-item {
    color: #A71159;
}
.dropdown-item:hover {
    color: #830E46;
}
.btn-link {
    color: #32D736;
}
.btn-link:hover {
    color: #0CA656;
    text-decoration: none;
}
.list-group {

}
p b #source:hover {
    color: #2C7A1D;
}
