html, body {
    background-color: #ffffff;
    color: #212529;
}

body.navbar_o_header .site-description {
    margin: 20px auto 80px;
}

#inner-wrap {
    background-color: #f6f8ff;
}

a {
    color: #2a5cff;
}

.site-description h1 , .site-description p {
    display: none;
}
.site-description a {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
.navbar {
    background-color: #ffffff;
    border-bottom: 10px solid #0239ea;
}
.navbar a {
    color: #333;
}
.navbar_footer {
    background-color: #01228a;
    color: #ffffff !important;
}
.navbar_footer a {
    color: #ffffff !important;
}
.copyright_bar {
    background-color: #011862;
    color: #ffffff !important;
}
.copyright_bar a {
    color: #ffffff !important;
}
.alt_block li.header {
    background-color: #df5d00 !important;
}
dl.faq dt {
    margin-bottom: 10px;
}
dl.faq dd {
    margin-bottom: 10px;
}
.panel {
    background-color: transparent;
    padding: 0;
}
.viewtopic_wrapper {
    background-color: transparent;
    padding: 0;
}

ul.forums, ul.topics {
    padding: 0;
}

.website-link-box {

}

.website-link-box .btn {
    display: inline-block;
    margin-top: 20px;
    border: 0;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 350ms ease-out, color 350ms ease-out;
}