/* 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: #1d2b3b!important
}

main a {
    color: #f7ab08;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

/*.pj {
    background: #f9fbf5;
    margin: 20px 0;
    border-radius: 30px;
}*/

.zv {
    background: #291c33;
    border-bottom: 1px solid #3c3154;
}
.zv .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-toggler {display:none;}

.navbar-brand, .navbar-brand a, .navbar-brand a:hover {
    color: #f9fbf5!important;
    /*text-shadow: 0px 0px 10px rgba(0,207,166,1);*/
    font-weight: bold;
    font-size: 1.5rem!important;
}



.navbar-nav {
    margin: 0 auto;
    color: #f9fbfd!important;
    font-weight: bold;
}

.xh {
    background: #1080c2!important;
    color: #f9fbf5!important;
    border-color: transparent!important;
    border-radius:0!important;
}

.xh:hover {
    background: #129ce2!important;
}

.vl {
    background: #1080c2!important;
    color: #f9fbf5!important;
    border-color: transparent!important;
    border-radius:0!important;

}

.vl:hover {
    background: #129ce2!important;
    color: #f9fbf5!important;
}

.jb {
    color: #f9fbf5 !important;
    background-color: #a96625 !important;
    border-color: #a96625 !important;
}

/*.hg {
    background: #12384d;
}*/

.hg a, .hg a:hover {
    color: #f2b162;
}

.text-primary {
    color: #fabd41!important;
}

.card-title a {
    color: #a96625 !important;
}

.ws {
    border-bottom: 2px solid #0978ba;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
}

.yw {
    width: 100%;
    height: auto;
}

.wb {
    padding: 2.5rem 0;
    color: #050609;
    text-align: center;
    background: #291c33;
    border-top: 1px solid #3c3154;
}

.wb a, .wb a:hover {
    color: #f9fbf5!important;
}

.wb div {
    margin: 0!important;
}

.tags a {
    background: #a96625;
    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: #f9fbf5;
}

.tags a:hover {
    color: #f9fbf5;
    text-decoration: none;
}

.un li {
    min-height: 60px;
}

.list_contents {
    background: #302548;
    /*box-shadow: 0 0.4rem 1.6rem #c448bf;*/
    padding: 10px 0 10px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    /*border: 1px solid #ef9906;*/
}

.list_contents li {
    list-style-type: decimal;
    color: #b5adb1;
}

.list_contents li a {
    color: #b5adb1;
}


.ey {
    background: #1d2b3b;
}

.ey {
    text-align: center;
}

.ey form {
    margin: 0;
}

.qt li {
    /*background: linear-gradient(110deg,#192747,rgba(20,27,46,.6) 100%)!important;*/
}

.qt li {
    color: #ef9906;
}

.qt li a {
    color: #1080c2!important;
}

.xi a{
    background: #ef9906;
    color: #f9fbf5!important;
    border: transparent;
    border-radius: 0!important;
    text-shadow: 1px 1px 2px #d87c0a;
    transition: all .3s ease;

}

.xs {
    background: #221422;
    margin-top: 30px;
}

.xi a:hover {
    background-color: #f5ae08!important;
    /*border: 1px solid #f8be62;*/
    color: #f9fbf5!important;
}

.tg a {
    font-size: 12px;
}

.jl h1, .jl h2, .jl h3, .jl h4, .jl h5 {
    color: #f9fbf5;
}

.jl {
    max-width: 100%;
    color: #919eca;

}

.jl img {
    max-width: 100%;
    height: auto;
    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;
}