.btn-primary {
    background-color: #6aaa22;
    border-color: #6aaa22;
}
.btn-primary:hover {
    background-color: #4b7917;
    border-color: #4b7917;
}

.app-landing-2-header .background-shape-main {
    background-image: linear-gradient(45deg, #2d480e 40%, #8be228 100%);
}

.trending-design .shape-square {
    border: 30px solid #6aaa22;
}

.app-landing-2-header .animation-shape.shape-triangle div {
    background-color: #607D8B;
}

.heading-line:after {
    background-color: #4b7917;
}

.focus-on-success .shape-triangle div {
    background-color: #4b7917;
    background: linear-gradient(45deg, #4b7917 0, #4b7917 100%);
}

.app-safety .shape-circle div {
    background: #8be228;
}

.gradient.gradient-primary-dark {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#2d480e), to(#6aaa22));
    background-image: linear-gradient(to right top, #2d480e, #6aaa22);
}

.gradient.gradient-primary-light {
    background: #6aaa22;
    background-image: #6aaa22;
}

.border-alternate {
    border-color: #4b7917 !important;
}

.bg-primary {
    background-color: #6aaa22 !important;
}

.bg-darker {
    background-color: #2d480e !important;
}

.text-primary {
    color: #ffbb34 !important;
}
.stroke-primary {
    stroke: #ffbb34;
}
a {
    color: #ffbb34;
}
a:hover {
    color: #a96501;
}

.navigation.navbar-sticky .btn-outline {
    color: #ffbb34;
    border-color: #ffbb34;
}
.navigation.navbar-sticky .btn-solid {
    background-color: #ffbb34;
    border-color: #ffbb34;
}
.navigation.navbar-sticky .btn-outline:hover {
    color: #ffffff;
    border-color: #a96501;
    background-color: #a96501;
}
.navigation.navbar-sticky .btn-solid:hover {
    background-color: #a96501;
    border-color: #a96501;
}



@media (max-width: 600px) {
    .navbar-sticky{
        margin-top:-2px;
        padding: 0!important;
        min-height: 50px!important;
        max-height: 50px!important;
    }
    .navbar-sticky .logo-sticky{
        min-width: auto!important;
        height: 40px!important;
    }
    .hidden-mobile{
        display: none!important;
    }
}
