#header.section.scrolled {
    background-color: #000000cf !important;
}

#header a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.header-dark #header:not(.scrolled) a.active {
    color: #a7c614 !important;
}

#header a.active {
    color: #a7c614 !important;
}

.modular-features.small .column:hover .feature-icon i {
    color: #a7c614
}

.modular-features .column:hover .feature-icon h6 {
    color: #a7c614
}

#grav-login .login-form button[type=submit] {
    color: #fff;
    border-color: #227ded;
    background: #a7c614
}

#grav-login .twofa-form button[type=submit]:first-child {
    float: right;
    margin-left: 4px;
    color: #fff;
    border-color: #227ded;
    background: #a7c614
}

.mobile-menu .button_container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    cursor: pointer;
    transition: all .35s ease;
    border: none;
    background: #a7c614
}

.dropmenu ul li a.active,.dropmenu ul li a:focus,.dropmenu ul li a:hover {
    color: #a7c614!important
}

.treemenu li a.active,.treemenu li a:focus,.treemenu li a:hover {
    text-decoration: none;
    color: #a7c614!important
}

a:visited {
    color: #a7c614
}

a {
    text-decoration: none;
    color: #a7c614;
    outline: 0
}

a.active,a:active,a:focus,a:hover {
    text-decoration: none;
    color: #a7c614
}

.footer-link {
    color: #3a414e !important;
}

.footer-link:hover {
    color: #a7c614 !important;
    text-decoration: underline;
}
