/* wacky custom css for just this website goes HERE */

/* a {
    color: #007038;
    text-decoration: none;
}

a:hover {
    color: #005E2B;
}

.header {
    background-color: #00511C;
    background-image: linear-gradient(#004E18,#1E8C4C);
}

#header-picture {
    
    background-color: #00511C;
    background-image: linear-gradient(#00511C,#00511C);
}

.footer {
    border-top: 5px solid #2FB366;
    background-image: linear-gradient(#1E8C4C,#004E18);
    background-color: #eee;
}

*/

/*Active dropdown nav item */

/*

.main-nav ul li:hover > a {
    background-color: #00511C;


}


*/

/* Selected Dropdown nav item */

/*
.main-nav ul li.selected > a {
    background-color: #eee;
    color: #005E2B;
}

.main-nav ul li ul {
    background-color: #39A966;
}

*/
