.btn-primary {
    color: white;
    background-color: #009e2d;
    border-color: #009e2d;
}

.btn-primary:hover {
    color: #009e2d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-primary {
    color: white;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-outline-primary:hover {
    color: #009e2d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.big-button {
    display: inline-block;
    padding: 0em 3em;
    background: #009E2D;
    letter-spacing: 0.00em;
    line-height: 3em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none;
}

.big-button:hover {
    text-decoration: none;
    color: white;
}

.big-button-o {
    display: inline-block;
    padding: 0em 3em;
    background: transparent;
    letter-spacing: 0.20em;
    line-height: 4em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    color: #009e2d;
    border-radius: 4px;
    border: 1px solid #009e2d;
}

html {
    font-size: 14px;
}

body {
    font-weight: 200;
    font-family: BlinkMacSystemFont, Helvetica, "lucida Grande", "PingFang SC", SCHeiti, "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5 {
    color: black;
}

.fuTitle {
    color: #6f6f6f;
    font-size: 1.5rem;
    font-weight: 100;
}

.navbar {
    font-weight: 400;
    padding: 1rem 1rem;
}

.navbar-xxbg {
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 992px) {
    .navbar-xxbg {
        background-color: #333333;
    }
}

.footer-link {
    color: #909399;
    text-decoration: underline;
    padding: 0 2px;
}

.footer-link:hover {
    color: white;
}