#ecoLogo {
    float:right;
}
h1 {
    color: green;
    white-space: nowrap;
}
.nav-link
{
    color:green;
}
.nav-link.active
{
    text-decoration: underline;
}
ol, ul, p {
    display: inline-block;
}