/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
#navbar {
    padding: 0px 0px;
}
#navbar ul.sf-menu a{
	color: #607734;
    text-transform: uppercase;
    font-family: Open Sans Semibold;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.superfm {
    margin-top: 10px;
}
#superfish-main ul.sf-menu li.last-child a{
	background: #b18857 !important;
}