/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}


body {
    background-color: #221517 !important;
}

td { color:#f2f2f7; }

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

.jb {
    background-color: #221517 !important;
}
.jb .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: #f75502!important;
}

.navbar-nav {
    margin: 0 auto;
    color: #f8f7f9!important;
}

.ni {
    background: #221517 !important;
    color: #f6fefd!important;
    border-color: transparent!important;
}

.ni:hover {
    background-color: #292728!important;
}

.au {
    background: #fb6c34 !important;
    color: #f6fefd!important;
    border-color: transparent!important;
}

.au:hover {
    background: #f65918!important;
}

.bn {
    color: #f8f7f9 !important;
    background-color: #b26c31 !important;
    border-color: #b26c31 !important;
}

/*.nu {
    background: #052750;
}*/

.nu a, .nu a:hover {
    color: #f8bc57;
}

.text-primary {
    color: #f5ba3d!important;
}

.card-title a {
    color: #b26c31 !important;
}

.bh {
    border-bottom: 2px solid #de0f80;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #f8f7f9!important;
}

.sk {
    width: 100%;
    height: auto;
}

.um {
    padding: 2.5rem 0;
    color: #f8f7f9;
    text-align: center;
    background-color: #221517;
    /*border-top: .sx solid #e6e0db;*/
}

.um a, .um a:hover {
    color: #9c9893!important;
}

.um div {
    margin: 0!important;
}

.yk a {
    background: #b26c31;
    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;
}

.yk a {
    color: #f8f7f9;
}

.yk a:hover {
    color: #f8f7f9;
    text-decoration: none;
}

.cd li {
    min-height: 60px;
}

.list_contents {
    background: #292728;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
    color: #b4a3fb;
}

.list_contents li a {
    color: #b4a3fb;
}



.di {
    text-align: center;
}

.di form {
    margin: 0;
}

.list-group-item {
    background: #646966!important;
}

.list-group-item a {
    color: #f8f7f9!important;
}


.gs a {
    font-size: 12px;
}

.tb {
    max-width: 100%;
}

.tb img {
    max-width: 100%;
    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;
}