<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .dropdown:hover&gt;.dropdown-menu {
        display: block;
    }
    .dropdown&gt;.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}


body {
    background-color: #071436 !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

main a, main a:hover {
    color:#D83B3B;
}

.headbg {
    background: rgb(7,14,43);
    background: linear-gradient(180deg, rgba(7,14,43,1) 0%, rgba(7,20,54,1) 100%, rgba(255,226,0,1) 100%);
    border-bottom: 2px solid #fff;
}

.headbg .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.navbar-brand, .navbar-brand a, .navbar-brand a:hover {
    color: #ffffff!important;
    font-weight: bold;
}

.navbar-brand {
    align-items: center;
    font-size: 2rem!important;
}

.navbar-brand img {
    margin-right: 5px;
}

.navbar-nav {
    /*margin: 0 auto;*/
    color: #ffffff!important;
    font-weight: bold;
}

.btn-si {
    border-radius: 0!important;
    background: linear-gradient(to bottom,#fdca0b 0%,#ffba00 50%,#f04e23 100%);
    color: #fff!important;
    border: 2px solid #fff !important;
    font-weight: bold!important;
    margin-right: 10px;
}

.btn-si:hover {;
    box-shadow: 0px 0px 5px 1px #FFFFFF;
}

.btn-su {
    border-radius: 0!important;
    background: linear-gradient(to bottom,#c6ff62 0%,#00c309 50%,#006017 100%);
    color: #fff!important;
    border: 2px solid #fff!important;
    font-weight: bold!important;
}

.btn-su:hover {
    box-shadow: 0px 0px 5px 1px #FFFFFF;
}

.btn-head {
    color: #fff !important;
    background-color: #AC6E2F !important;
    border-color: #AC6E2F !important;
}

/*.content-block {
    background: #0b304b;
}*/

.content-block a, .content-block a:hover {
    color: #f5b95f;
}

.text-primary {
    color: #ffbe3c!important;
}

.card-title a {
    color: #AC6E2F !important;
}

.side-widget {
    background: #001621;
    border: 1px solid #fff;
}

.side-widget-title {
    color: #fff;
    border-bottom: 2px solid #1E984D;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
}

.btn-widget a {
    background: linear-gradient(to bottom,#ff5a00 0%,#ff001e 50%,#590000 100%);
    border-color: #fff;
}

.btn-widget a:hover {
    background: linear-gradient(to bottom,#c6ff62 0%,#00c309 50%,#006017 100%);
}

.bd-placeholder-img {
    width: 100%;
    height: auto;
}

.footer {
    padding: 2.5rem 0;
    color: #fff;
    text-align: center;
    background: rgb(7,14,43);
    /*border-top: .05rem solid #e5e5e5;*/
}

.footer a, .footer a:hover {
    color: #fff!important;
}

.footer div {
    margin: 0!important;
}

.tags a {
    background: #AC6E2F;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
}

.tags a {
    color: #fff;
}

.tags a:hover {
    color: #fff;
    text-decoration: none;
}

.recent-posts li {
    min-height: 60px;
}

.list_contents {
    background: #001621;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
    color: #fff;
}

.list_contents li a {
    color: #fff;
}


.side {
    text-align: center;
}

.side form {
    margin: 0;
}

.side .list-group {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.list-group-item {
    background: #000!important;
}

.list-group-item {
    color: #ffba00;
}

.list-group-item a {
    color: #18ff00!important;
}


.widget-tags a {
    font-size: 12px;
}

.blog-post {
    max-width: 100%;
}

.blog-post img {
    max-width: 400px;
    display: block;
    margin: 2em auto;
}

h1 {
    font-size: 1.6em !important;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1.4em !important;
}

h4 {
    font-size: 1.3em !important;
}

h5 {
    font-size: 1.2em !important;
}

h5 {
    font-size: 1.1em !important;
}

h2.card-title {
    font-size: 1em !important;
}

@media (min-width: 768px) {
    .headbg .navbar-collapse {
        flex-grow: 0;
    }
    .navbar-expand-md {
        justify-content: space-around!important;
    }
}

@media (max-width: 768px) {
    .navbar {
    flex-direction: row-reverse;
    }

}</pre></body></html>