body {
    background-color: #fafafa;
}

.stickyMenu {
    background-color: #fff;
}

.stickyMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.btn-menu:hover {
    color: #fff;
}

.stickyMenu ul a {
    padding: 10px 20px;
    border: 1px solid #79896d;
    color: #73A313;
    font-size: 18px;
    font-family: 'Open Sans';
    line-height: 25px;
    text-decoration: none;
}

.fixed {
    width: 100% !important;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.stickyMenu li.active a {
    background-color: #444;
    color: #fff;
}
